r3301 - trunk/varnish-cache/doc

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Oct 15 13:29:25 CEST 2008


Author: tfheen
Date: 2008-10-15 13:29:25 +0200 (Wed, 15 Oct 2008)
New Revision: 3301

Added:
   trunk/varnish-cache/doc/changes-2.0.xml
Modified:
   trunk/varnish-cache/doc/Makefile.am
Log:
Changelog for 2.0

Write up changelog for 2.0


Modified: trunk/varnish-cache/doc/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/Makefile.am	2008-10-15 09:52:15 UTC (rev 3300)
+++ trunk/varnish-cache/doc/Makefile.am	2008-10-15 11:29:25 UTC (rev 3301)
@@ -1,12 +1,14 @@
 # $Id$
 
 CHANGELOGS = \
+	changes-2.0.html \
 	changes-1.1.2.html \
 	changes-1.1.1.html \
 	changes-1.1.html \
 	changes-1.0.4.html
 
 XML = \
+	changes-1.1.2-2.0.xml \
 	changes-1.1.1-1.1.2.xml \
 	changes-1.1-1.1.1.xml \
 	changes-1.0.4-1.1.xml \

Added: trunk/varnish-cache/doc/changes-2.0.xml
===================================================================
--- trunk/varnish-cache/doc/changes-2.0.xml	                        (rev 0)
+++ trunk/varnish-cache/doc/changes-2.0.xml	2008-10-15 11:29:25 UTC (rev 3301)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xml" href="changes-html.xsl"?>
+<!DOCTYPE changelog [
+ <!ENTITY mdash "&#8212;">
+]>
+<!-- $Id$ -->
+<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
+  <package>Varnish</package>
+  <version>2.0</version>
+
+  <xi:include href="changes-1.1.2-2.0.xml"/>
+</changelog>




More information about the varnish-commit mailing list