]> mj.ucw.cz Git - nsc-5.git/commitdiff
Released as version 5.1
authorMartin Mares <mj@ucw.cz>
Thu, 10 Aug 2023 11:39:58 +0000 (13:39 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 10 Aug 2023 11:39:58 +0000 (13:39 +0200)
NEWS
README
dist/mk

diff --git a/NEWS b/NEWS
index c375d1d53629f9f60a89522dfd436aea15e88e3f..52888aeaf5b5bcfa7c28d8543df0cc5d872c0153 100644 (file)
--- 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 07766cfaf1dee9832fb719519cfb5698063d8131..03d0eaafcdebf5c1a6ec56127823e5514cb1dc19 100644 (file)
--- 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 <mj@ucw.cz>
+                   (c) 1997--2023 Martin Mares <mj@ucw.cz>
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
diff --git a/dist/mk b/dist/mk
index 6537d57a7bc9ab800aaa47f0e490e4bedb20fff4..5e23ae189cbb5dadfef81d68e4bd78e0f91d86a6 100755 (executable)
--- 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