You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/08/28 12:03:52 UTC

svn commit: r1806435 - in /commons/proper/jelly/branches/1.X: RELEASE-NOTES.txt src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly xdocs/changes.xml

Author: chtompki
Date: Mon Aug 28 12:03:51 2017
New Revision: 1806435

URL: http://svn.apache.org/viewvc?rev=1806435&view=rev
Log:
Create release notes for 1.0.1, add license headers.

Modified:
    commons/proper/jelly/branches/1.X/RELEASE-NOTES.txt
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java
    commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly
    commons/proper/jelly/branches/1.X/xdocs/changes.xml

Modified: commons/proper/jelly/branches/1.X/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/RELEASE-NOTES.txt?rev=1806435&r1=1806434&r2=1806435&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/RELEASE-NOTES.txt (original)
+++ commons/proper/jelly/branches/1.X/RELEASE-NOTES.txt Mon Aug 28 12:03:51 2017
@@ -1,4 +1,4 @@
-The Jakarta Commons Jelly team is pleased to announce the commons-jelly 1.0 release! 
+The Jakarta Commons Jelly team is pleased to announce the commons-jelly 1.0.1 release!
 
 http://jakarta.apache.org/commons/jelly/
 
@@ -9,9 +9,8 @@ powerful scripting engine.
 This is the first stable release of Jelly. It can be used as a standalone application
 to run scripts, or incorporated into your Java applications.
 
-Notable changes since the 1.0-RC1 release:
-- Internal caching was changed to remove a memory leak
-- Jelly is now distributed as an application with its dependencies and main tag libraries
+Notable changes since the 1.0 release:
+- JELLY-293: Accommodate toggling off DTD external entities.
 
 Have fun!
 -The Jelly team

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java?rev=1806435&r1=1806434&r2=1806435&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java Mon Aug 28 12:03:51 2017
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.commons.jelly;
 
 import junit.framework.TestCase;

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly?rev=1806435&r1=1806434&r2=1806435&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly Mon Aug 28 12:03:51 2017
@@ -1,4 +1,18 @@
 <?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.
+-->
 <!DOCTYPE r [
         <!ELEMENT r ANY >
         <!ENTITY sp SYSTEM "http://127.0.0.1:4444/">

Modified: commons/proper/jelly/branches/1.X/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/changes.xml?rev=1806435&r1=1806434&r2=1806435&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/changes.xml Mon Aug 28 12:03:51 2017
@@ -24,7 +24,7 @@
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
-    <release version="1.0.1" date="tbd">
+    <release version="1.0.1" date="2017-08-28">
       <action dev="chtompki" type="fix" issue="JELLY-293">Accommodate toggling off DTD external entities.</action>
     </release>
     <release version="1.0" date="2005-06-12">