[2.1] 0843d7a Add changes for 2.1.5 to the build system

Kristian Lyngstøl kristian at varnish-cache.org
Mon Jan 24 13:24:15 CET 2011


commit 0843d7a0cd17a705bfeea1e3b229ec349117bab3
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 d3bfec9..78dd681 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,7 @@
 # $Id$
 
 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