2023/01/22 00:38 willy@pcw.home.local * released haproxy-2.7.2-flx2.1 * added post-release fix 0001-BUG-MINOR-jwt-Wrong-return-value-checked.patch * added debug options -DDEBUG_MEM_STATS -DDEBUG_TASK 2022/10/07 08:51 willy@wtap.local * released haproxy-2.7-dev7-2e2b79d1-flx2.2 2022/10/07 08:31 willy@wtap.local * the SMALL variable was not taken into account, so thread counts were ignored on small systems * disable global pools for small systems, std allocator is enough (it was verified that jemalloc can be slightly more expensive on systems with 64MB or less of RAM) * disable backtraces and thread dumps on small systems, as these inflate the executable size (it's possible to further shrink it by ~150k by forcefully disabling traces if needed). * enabled -Wl,--gc-sections and -fdata-sections to save ~70k * enable DEBUG_STRICT (BUG_ON) only on large systems 2022/10/04 15:26 willy@wtap.local * released haproxy-2.7-dev7-2e2b79d1-flx2.1 * update to 2.7-dev6 * remove unneeded dependency on libslz * remove some build options that are now per-target 2019/12/01 20:56 willy@wtap.local * released haproxy-1.7.12-flx2.1 * updated to latest mainline 1.7 2018/04/30 15:31 willy@wtap.local * released haproxy-1.7.11-flx2.1 * updated to latest mainline 1.7 2017/05/04 21:28 willy@wtap.local * released haproxy-1.7.5-flx2.1 * updated to latest mainline 2017/04/27 17:04 willy@wtap.local * fixed logic bug in static build options : flags to build libs statically were ignored. 2017/03/02 17:53 willy@wtap.local * released haproxy-1.7.3-flx2.1 * upgraded to 1.7.3 * removed last patch (now in mainline) * minor cleanup of the build.cfg 2017/01/22 23:41 willy@wtap.local * released haproxy-1.7.2-flx2.1 * upgraded to 1.7.2 * added the following fix from mainline : 0001-BUG-MINOR-stream-Fix-how-backend-specific-analyzers-.patch * fixed typo in STATIC_FLAG name * enable Lua 2016/11/26 10:01 willy@wtap.local * released haproxy-1.7.0-flx2.1 * upgraded to haproxy-1.7.0 (new stable release) 2016/09/08 17:31 willy@wtap.local * released haproxy-1.6.9-flx2.2 * fixed build option handling so that by default all options are enabled and that the static options have to be explicitly set. It is still possible to forcibly disable jemalloc, pcre or openssl globally using the same build options but setting them to zero. 2016/09/08 10:50 willy@wtap.local * released haproxy-1.6.9-flx2.1 * updated to mainline 1.6.9 * automatically adapt download URL based on the branch 2016/08/16 13:24 willy@wtap.local * released haproxy-1.7-dev4-flx2.1 * add build options from 1.7-dev1 as environment variables to selectively enable or disable PCRE, OpenSSL, and JEMALLOC * make the package automatically work in release or development mode depending on PKGVER 2015/10/24 11:10 willy@wtap.local * released haproxy-1.6.1-flx2.1 * upgraded to 1.6-stable * removed obsolete docs and examples 2015/09/09 09:12 willy@wtap.local * released haproxy-20150909-07101d5a-flx2.1 * updated to latest development branch to fix several issues 2015/07/05 15:27 willy@wtap.local * released haproxy-20150703-4e5d58e5-flx2.1 * updated to latest development branch to fix tcp rulesets 2015/07/03 20:41 willy@wtap.local * released haproxy-20150703-46175dd8-flx2.1 * updated to latest development branch to fix CVE-2015-3281 2015/05/20 20:24 willy@wtap.local * released haproxy-20150520-9826c778-flx2.1 * updated to latest development branch 2015/03/30 21:16 willy@wtap.local * released haproxy-20150329-418b8c0c-flx2.1 * updated to latest development branch supporting libslz 2014/12/08 22:57 willy@wtap.local * released haproxy-20141203-flx2.1 * updated to development branch 2014/12/01 15:56 willy@wtap.local * released haproxy-1.5.9-flx2.1 * plus 2 latest medium fixes 2014/11/02 23:42 willy@wtap.local * released haproxy-1.5.8-flx2.1 * upgraded to 1.5.8 * fixed dlmalloc bug causing reallocs to crash after mremap on 64-bit 2014/10/26 21:55 ben@loki * released haproxy-1.5.4-flx2.2 * move sample config usr/share/examples directory 2014/09/09 14:11 willy@wtap.local * released haproxy-1.5.4-flx2.1 * upgraded to 1.5.4 2014/07/31 13:58 willy@wtap.local * released haproxy-1.5.3-flx2.1 * upgrade to 1.5.3 * merge 3 fixes * fix build script to correctly handle FLXARCH (backported from haproxy-static-1.5.3) 2013/12/16 19:33 willy@wtap.local * released haproxy-1.5-dev20-flx2.1 * updated to dev20 + 7 fixes 2013/06/19 01:25 willy@pcw.home.local * released haproxy-1.5-dev19-flx2.1 * updated to dev19 2013/01/21 15:43 willy@pcw.home.local * released haproxy-1.5-dev17-flx2.1 * updated to dev17 * fixed accept4 which does not always exit on ARM 2012/12/27 20:06 willy@wtap * released haproxy-1.5-dev16-flx2.1 * fix many many bugs * add compression * http-request add-header, etc... 2012/09/12 00:02 willy@wtap * released haproxy-1.5-dev12-flx2.1 * upgrade to 1.5-dev12 * enable SSL by default * disable FUTEX on non-x86 archs (fall back to pthread) since gcc before 4.4 do not have __sync_* builtins for all archs (eg: arm) * simplify build process for halog 2012/01/16 11:01 willy@wtap * released haproxy-1.5-dev7-flx2.3 * remove the two following patches (experimental) : - 0128-EXP-http-make-acl_fetch_hdr-use-http_get_hdr.patch - 0129-MAJOR-add-support-for-quoted-strings-in-configuratio.patch * update to latest snapshot * made use of finer FLX_BITS etc... instead of raw arch checks 2011/12/23 15:54 willy@wtap * released haproxy-1.5-dev7-flx2.2 * updated with many patches 2011/11/18 20:38 willy@wtap * released haproxy-1.5-dev7-flx2.1 * ported from aloha 2011/10/10 10:13 willy@wtap * released haproxy-1.5dev7-aloha42-flx2.2 * refactor all models * ensure build options are common between all models * remove old unused models * fix model name reporting for albbox * apply default settings to unknown models * clean halog on do_clean 2011/09/28 16:32 emeric@ebr-laptop * released haproxy-1.5dev7-aloha42-flx2.1 * New package haproxy 2.1 2010/01/12 19:47 willy@wtap * removed old obsolete changelogs (1.2.14)