[master] f358342 Add changelist from 4.1 branch.

Lasse Karstensen lkarsten at varnish-software.com
Wed Oct 21 17:13:39 CEST 2015


commit f3583420d3bac8f9e6a2843694a67e7b66cd88f4
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Oct 21 17:13:14 2015 +0200

    Add changelist from 4.1 branch.

diff --git a/doc/changes.rst b/doc/changes.rst
index 745d1bc..6016ddc 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,9 +1,49 @@
+================================
+Varnish Cache 4.1.0 (2015-09-30)
+================================
+
+Changes since 4.1.0-beta1:
+
+- Documentation updates.
+- Stabilization fixes on testcase p00005.vtc.
+- Avoid compiler warning in zlib.
+- Bug 1792_: Avoid using fallocate() with -sfile on non-EXT4.
+
+.. _1792: https://www.varnish-cache.org/trac/ticket/1792
+
+
+======================================
+Varnish Cache 4.1.0-beta1 (2015-09-11)
+======================================
+
+Changes since 4.1.0-tp1:
+
+- Redhat packaging files are now separate from the normal tree.
+- Client workspace overflow should now result in a 500 response
+  instead of panic.
+- [varnishstat] -w option has been retired.
+- libvarnishapi release number is increased.
+- Body bytes sent on ESI subrequests with gzip are now counted correctly.
+- [vmod-std] Data type conversion functions now take additional fallback argument.
+
+Bugs fixed
+----------
+
+- 1777_ - Disable speculative Range handling on streaming transactions.
+- 1778_ - [varnishstat] Cast to integer to prevent negative values messing the statistics
+- 1781_ - Propagate gzip CRC upwards from nested ESI includes.
+- 1783_ - Align code with RFC7230 section 3.3.3 which allows POST without a body.
+
+.. _1777: https://www.varnish-cache.org/trac/ticket/1777
+.. _1778: https://www.varnish-cache.org/trac/ticket/1778
+.. _1781: https://www.varnish-cache.org/trac/ticket/1781
+.. _1783: https://www.varnish-cache.org/trac/ticket/1783
+
+
 ====================================
-Varnish Cache 4.1.0-dev (unreleased)
+Varnish Cache 4.1.0-tp1 (2015-07-08)
 ====================================
 
-This is a placeholder entry for the upcoming 4.1.0 prereleases.
-
 Changes between 4.0 and 4.1 are numerous. Please read the upgrade
 section in the documentation for a general overview.
 



More information about the varnish-commit mailing list