[master] 2c72458 Add changes for 2.1.5 to the build system

Tollef Fog Heen tfheen at varnish-cache.org
Wed May 11 12:05:46 CEST 2011


commit 2c7245899277b75366d0117f637315d9d1b09986
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Mon Jan 24 13:13:55 2011 +0100

    Add changes for 2.1.5 to the build system

diff --git a/doc/Makefile.am b/doc/Makefile.am
index ad6a1e2..9774622 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,7 @@
 #
 
 CHANGELOGS = \
+	changes-2.1.5.html \
 	changes-2.1.4.html \
 	changes-2.1.3.html \
 	changes-2.1.2.html \
@@ -19,6 +20,7 @@ CHANGELOGS = \
 	changes-1.0.4.html
 
 XML = \
+	changes-2.1.4-2.1.5.xml \
 	changes-2.1.3-2.1.4.xml \
 	changes-2.1.2-2.1.3.xml \
 	changes-2.1.1-2.1.2.xml \
diff --git a/doc/changes-2.1.4-2.1.5.xml b/doc/changes-2.1.4-2.1.5.xml
index a2c482a..9b7e8ae 100644
--- a/doc/changes-2.1.4-2.1.5.xml
+++ b/doc/changes-2.1.4-2.1.5.xml
@@ -102,7 +102,7 @@
       <para>Add bourn-shell like "here" documents on the CLI. Typical
       usage:
       <code>
-      vcl.inline vcl_new << 42
+      vcl.inline vcl_new << 42
       backend foo {...}
       sub vcl_recv {...}
       42
diff --git a/doc/changes-2.1.5.xml b/doc/changes-2.1.5.xml
new file mode 100644
index 0000000..7e37731
--- /dev/null
+++ b/doc/changes-2.1.5.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xml" href="changes-html.xsl"?>
+<!DOCTYPE changelog [
+ <!ENTITY mdash "—">
+]>
+<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
+  <package>Varnish</package>
+  <version>2.1.5</version>
+
+  <xi:include href="changes-2.1.4-2.1.5.xml"/>
+</changelog>



More information about the varnish-commit mailing list