You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/01/15 18:51:59 UTC

svn commit: r1851406 - in /turbine/fulcrum/trunk/xslt/src/changes: ./ changes.xml

Author: painter
Date: Tue Jan 15 18:51:59 2019
New Revision: 1851406

URL: http://svn.apache.org/viewvc?rev=1851406&view=rev
Log:
Missing changes.xml

Added:
    turbine/fulcrum/trunk/xslt/src/changes/
    turbine/fulcrum/trunk/xslt/src/changes/changes.xml

Added: turbine/fulcrum/trunk/xslt/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/xslt/src/changes/changes.xml?rev=1851406&view=auto
==============================================================================
--- turbine/fulcrum/trunk/xslt/src/changes/changes.xml (added)
+++ turbine/fulcrum/trunk/xslt/src/changes/changes.xml Tue Jan 15 18:51:59 2019
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+  <properties>
+    <title>Fulcrum XSLT</title>
+    <author email="epugh@opensourceconnections.com">Eric Pugh</author>
+  </properties>
+  <body>
+    <release version="1.1.1" date="in SVN">
+      <action dev="painter" type="update">
+        Moved changes.xml location for inclusion in report generation
+      </action>
+      <action dev="painter" type="update">
+        Update unit tests to BaseUnit5Test
+      </action>
+      <action dev="painter" type="update">
+        Update to yaafi-1.0.8 and testcontainer 1.0.8
+      </action>
+    </release>
+    <release version="1.1.0" date="2009-11-06">
+      <action type="add" dev="sgoeschl" date="2009-11-05">
+        Added an additional transform() method which takes no XML input
+        document. 
+      </action>
+      <action type="add" dev="sgoeschl" date="2009-10-14">
+        Added a regression test which really does a XSL transformation.
+      </action>
+      <action type="update" dev="seade" issue="TRB-19" due-to="Thomas Vandahl">
+      	Synced with 2_3 branch (excluding the replacement of the cache Map()
+      	with a LRUMap()).  Thanks to Thomas Vandahl for the patches.
+      </action>
+    </release>
+    <release version="1.0.3" date="2004-11-24">
+     <action dev="epugh" type="update">
+        Clean up dependencies.
+      </action>
+    </release>
+    <release version="1.0-alpha-2" date="in CVS">
+     <action dev="epugh" type="add">
+        Initial conversion to Avalon component.
+      </action>
+    </release>
+  </body>  
+</document>
+