]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
* released 1.2.7 v1.2.7
authorwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:34:42 +0000 (01:34 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:34:42 +0000 (01:34 +0100)
CHANGELOG
haproxy.c

index 887b19cb9904a8e1219bf1c9c1e78acfd5c2a4eb..de10cd0d4ab705fbb5310f0ee716ea8d4af1ec84 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 ChangeLog :
 ===========
 
-2005/10/25
+2005/11/13 : 1.2.7
   - building with -DUSE_PCRE should include PCRE headers and not regex.h. At
     least on Solaris, this caused the libc's regex primitives to be used instead
     of PCRE, which caused trouble on group references. This is now fixed.
index ad3e20e9e5a0ddfec665e4848886f821322cb922..41c9820c406b835a9a16063c570a5ea226598ce3 100644 (file)
--- a/haproxy.c
+++ b/haproxy.c
@@ -83,8 +83,8 @@
 
 #include "include/appsession.h"
 
-#define HAPROXY_VERSION "1.2.7rc"
-#define HAPROXY_DATE   "2005/10/09"
+#define HAPROXY_VERSION "1.2.7"
+#define HAPROXY_DATE   "2005/11/13"
 
 /* this is for libc5 for example */
 #ifndef TCP_NODELAY