[3.0] 8d1ed24 Document 3.0.2 changes
Tollef Fog Heen
tfheen at varnish-cache.org
Wed Oct 26 14:58:58 CEST 2011
commit 8d1ed24b1cd901eff38159e7832f10a81876c433
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date: Fri Oct 21 10:48:09 2011 +0200
Document 3.0.2 changes
diff --git a/doc/changes.rst b/doc/changes.rst
index c3603df..8659f2e 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,4 +1,34 @@
================================
+Changes from 3.0.2 rc 1 to 3.0.2
+================================
+
+Varnishd
+--------
+
+- Make the size of the synthetic object workspace equal to
+ `http_resp_size` and add workaround to avoid a crash when setting
+ too long response strings for synthetic objects.
+
+- Ensure the ban lurker always sleeps the advertised 1 second when it
+ does not have anything to do.
+
+- Remove error from `vcl_deliver`. Previously this would assert while
+ it will now give a syntax error.
+
+varnishncsa
+-----------
+
+- Add default values for some fields when logging incomplete records
+ and document the default values.
+
+Other
+-----
+
+- Documentation updates
+
+- Some Solaris portability updates.
+
+================================
Changes from 3.0.1 to 3.0.2 rc 1
================================
More information about the varnish-commit
mailing list