[4.1] fef2456 Backfill more changelog entries.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 10:25:09 CEST 2016


commit fef2456466adfbf6c265c123a9abb63342d526a9
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jun 14 09:49:17 2016 +0200

    Backfill more changelog entries.

diff --git a/doc/changes.rst b/doc/changes.rst
index 2d53120..66165a6 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -6,6 +6,10 @@ Changes since 4.1.2:
 
 * 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.
 
 * Add support for TCP Fastopen where available. Disabled by default.
@@ -21,8 +25,10 @@ Bugs fixed
 * 1954_ - Correctly handle HTTP/1.1 EOF response
 * 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
+* 1919_ - Avoid ban lurker panic with empty olist.
 * 1918_ - Correctly handle EOF responses with HTTP/1.1
 * 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
 * 1879_ - Correct handling of duplicate headers on IMS header merge
 * 1878_ - Fix a ESI+gzip corner case which had escaped notice until now
@@ -40,8 +46,10 @@ Bugs fixed
 .. _1954: https://github.com/varnishcache/varnish-cache/issues/1954
 .. _1931: https://github.com/varnishcache/varnish-cache/issues/1931
 .. _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
 .. _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
 .. _1883: https://github.com/varnishcache/varnish-cache/issues/1883
 .. _1879: https://github.com/varnishcache/varnish-cache/issues/1879



More information about the varnish-commit mailing list