]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Update version to 4.3.0
authorShawn Routhier <sar@isc.org>
Thu, 30 Jan 2014 22:15:30 +0000 (14:15 -0800)
committerShawn Routhier <sar@isc.org>
Thu, 30 Jan 2014 22:15:30 +0000 (14:15 -0800)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index aae45fa5d7dfb9fc28bd6b24cce4897bc7d9e2d9..775afcef3389cc7e57c7712acb510aab02afe530 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.3.0rc1
-                           27 January 2014
+                             Version 4.3.0
+                            3 February 2014
 
                              README FILE
 
@@ -141,12 +141,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.3.0rc1.tar.gz
-       tar xvf dhcp-4.3.0rc1.tar
+       gunzip dhcp-4.3.0.tar.gz
+       tar xvf dhcp-4.3.0.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.0rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.0 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 98a166c95fda4ce42a478e3a90f81ceab12b5608..735bf0f5aefef4615fe7efd58d8cf776c32f7842 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.3.0rc1
-                            27 January 2014
+                             Version 4.3.0
+                            3 February 2014
 
                              Release Notes
 
@@ -158,6 +158,9 @@ by Eric Young (eay@cryptsoft.com).
   [ISC-Bugs #29268]
   [ISC-Bugs #35198]
 
+                       Changes since 4.3.0rc1
+
+- None
                        Changes since 4.3.0b1
 
 - Tidy up receive packet processing.
index f3559dd5dde803f9d9e44c6dbfa8103c5bbc5310..a14366d615ec96f1faa006ad58d6ed285ab777ab 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.0rc1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.0],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 6c2102254245d95e56e81996706217e30e995896..49dadb9c1f64cd23416e8bf87dc1bb60199c9db6 100644 (file)
@@ -59,6 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.3.0) BINDTAG=v9_9_5 ;;
        4.3.0rc1) BINDTAG=v9_9_5rc2 ;;
        4.3.0b1) BINDTAG=v9_9_5rc1 ;;
        4.3.0a1) BINDTAG=v9_9_5b1 ;;