[6.0] 110db401e Changelog update

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Feb 19 11:15:13 UTC 2019


commit 110db401eb1008210b3bfbf4eeb429d5bb6f8fdd
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Feb 19 12:14:11 2019 +0100

    Changelog update

diff --git a/doc/changes.rst b/doc/changes.rst
index 94583e701..0b08f51fc 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -34,9 +34,36 @@ Varnish Cache 6.0.3 (unreleased)
   renamed the red/black tree macros from ``VRB_*`` to ``VRBT_*``
   to disambiguate from the acronym for Varnish Request Body.
 
-* added ``req.is_hitmiss`` and ``req.is_hitpass`` (2743_)
+* Added ``req.is_hitmiss`` and ``req.is_hitpass`` (2743_)
 
+* Fix assinging <bool> == <bool> (2809_)
+
+* Add error handling for STV_NewObject() (2831_)
+
+* Fix VRT_fail for 'if'/'elseif' conditional expressions (2840_)
+
+* Add VSL rate limiting (2837_)
+
+  This adds rate limiting to varnishncsa and varnishlog.
+
+* For ``varnishtest -L``, also keep VCL C source files.
+
+* Make it possible to change ``varnishncsa`` update rate. (2741_)
+
+* Tolerate null IP addresses for ACL matches.
+
+* Many cache lookup optimizations.
+
+* Display the VCL syntax during a panic.
+
+* Update to the VCL diagrams to include hit-for-miss.
+
+.. _2741: https://github.com/varnishcache/varnish-cache/pull/2741
 .. _2743: https://github.com/varnishcache/varnish-cache/issues/2743
+.. _2809: https://github.com/varnishcache/varnish-cache/issues/2809
+.. _2831: https://github.com/varnishcache/varnish-cache/issues/2831
+.. _2837: https://github.com/varnishcache/varnish-cache/pull/2837
+.. _2840: https://github.com/varnishcache/varnish-cache/issues/2840
 
 ================================
 Varnish Cache 6.0.2 (2018-11-07)


More information about the varnish-commit mailing list