Commit 2c724589 authored by Kristian Lyngstol's avatar Kristian Lyngstol Committed by Tollef Fog Heen

Add changes for 2.1.5 to the build system

parent f0259bec
# #
CHANGELOGS = \ CHANGELOGS = \
changes-2.1.5.html \
changes-2.1.4.html \ changes-2.1.4.html \
changes-2.1.3.html \ changes-2.1.3.html \
changes-2.1.2.html \ changes-2.1.2.html \
...@@ -19,6 +20,7 @@ CHANGELOGS = \ ...@@ -19,6 +20,7 @@ CHANGELOGS = \
changes-1.0.4.html changes-1.0.4.html
XML = \ XML = \
changes-2.1.4-2.1.5.xml \
changes-2.1.3-2.1.4.xml \ changes-2.1.3-2.1.4.xml \
changes-2.1.2-2.1.3.xml \ changes-2.1.2-2.1.3.xml \
changes-2.1.1-2.1.2.xml \ changes-2.1.1-2.1.2.xml \
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<para>Add bourn-shell like "here" documents on the CLI. Typical <para>Add bourn-shell like "here" documents on the CLI. Typical
usage: usage:
<code> <code>
vcl.inline vcl_new << 42 vcl.inline vcl_new &lt;&lt; 42
backend foo {...} backend foo {...}
sub vcl_recv {...} sub vcl_recv {...}
42 42
......
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xml" href="changes-html.xsl"?>
<!DOCTYPE changelog [
<!ENTITY mdash "&#8212;">
]>
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment