From a792de3f1755b621d65f0874de7ecef806d95c57 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 10 Aug 2023 13:39:58 +0200 Subject: [PATCH 1/1] Released as version 5.1 --- NEWS | 11 +++++++++++ README | 4 ++-- dist/mk | 6 +++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c375d1d..52888ae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 5.1 [2023-08-10] + + o Relative names with dots are now allowed, but you need to escape + each dot by a backslash. + + o Small bug fixes and documentation improvements. + + o Added macro for the CAA record. + Version 5.0 [2019-01-30] Added support for DNSSEC. See section 8 of README. @@ -13,6 +22,8 @@ Version 5.0 [2019-01-30] the master bind configuration file before you include named.conf generated by NSC. + This was never released publicly. + Version 4.0 [2011-10-22] This version brings several incompatible changes with a common diff --git a/README b/README index 07766cf..03d0eaa 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ - Domain Name Server Configuration Utilities -- NSC 5.0 + Domain Name Server Configuration Utilities -- NSC 5.1 - (c) 1997--2019 Martin Mares + (c) 1997--2023 Martin Mares ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/dist/mk b/dist/mk index 6537d57..5e23ae1 100755 --- a/dist/mk +++ b/dist/mk @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION=4.0 +VERSION=5.1 DIR=nsc-$VERSION ARCHIVE=$DIR.tar.gz @@ -18,9 +18,9 @@ mv cf.dist cf cd .. tar czvvf $ARCHIVE $DIR -scp $ARCHIVE atrey:~ftp/pub/local/mj/net/ +rsync $ARCHIVE jw:/home/ftp/pub/mj/net/ ssh jw "cd www && bin/release-prog nsc $VERSION" mv $ARCHIVE ~/archives/sw/nsc/ cd ../.. -#rm -r dist/tmp +rm -r dist/tmp -- 2.39.2