[master] f4dfdb0 No more "changes since" in the changelog

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Mon Feb 13 17:52:05 CET 2017


commit f4dfdb0600c3095103ad045bc0e0f2dec78a48a4
Author: Pål Hermunn Johansen <hermunn at varnish-software.com>
Date:   Mon Feb 13 17:24:31 2017 +0100

    No more "changes since" in the changelog
    
    Headings starting with "Changes since" looked redundant, and has been
    removed. The result is a slightly more consistent changelog.

diff --git a/doc/changes.rst b/doc/changes.rst
index 54a42c6..9d9b091 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -85,8 +85,6 @@ Varnish Cache 4.1.5 (2017-02-09)
 Varnish Cache 4.1.5-beta2 (2017-02-08)
 ======================================
 
-Changes since 4.1.5-beta1:
-
 * Update devicedetect.vcl
 
 Bugs fixed
@@ -107,8 +105,6 @@ Bugs fixed
 Varnish Cache 4.1.5-beta1 (2017-02-02)
 ======================================
 
-Changes since 4.1.4:
-
 Bugs fixed
 ----------
 
@@ -141,8 +137,6 @@ Bugs fixed
 Varnish Cache 4.1.4 (2016-12-01)
 ================================
 
-Changes since 4.1.4-beta3:
-
 Bugs fixed
 ----------
 
@@ -155,8 +149,6 @@ Bugs fixed
 Varnish Cache 4.1.4-beta3 (2016-11-24)
 ======================================
 
-Changes since 4.1.4-beta2:
-
 * Include the current time of the panic in the panic output
 * Keep a reserve of idle threads for vital tasks
 
@@ -195,8 +187,6 @@ Bugs fixed
 Varnish Cache 4.1.4-beta1 (2016-09-14)
 ======================================
 
-Changes since 4.1.3:
-
 * [varnishhist] Various improvements
 * [varnishtest] A `cmd` feature for custom shell-based checks
 * Documentation improvements (do_stream, sess_herd, timeout_linger, thread_pools)
@@ -223,16 +213,12 @@ Bugs fixed
 Varnish Cache 4.1.3 (2016-07-06)
 ================================
 
-Changes since 4.1.3-beta2:
-
 * Be stricter when parsing request headers to harden against smuggling attacks.
 
 ======================================
 Varnish Cache 4.1.3-beta2 (2016-06-28)
 ======================================
 
-Changes since 4.1.3-beta1:
-
 * New parameter `vsm_free_cooldown`. Specifies how long freed VSM
   memory (shared log) will be kept around before actually being freed.
 
@@ -255,8 +241,6 @@ Bugs fixed
 Varnish Cache 4.1.3-beta1 (2016-06-15)
 ======================================
 
-Changes since 4.1.2:
-
 * varnishncsa can now access and log backend requests. (PR #1905)
 
 * [varnishncsa] New output formatters %{Varnish:vxid}x and %{VSL:Tag}x.
@@ -432,8 +416,6 @@ Bugs fixed
 Varnish Cache 4.1.1-beta1 (2016-01-15)
 ======================================
 
-Changes since 4.1.0:
-
 - Format of "ban.list" has changed slightly.
 - [varnishncsa] -w is now required when running deamonized.
 - [varnishncsa] Log format can now be read from file.
@@ -487,8 +469,6 @@ Bugs fixed
 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.
@@ -501,8 +481,6 @@ Changes since 4.1.0-beta1:
 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.
@@ -565,8 +543,6 @@ Bugs fixed
 Changes from 4.0.3-rc1 to 4.0.3-rc2 (2015-01-28)
 ================================================
 
-Changes since 4.0.3-rc1:
-
 - Assorted documentation updates.
 
 Bugs fixed
@@ -594,8 +570,6 @@ Bugs fixed
 Changes from 4.0.2 to 4.0.3-rc1 (2015-01-15)
 ============================================
 
-Changes since 4.0.2:
-
 - Support older autoconf (< 2.63b) (el5)
 - A lot of minor documentation fixes.
 - bereq.uncacheable is now read-only.



More information about the varnish-commit mailing list