diff --git a/contrib/update-anchor.sh b/contrib/update-anchor.sh index 111fa9907..c2a167964 100755 --- a/contrib/update-anchor.sh +++ b/contrib/update-anchor.sh @@ -5,7 +5,7 @@ # which validating lookup to use. ubhost=unbound-host -function usage() +usage ( ) { echo "usage: update-anchor [-b] " echo " performs an update of trust anchor file" @@ -39,7 +39,7 @@ if test $# -ne 2; then usage fi -function do_update() { +do_update ( ) { # arguments: zonename="$1" keyfile="$2" diff --git a/doc/Changelog b/doc/Changelog index 1ff4a8c7b..9f0b7c899 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,8 @@ 7 August 2008: Wouter - Scrubber more strict. CNAME chains, DNAMEs from cache, other irrelevant rrsets removed. + - 1.0.2 released from 1.0 support branch. + - fixup update-anchor.sh to work both in BSD shell and bash. 5 August 2008: Wouter - fixup DS test so apex nodata works again.