Releases
=========

2.0.0 (2021-05-07)
------------------

- Updated setup.py.


2.0rc1 (2021-02-25)
-------------------

- Set haproxy 2.1 as default version
  [erral]

- Update to support python3 only
  [erral, petschki]

1.1.2 (2012-01-26)
------------------

- Force the use of gmake on freebsd.
  [lregebro]

- When there the Makefile is in a deeper dir the make with options is never
  executed
  [kingel]

1.1.1 (2010-10-06)
------------------

- Update to haproxy 1.4.8.
  [hannosch]

- Fix bug with ``install_from_cache`` that prevents downloading haproxy if it
  is not already present in the cache.
  [silviot]

1.1 (2010-04-25)
----------------

- Default to ``http://dist.plone.org/thirdparty/haproxy-1.4.4.zip``. Make sure
  your configuration files are compatible with the new release before
  upgrading.
  [hannosch]

1.0 (2010-04-25)
----------------

- PEP8 cleanup, avoid deprecation warning for the sha module under Python 2.6.
  [hannosch]

- Updated tests, removed test extras and dependency on zope.testing.
  [hannosch]

1.0b3 (2010-01-20)
------------------

- Use ``http://dist.plone.org/thirdparty/haproxy-1.3.22.zip`` as the default
  url. The tarfile module in Python 2.4 cannot open the official releases, so
  we provide a zip alternative for it.
  [hannosch]

- Further package metadata cleanup. Moved tests outside of the package
  description.
  [hannosch]

1.0b2 (2010-01-12)
------------------

- Clean up documentation, reorganize package contents.
  [aclark]

- Don't force ``make -f Makefile.osx`` on OS X, fixes Snow Leopard compilation.
  [aclark]

1.0b1 (2008-11-25)
------------------

- First public release.
  [tesdal]
