Skip to content

Commit b2f04e4

Browse files
author
netblue30
committed
release 0.9.64 testing
1 parent eb3f005 commit b2f04e4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

RELNOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fdns (0.9.64) baseline; urgency=low
77
* adding more DoT servers to the list
88
* server list update
99
* bug fixes
10-
-- netblue30 <netblue30@yahoo.com> Thu, 22 Oct 2020 08:00:00 -0500
10+
-- netblue30 <netblue30@yahoo.com> Thu, 24 Oct 2020 08:00:00 -0500
1111

1212
fdns (0.9.62.10) baseline; urgency=low
1313
* DNS over TLS support

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for fdns 0.9.63.
3+
# Generated by GNU Autoconf 2.69 for fdns 0.9.64.
44
#
55
# Report bugs to <netblue30@yahoo.com>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='fdns'
582582
PACKAGE_TARNAME='fdns'
583-
PACKAGE_VERSION='0.9.63'
584-
PACKAGE_STRING='fdns 0.9.63'
583+
PACKAGE_VERSION='0.9.64'
584+
PACKAGE_STRING='fdns 0.9.64'
585585
PACKAGE_BUGREPORT='netblue30@yahoo.com'
586586
PACKAGE_URL='https://firejail.wordpress.com'
587587

@@ -1251,7 +1251,7 @@ if test "$ac_init_help" = "long"; then
12511251
# Omit some internal or obsolete options to make the list less imposing.
12521252
# This message is too long to be a string in the A/UX 3.1 sh.
12531253
cat <<_ACEOF
1254-
\`configure' configures fdns 0.9.63 to adapt to many kinds of systems.
1254+
\`configure' configures fdns 0.9.64 to adapt to many kinds of systems.
12551255
12561256
Usage: $0 [OPTION]... [VAR=VALUE]...
12571257
@@ -1313,7 +1313,7 @@ fi
13131313

13141314
if test -n "$ac_init_help"; then
13151315
case $ac_init_help in
1316-
short | recursive ) echo "Configuration of fdns 0.9.63:";;
1316+
short | recursive ) echo "Configuration of fdns 0.9.64:";;
13171317
esac
13181318
cat <<\_ACEOF
13191319
@@ -1406,7 +1406,7 @@ fi
14061406
test -n "$ac_init_help" && exit $ac_status
14071407
if $ac_init_version; then
14081408
cat <<\_ACEOF
1409-
fdns configure 0.9.63
1409+
fdns configure 0.9.64
14101410
generated by GNU Autoconf 2.69
14111411
14121412
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1708,7 +1708,7 @@ cat >config.log <<_ACEOF
17081708
This file contains any messages produced by compilers while
17091709
running configure, to aid debugging if configure makes a mistake.
17101710
1711-
It was created by fdns $as_me 0.9.63, which was
1711+
It was created by fdns $as_me 0.9.64, which was
17121712
generated by GNU Autoconf 2.69. Invocation command line was
17131713
17141714
$ $0 $@
@@ -4496,7 +4496,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
44964496
# report actual input values of CONFIG_FILES etc. instead of their
44974497
# values after options handling.
44984498
ac_log="
4499-
This file was extended by fdns $as_me 0.9.63, which was
4499+
This file was extended by fdns $as_me 0.9.64, which was
45004500
generated by GNU Autoconf 2.69. Invocation command line was
45014501
45024502
CONFIG_FILES = $CONFIG_FILES
@@ -4550,7 +4550,7 @@ _ACEOF
45504550
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45514551
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
45524552
ac_cs_version="\\
4553-
fdns config.status 0.9.63
4553+
fdns config.status 0.9.64
45544554
configured by $0, generated by GNU Autoconf 2.69,
45554555
with options \\"\$ac_cs_config\\"
45564556

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
AC_PREREQ([2.68])
15-
AC_INIT(fdns, 0.9.63, netblue30@yahoo.com, , https://firejail.wordpress.com)
15+
AC_INIT(fdns, 0.9.64, netblue30@yahoo.com, , https://firejail.wordpress.com)
1616
AC_CONFIG_SRCDIR([src/fdns/main.c])
1717

1818
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)