]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
version number in example config file.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 1 Jul 2011 07:12:08 +0000 (07:12 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 1 Jul 2011 07:12:08 +0000 (07:12 +0000)
git-svn-id: file:///svn/unbound/trunk@2457 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in
makedist.sh

index 46f7d90ea9e7c89322324518ebc5893492c8079a..d572ef325fb024767dbe05872d6d224dc6dfa457 100644 (file)
@@ -1,3 +1,6 @@
+1 July 2011: Wouter
+       - version number in example config file.
+
 30 June 2011: Wouter
        - tag relase 1.4.11, trunk is 1.4.12 development.
        - iana portlist updated.
index 840a4038f75c07a2ff2b010f28a9debff1e9d19e..ca9a3a2dafe1ca7d582920510e6de947bf745417 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Example configuration file.
 #
-# See unbound.conf(5) man page.
+# See unbound.conf(5) man page, version @version@.
 #
 # this is a comment.
 
index d7133b86ab890dd7a115b26caaf5afd0a4e4d4fb..b5e6abd887377fa90038dc54085380b5c828cb32 100755 (executable)
@@ -431,6 +431,7 @@ replace_all doc/unbound-checkconf.8.in
 replace_all doc/unbound-control.8.in
 replace_all doc/unbound-anchor.8.in
 replace_all doc/unbound-host.1
+replace_all doc/example.conf.in
 replace_all doc/libunbound.3.in
 
 info "Renaming Unbound directory to unbound-$version."