Commit fef24564 authored by Lasse Karstensen's avatar Lasse Karstensen

Backfill more changelog entries.

parent 662856de
...@@ -6,6 +6,10 @@ Changes since 4.1.2: ...@@ -6,6 +6,10 @@ Changes since 4.1.2:
* varnishncsa can now access and log backend requests. (PR #1905) * varnishncsa can now access and log backend requests. (PR #1905)
* [varnishncsa] New formatter %{VSL:Tag}x.
* [varnishlog] Added log tag BacakendStart on backend transactions.
* On SmartOS, use ports instead of epoll by default. * On SmartOS, use ports instead of epoll by default.
* Add support for TCP Fastopen where available. Disabled by default. * Add support for TCP Fastopen where available. Disabled by default.
...@@ -21,8 +25,10 @@ Bugs fixed ...@@ -21,8 +25,10 @@ Bugs fixed
* 1954_ - Correctly handle HTTP/1.1 EOF response * 1954_ - Correctly handle HTTP/1.1 EOF response
* 1931_ - Allow VCL set Last-Modified to be used for I-M-S processing. * 1931_ - Allow VCL set Last-Modified to be used for I-M-S processing.
* 1928_ - req->task members must be set in case we get onto the waitinglist * 1928_ - req->task members must be set in case we get onto the waitinglist
* 1919_ - Avoid ban lurker panic with empty olist.
* 1918_ - Correctly handle EOF responses with HTTP/1.1 * 1918_ - Correctly handle EOF responses with HTTP/1.1
* 1912_ - Fix (insignificant) memory leak with mal-formed ESI directives. * 1912_ - Fix (insignificant) memory leak with mal-formed ESI directives.
* 1904_ - Release memory instead of crashing on malformed ESI
* 1885_ - [vmodtool] Method names should start with a period * 1885_ - [vmodtool] Method names should start with a period
* 1879_ - Correct handling of duplicate headers on IMS header merge * 1879_ - Correct handling of duplicate headers on IMS header merge
* 1878_ - Fix a ESI+gzip corner case which had escaped notice until now * 1878_ - Fix a ESI+gzip corner case which had escaped notice until now
...@@ -40,8 +46,10 @@ Bugs fixed ...@@ -40,8 +46,10 @@ Bugs fixed
.. _1954: https://github.com/varnishcache/varnish-cache/issues/1954 .. _1954: https://github.com/varnishcache/varnish-cache/issues/1954
.. _1931: https://github.com/varnishcache/varnish-cache/issues/1931 .. _1931: https://github.com/varnishcache/varnish-cache/issues/1931
.. _1928: https://github.com/varnishcache/varnish-cache/issues/1928 .. _1928: https://github.com/varnishcache/varnish-cache/issues/1928
.. _1919: https://github.com/varnishcache/varnish-cache/issues/1919
.. _1918: https://github.com/varnishcache/varnish-cache/issues/1918 .. _1918: https://github.com/varnishcache/varnish-cache/issues/1918
.. _1912: https://github.com/varnishcache/varnish-cache/issues/1912 .. _1912: https://github.com/varnishcache/varnish-cache/issues/1912
.. _1904: https://github.com/varnishcache/varnish-cache/issues/1904
.. _1885: https://github.com/varnishcache/varnish-cache/issues/1885 .. _1885: https://github.com/varnishcache/varnish-cache/issues/1885
.. _1883: https://github.com/varnishcache/varnish-cache/issues/1883 .. _1883: https://github.com/varnishcache/varnish-cache/issues/1883
.. _1879: https://github.com/varnishcache/varnish-cache/issues/1879 .. _1879: https://github.com/varnishcache/varnish-cache/issues/1879
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment