+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.
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
- 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>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/bash
set -e
-VERSION=4.0
+VERSION=5.1
DIR=nsc-$VERSION
ARCHIVE=$DIR.tar.gz
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