[master] 5f5185e Add changes for 4.1.9

Federico G. Schwindt fgsch at lodoss.net
Wed Feb 21 13:07:12 UTC 2018


commit 5f5185e8acd65f881c690bfdbf30fd5f49e16ad1
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Feb 21 12:50:03 2018 +0000

    Add changes for 4.1.9
    
    Prompted on irc by scn.

diff --git a/doc/changes.rst b/doc/changes.rst
index d4dff31..07791b5 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -523,6 +523,42 @@ News for Vmod Authors
 * PRIV_* now also work for object methods with unchanged scope.
 
 ================================
+Varnish Cache 4.1.9 (2017-11-14)
+================================
+
+Changes since 4.1.8:
+
+* Added ``bereq.is_bgfetch`` which is true for background fetches.
+* Add the vtc feature ignore_unknown_macro.
+* Expose to VCL whether or not a fetch is a background fetch (bgfetch)
+* Ignore req.ttl when keeping track of expired objects (see 2422_)
+* Move a cli buffer to VSB (from stack).
+* Use a separate stack for signals.
+
+.. _2422: https://github.com/varnishcache/varnish-cache/pull/2422
+
+Bugs fixed
+----------
+
+* 2337_ and 2366_ - Both Upgrade and Connection headers are needed for
+  WebSocket now
+* 2372_ - Fix problem with purging and the n_obj_purged counter
+* 2373_ - VSC n_vcl, n_vcl_avail, n_vcl_discard are gauge
+* 2380_ - Correct regexp in examples.
+* 2390_ - Straighten locking wrt vcl_active
+* 2429_ - Avoid buffer read overflow on vcl_backend_error and -sfile
+* 2492_ - Use the idle read timeout only on empty requests
+
+.. _2337: https://github.com/varnishcache/varnish-cache/issues/2337
+.. _2366: https://github.com/varnishcache/varnish-cache/issues/2366
+.. _2372: https://github.com/varnishcache/varnish-cache/pull/2372
+.. _2373: https://github.com/varnishcache/varnish-cache/issues/2373
+.. _2380: https://github.com/varnishcache/varnish-cache/issues/2380
+.. _2390: https://github.com/varnishcache/varnish-cache/issues/2390
+.. _2429: https://github.com/varnishcache/varnish-cache/pull/2429
+.. _2492: https://github.com/varnishcache/varnish-cache/issues/2492
+
+================================
 Varnish Cache 4.1.8 (2017-08-02)
 ================================
 


More information about the varnish-commit mailing list