[3.0] 4d16476 Prepare for 3.0.6-rc1 release.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 24 17:44:43 CEST 2014


commit 4d1647681aa47b232717004dd2d4c61c00f4071c
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jun 24 17:39:41 2014 +0200

    Prepare for 3.0.6-rc1 release.

diff --git a/configure.ac b/configure.ac
index 83cbb47..427b230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ(2.59)
 AC_COPYRIGHT([Copyright (c) 2006 Verdens Gang AS
-Copyright (c) 2006-2011 Varnish Software AS])
+Copyright (c) 2006-2014 Varnish Software AS])
 AC_REVISION([$Id$])
-AC_INIT([Varnish], [3.0.5], [varnish-dev at varnish-cache.org])
+AC_INIT([Varnish], [3.0.6rc1], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/varnishapi.h)
 AM_CONFIG_HEADER(config.h)
 
diff --git a/doc/changes.rst b/doc/changes.rst
index e2398d1..10fc995 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,6 +1,30 @@
-================================
-Changes from 3.0.5 rc 1 to 3.0.5
-================================
+============================================
+Changes from 3.0.5 to 3.0.6-rc1 (2014-06-24)
+============================================
+
+- Document storage.<name>.* VCL variables. Bug 1514_.
+- Round up http_max_hdr to a multiple of 4. Bug 1327_.
+- Avoid negative ReqEnd timestamps with ESI. Bug 1297_.
+- %D format for varnishncsa is now an integer (as documented)
+- Fix compile errors with clang.
+- Clear objectcore flags earlier in ban lurker. Bug 1470_.
+- Patch embedded jemalloc to avoid segfault. Bug 1448_.
+- Allow backend names to start with if, include or else. Bug 1439_.
+- Stop handling gzip after gzip body end. Bug 1086_.
+- Document %D and %T for varnishncsa.
+
+.. _1514: http://varnish-cache.org/trac/ticket/1514
+.. _1327: http://varnish-cache.org/trac/ticket/1327
+.. _1297: http://varnish-cache.org/trac/ticket/1297
+.. _1470: http://varnish-cache.org/trac/ticket/1470
+.. _1448: http://varnish-cache.org/trac/ticket/1448
+.. _1439: http://varnish-cache.org/trac/ticket/1439
+.. _1086: http://varnish-cache.org/trac/ticket/1086
+
+
+=============================================
+Changes from 3.0.5 rc 1 to 3.0.5 (2013-12-02)
+=============================================
 
 varnishd
 --------
diff --git a/redhat/varnish.spec b/redhat/varnish.spec
index a8521ad..c10737d 100644
--- a/redhat/varnish.spec
+++ b/redhat/varnish.spec
@@ -2,11 +2,11 @@
 %define __find_provides %{_builddir}/varnish-%{version}%{?v_rc:-%{?v_rc}}/redhat/find-provides
 Summary: High-performance HTTP accelerator
 Name: varnish
-Version: 3.0.5
+Version: 3.0.6
 Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
-URL: http://www.varnish-cache.org/
+URL: https://www.varnish-cache.org/
 #Source0: http://repo.varnish-cache.org/source/%{name}-%{version}.tar.gz
 Source0: %{name}-%{version}%{?v_rc:-%{v_rc}}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)



More information about the varnish-commit mailing list