aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1NSsync NEWS -- history of user-visible changes. 2014-12-01 1NSsync NEWS -- history of user-visible changes. 2014-12-02
2Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff 2Copyright (C) 2011, 2012, 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send nssync bug reports to <gray+nssync@gnu.org.ua> 5Please send nssync bug reports to <gray+nssync@gnu.org.ua>
6 6
7Version 1.1.90 (Git) 7Version 1.1.91 (Git)
8 8
9* check-ns 9* check-ns
10 10
11This new configuration statement controls which zones are served by 11This new configuration statement controls which zones are served by
12nssync. If set to true, nssync will check the list of NS servers 12nssync. If set to true, nssync will check the list of NS servers
13prior to creating a zone file. The file will be created only if IPv4 13prior 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 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with NSsync. If not, see <http://www.gnu.org/licenses/>. 15# along with NSsync. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18AC_INIT([nssync], 1.1.90, [gray+nssync@gnu.org.ua], [], 18AC_INIT([nssync], 1.1.91, [gray+nssync@gnu.org.ua], [],
19 [http://www.gnu.org.ua/software/nssync]) 19 [http://www.gnu.org.ua/software/nssync])
20AC_CONFIG_SRCDIR([src/nssync.c]) 20AC_CONFIG_SRCDIR([src/nssync.c])
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_HEADER([config.h]) 22AC_CONFIG_HEADER([config.h])
23AM_INIT_AUTOMAKE([1.11 gnu tar-ustar dist-xz std-options silent-rules]) 23AM_INIT_AUTOMAKE([1.11 gnu tar-ustar dist-xz std-options silent-rules])
24AC_CONFIG_LIBOBJ_DIR([src]) 24AC_CONFIG_LIBOBJ_DIR([src])

Return to:

Send suggestions and report system problems to the System administrator.