|
| 1 | +2018/01/02 : 1.7.10 |
| 2 | + - BUG/MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH |
| 3 | + - BUG/MEDIUM: lua: HTTP services must take care of body-less status codes |
| 4 | + - BUG/MEDIUM: stream: properly set the required HTTP analysers on use-service |
| 5 | + - BUG/MEDIUM: http: Fix a regression bug when a HTTP response is in TUNNEL mode |
| 6 | + - BUG/MEDIUM: epoll: ensure we always consider HUP and ERR |
| 7 | + - BUG/MEDIUM: http: Close streams for connections closed before a redirect |
| 8 | + - BUG/MINOR: Lua: The socket may be destroyed when we try to access. |
| 9 | + - BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo |
| 10 | + - BUG/MINOR: compression: Check response headers before http-response rules eval |
| 11 | + - BUG/MINOR: log: fixing small memory leak in error code path. |
| 12 | + - BUG/MINOR: contrib/halog: fixing small memory leak |
| 13 | + - BUG/MEDIUM: tcp/http: set-dst-port action broken |
| 14 | + - BUG/MEDIUM: tcp-check: properly indicate polling state before performing I/O |
| 15 | + - BUG/MINOR: tcp-check: don't quit with pending data in the send buffer |
| 16 | + - BUG/MEDIUM: tcp-check: don't call tcpcheck_main() from the I/O handlers! |
| 17 | + - BUG/MINOR: tcp-check: don't initialize then break a connection starting with a comment |
| 18 | + - BUG/MEDIUM: http: Return an error when url_dec sample converter failed |
| 19 | + - BUG/MAJOR: stream-int: don't re-arm recv if send fails |
| 20 | + - DOC: 51d: add 51Degrees git URL that points to release version 3.2.12.12 |
| 21 | + - DOC: 51d: Updated git URL and instructions for getting Hash Trie data files. |
| 22 | + - DOC: fix some typos |
| 23 | + - BUILD/MINOR: 51d: fix warning when building with 51Degrees release version 3.2.12.12 |
| 24 | + - MINOR: tcp-check: make tcpcheck_main() take a check, not a connection |
| 25 | + - MINOR: checks: don't create then kill a dummy connection before tcp-checks |
| 26 | + - DOC: 1.7 is stable |
| 27 | + - BUG/MEDIUM: ssl: fix OCSP expiry calculation |
| 28 | + - MINOR: server: Handle weight increase in consistent hash. |
| 29 | + - BUG/MINOR: stats: Clear a bit more counters with in cli_parse_clear_counters(). |
| 30 | + - BUG/MINOR: ssl: ocsp response with 'revoked' status is correct |
| 31 | + - BUG/MINOR: ssl: OCSP_single_get0_status can return -1 |
| 32 | + - BUG/MINOR: cli: restore "set ssl tls-key" command |
| 33 | + - BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution |
| 34 | + - BUG/MINOR: spoe: Don't compare engine name and SPOE scope when both are NULL |
| 35 | + - BUG/MINOR: dns: Fix CLI keyword declaration |
| 36 | + - BUG/MINOR: mailers: Fix a memory leak when email alerts are released |
| 37 | + - BUG/MINOR: cli: do not perform an invalid action on "set server check-port" |
| 38 | + - BUG/MEDIUM: stream: don't ignore res.analyse_exp anymore |
| 39 | + - MEDIUM: http: always reject the "PRI" method |
| 40 | + - BUG/MEDIUM: deviceatlas: ignore not valuable HTTP request data |
| 41 | + - BUG/MAJOR: stream: ensure analysers are always called upon close |
| 42 | + - BUG/MEDIUM: deinit: correctly deinitialize the proxy and global listener tasks |
| 43 | + - BUG/MINOR: Use crt_base instead of ca_base when crt is parsed on a server line |
| 44 | + - BUG/MINOR: stream: fix tv_request calculation for applets |
| 45 | + - BUG/MINOR: listener: Allow multiple "process" options on "bind" lines |
| 46 | + - DOC/MINOR: intro: typo, wording, formatting fixes |
| 47 | + - CONTRIB: halog: Add help text for -s switch in halog program |
| 48 | + - CONTRIB: iprange: Fix compiler warning in iprange.c |
| 49 | + - CONTRIB: halog: Fix compiler warnings in halog.c |
| 50 | + - BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses |
| 51 | + - BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork. |
| 52 | + - BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface |
| 53 | + - BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses |
| 54 | + - BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() |
| 55 | + - BUG/MEDIUM: http: don't automatically forward request close |
| 56 | + |
1 | 57 | 2017/08/18 : 1.7.9
|
2 | 58 | - BUG/MINOR: peers: peer synchronization issue (with several peers sections).
|
3 | 59 | - BUG/MINOR: lua: In error case, the safe mode is not removed
|
|
77 | 133 | - BUG/MEDIUM: unix: never unlink a unix socket from the file system
|
78 | 134 | - scripts: create-release pass -n to tail
|
79 | 135 | - SCRIPTS: create-release: enforce GIT_COMMITTER_{NAME|EMAIL} validity
|
80 |
| - |
| 136 | + |
81 | 137 | 2017/04/03 : 1.7.5
|
82 | 138 | - BUG/MEDIUM: peers: fix buffer overflow control in intdecode.
|
83 | 139 | - BUG/MEDIUM: buffers: Fix how input/output data are injected into buffers
|
|
5446 | 5502 | - fwrr: ensure that we never overflow in placements
|
5447 | 5503 | - store the build options to report with -vv
|
5448 | 5504 | - fix the status return of the init script (R.I. Pienaar)
|
5449 |
| - - stats: real time monitoring script for unix socket (Prizee) |
| 5505 | + - stats: real time monitoring script for unix socket (Prizee) |
5450 | 5506 | - document "nbsrv" and "monitor fail"
|
5451 | 5507 | - restrict the set of allowed characters for identifiers
|
5452 | 5508 | - implement a time parsing function
|
|
0 commit comments