[6.0] 39abc13e2 Add VCL_TIME fix

Reza Naghibi reza at naghibi.com
Thu Aug 20 17:52:07 UTC 2020


commit 39abc13e2ef06c7fecc2ea267e20fe3b47fe5fdf
Author: Reza Naghibi <reza at naghibi.com>
Date:   Tue Aug 18 12:06:19 2020 -0400

    Add VCL_TIME fix

diff --git a/doc/changes.rst b/doc/changes.rst
index 5b42e3a2a..08ccb7bf0 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -32,6 +32,9 @@ Varnish Cache 6.0.7 (YYYY-MM-DD)
 
 * Add weighted backend to vmod_shard.
 
+* Fix an issue where an undefined value is returned when converting
+  a VCL_TIME to a string. (3308_)
+
 * Fix an issue where the wrong workspace is used during `vcl_pipe`.
   (3329_) (3361_) (3385_)
 
@@ -72,6 +75,7 @@ Varnish Cache 6.0.7 (YYYY-MM-DD)
 
 * Expose the master and worker PIDs via the CLI: `varnishadm pid`. (3171_)
 
+.. _3308: https://github.com/varnishcache/varnish-cache/pull/3308
 .. _3385: https://github.com/varnishcache/varnish-cache/issues/3385
 .. _3361: https://github.com/varnishcache/varnish-cache/issues/3361
 .. _3329: https://github.com/varnishcache/varnish-cache/issues/3329


More information about the varnish-commit mailing list