Skip to content

Debian Changelog haproxy (1.3.22-1)

2009

haproxy (1.3.22-1) unstable; urgency=low

   * New upstream bugfix release

 -- Arnaud Cornet <acornet@debian.org>  Mon, 19 Oct 2009 22:31:45 +0100

haproxy (1.3.21-1) unstable; urgency=low

   [ Michael Shuler ]
   * New Upstream Version (Closes: #538992)
   * Added override for example shell scripts in docs (Closes: #530096)
   * Added upstream changelog to docs
   * Added debian/watch
   * Updated debian/copyright format
   * Added haproxy.1-hyphen.patch, to fix hyphen in man page
   * Upgrade Standards-Version to 3.8.3 (no change needed)
   * Upgrade debian/compat to 7 (no change needed)
 
   [ Arnaud Cornet ]
   * New upstream version.
   * Merge Michael's work, few changelog fixes
   * Add debian/README.source to point to quilt doc
   * Depend on debhelper >= 7.0.50~ and use overrides in debian/rules

 -- Arnaud Cornet <acornet@debian.org>  Sun, 18 Oct 2009 14:01:29 +0200

haproxy (1.3.18-1) unstable; urgency=low

   * New Upstream Version (Closes: #534583).
   * Add contrib directory in docs

 -- Arnaud Cornet <acornet@debian.org>  Fri, 26 Jun 2009 00:11:01 +0200

haproxy (1.3.15.7-2) unstable; urgency=low

   * Fix build without debian/patches directory (Closes: #515682) using
     /usr/share/quilt/quilt.make.

 -- Arnaud Cornet <acornet@debian.org>  Tue, 17 Feb 2009 08:55:12 +0100

haproxy (1.3.15.7-1) unstable; urgency=low

   * New Upstream Version.
   * Remove upstream patches:
   -use_backend-consider-unless.patch
   -segfault-url_param+check_post.patch
   -server-timeout.patch
   -closed-fd-remove.patch
   -connection-slot-during-retry.patch
   -srv_dynamic_maxconn.patch
   -do-not-pause-backends-on-reload.patch
   -acl-in-default.patch
   -cookie-capture-check.patch
   -dead-servers-queue.patch

 -- Arnaud Cornet <acornet@debian.org>  Mon, 16 Feb 2009 11:20:21 +0100

haproxy (1.3.15.2-2~lenny1) testing-proposed-updates; urgency=low

   * Rebuild for lenny to circumvent pcre3 shlibs bump.

 -- Arnaud Cornet <acornet@debian.org>  Wed, 14 Jan 2009 11:28:36 +0100

2008

haproxy (1.3.15.2-2) unstable; urgency=low

   * Add stable branch bug fixes from upstream (Closes: #510185).
     - use_backend-consider-unless.patch: consider "unless" in use_backend
     - segfault-url_param+check_post.patch: fix segfault with url_param +
     check_post
     - server-timeout.patch: consider server timeout in all circumstances
     - closed-fd-remove.patch: drop info about closed file descriptors
     - connection-slot-during-retry.patch: do not release the connection slot
     during a retry
     - srv_dynamic_maxconn.patch: dynamic connection throttling api fix
     - do-not-pause-backends-on-reload.patch: make reload reliable
     - acl-in-default.patch: allow acl-related keywords in defaults sections
     - cookie-capture-check.patch: cookie capture is declared in the frontend
     but checked on the backend
     - dead-servers-queue.patch: make dead servers not suck pending connections
   * Add quilt build-dependancy. Use quilt in debian/rules to apply
     patches.

 -- Arnaud Cornet <acornet@debian.org>  Wed, 31 Dec 2008 08:50:21 +0100

haproxy (1.3.15.2-1) unstable; urgency=low

   * New Upstream Version (Closes: #497186).

 -- Arnaud Cornet <acornet@debian.org>  Sat, 30 Aug 2008 18:06:31 +0200

haproxy (1.3.15.1-1) unstable; urgency=low

   * New Upstream Version
   * Upgrade standards version to 3.8.0 (no change needed).
   * Build with TARGET=linux26 on linux, TARGET=generic on other systems.

 -- Arnaud Cornet <acornet@debian.org>  Fri, 20 Jun 2008 00:38:50 +0200

haproxy (1.3.14.5-1) unstable; urgency=low

   * New Upstream Version (Closes: #484221)
   * Use debhelper 7, drop CDBS.

 -- Arnaud Cornet <acornet@debian.org>  Wed, 04 Jun 2008 19:21:56 +0200

haproxy (1.3.14.3-1) unstable; urgency=low

   * New Upstream Version
   * Add status argument support to init-script to conform to LSB.
   * Cleanup pidfile after stop in init script. Init script return code fixups.

 -- Arnaud Cornet <acornet@debian.org>  Sun, 09 Mar 2008 21:30:29 +0100

haproxy (1.3.14.2-3) unstable; urgency=low

   * Add init script support for nbproc > 1 in configuration. That is,
     multiple haproxy processes.
   * Use 'option redispatch' instead of redispatch in debian default
     config.

 -- Arnaud Cornet <acornet@debian.org>  Sun, 03 Feb 2008 18:22:28 +0100

haproxy (1.3.14.2-2) unstable; urgency=low

   * Fix init scripts's reload function to use -sf instead of -st (to wait for
     active session to finish cleanly). Also support dash. Thanks to
     Jean-Baptiste Quenot for noticing.

 -- Arnaud Cornet <acornet@debian.org>  Thu, 24 Jan 2008 23:47:26 +0100

haproxy (1.3.14.2-1) unstable; urgency=low

   * New Upstream Version
   * Simplify DEB_MAKE_INVOKE, as upstream now supports us overriding
     CFLAGS.
   * Move haproxy to usr/sbin.

 -- Arnaud Cornet <acornet@debian.org>  Mon, 21 Jan 2008 22:42:51 +0100

haproxy (1.3.14.1-1) unstable; urgency=low

   * New upstream release.
   * Drop dfsg list and hash code rewrite (merged upstream).
   * Add a HAPROXY variable in init script.
   * Drop makefile patch, fix debian/rules accordingly. Drop build-dependancy
     on quilt.
   * Manpage now upstream. Ship upstream's and drop ours.

 -- Arnaud Cornet <acornet@debian.org>  Tue, 01 Jan 2008 22:50:09 +0100

2007

haproxy (1.3.12.dfsg2-1) unstable; urgency=low

   * New upstream bugfix release.
   * Use new Homepage tag.
   * Bump standards-version (no change needed).
   * Add build-depend on quilt and add patch to allow proper CFLAGS passing to
     make.

 -- Arnaud Cornet <acornet@debian.org>  Tue, 25 Dec 2007 21:52:59 +0100

haproxy (1.3.12.dfsg-1) unstable; urgency=low

   * Initial release (Closes: #416397).
   * The DFSG removes files with GPL-incompabitle license and adds a
     re-implementation by me.

 -- Arnaud Cornet <acornet@debian.org>  Fri, 17 Aug 2007 09:33:41 +0200