]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.13.1 with the following main changes : v1.3.13.1
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 06:57:29 +0000 (07:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 06:57:29 +0000 (07:57 +0100)
    - Check for duplicated conflicting proxies (Krzysztof Oledzki)
    - adjust error messages about conflicting proxies
    - use backends only with use_backend directive (Krzysztof Oledzki)
    - Handle long lines properly (Krzysztof Oledzki)
    - Implement and use generic findproxy and relax duplicated proxy check
      (Krzysztof Oledzki)
    - stats: update the width of the table to 22 columns
    - silent warning about LIST_* being redefined on OpenBSD
    - fix calls to localtime() (reported by Thierry Fournier)
    - disable warning about localtime_r on Solaris
    - fix error checking in strl2ic/strl2uic()
    - make default_backend work in TCP mode too

CHANGELOG
VERDATE
VERSION
examples/haproxy-small.spec
examples/haproxy.spec

index c092bd34b138c4b094f36c04cfc1d1d6fcb1416d..1af7317056d72d2461512379e7b6880854dd4957 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,20 @@
 ChangeLog :
 ===========
 
+2007/11/04 : 1.3.13.1
+    - Check for duplicated conflicting proxies (Krzysztof Oledzki)
+    - adjust error messages about conflicting proxies
+    - use backends only with use_backend directive (Krzysztof Oledzki)
+    - Handle long lines properly (Krzysztof Oledzki)
+    - Implement and use generic findproxy and relax duplicated proxy check
+      (Krzysztof Oledzki)
+    - stats: update the width of the table to 22 columns
+    - silent warning about LIST_* being redefined on OpenBSD
+    - fix calls to localtime() (reported by Thierry Fournier)
+    - disable warning about localtime_r on Solaris
+    - fix error checking in strl2ic/strl2uic()
+    - make default_backend work in TCP mode too
+
 2007/10/18 : 1.3.13
     - replace the code under O'Reilly license (Arnaud Cornet)
     - add a small man page (Arnaud Cornet)
diff --git a/VERDATE b/VERDATE
index 58cadc6c83a2845c55e9081d79a622567407b12d..8a1a5d3a6dbe4a60d17421ecc0ee6d95c19b97fb 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2007/10/18
+2007/11/04
diff --git a/VERSION b/VERSION
index 7962dcfdb6bc31611dc5945c61fbe57ca443c502..c9e86363c896528d9037c53ba8146f7d33f58b10 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.13
+1.3.13.1
index f3b1ad3cb28fe0ac2dfc1e1c0da388c37b1d508f..322b4e5ade66b4c045d0dca6b0b7170f875122aa 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.13
+Version: 1.3.13.1
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -69,6 +69,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.13.1
+
 * Thu Oct 18 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.13
 
index f45abe59b18a552d8dc5ee785d5a68c6e4ec673b..a0c7014fb7883d414a882c572b70c2293a02bf15 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.13
+Version: 1.3.13.1
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -71,6 +71,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.13.1
+
 * Thu Oct 18 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.13