aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-12-02 13:58:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-12-02 13:58:57 +0200
commita89f284a98b1cedd25bb98ad28fec60226538454 (patch)
tree5525d06527da90f63549bf6285714d097924bda9
parentbe0dd4ff0a2a0d9917376905fc298470d14d71eb (diff)
downloadnssync-a89f284a98b1cedd25bb98ad28fec60226538454.tar.gz
nssync-a89f284a98b1cedd25bb98ad28fec60226538454.tar.bz2
Version 1.1.91
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0a2ae0d..ea55b0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
-NSsync NEWS -- history of user-visible changes. 2014-12-01
+NSsync NEWS -- history of user-visible changes. 2014-12-02
Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
See the end of file for copying conditions.
Please send nssync bug reports to <gray+nssync@gnu.org.ua>
-Version 1.1.90 (Git)
+Version 1.1.91 (Git)
* check-ns
This new configuration statement controls which zones are served by
nssync. If set to true, nssync will check the list of NS servers
prior to creating a zone file. The file will be created only if IPv4
diff --git a/configure.ac b/configure.ac
index b86f22b..cb0bead 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with NSsync. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([nssync], 1.1.90, [gray+nssync@gnu.org.ua], [],
+AC_INIT([nssync], 1.1.91, [gray+nssync@gnu.org.ua], [],
[http://www.gnu.org.ua/software/nssync])
AC_CONFIG_SRCDIR([src/nssync.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar dist-xz std-options silent-rules])
AC_CONFIG_LIBOBJ_DIR([src])

Return to:

Send suggestions and report system problems to the System administrator.