You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/08/23 01:27:59 UTC

svn commit: r239273 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt project.properties

Author: scolebourne
Date: Mon Aug 22 16:27:56 2005
New Revision: 239273

URL: http://svn.apache.org/viewcvs?rev=239273&view=rev
Log:
Start 1.1 release process

Modified:
    jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/io/trunk/project.properties

Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=239273&r1=239272&r2=239273&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Mon Aug 22 16:27:56 2005
@@ -1,15 +1,12 @@
 $Id$
 
 			 Commons IO Package
-			   Version 1.0
-			    Release Notes
+			    Version 1.1
+			   Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for this version of the Commons
-IO package.
-
 Commons IO is a package of Java utility classes for java.io's hierarchy.  
 Classes in this package are considered to be so standard and of such high 
 reuse as to justify existence in java.io.
@@ -17,11 +14,43 @@
 Commons IO contains utility classes, stream implementations, file filters, 
 and endian transformation classes.
 
-NEW FEATURES:
 
-* This is the first release of Commons IO, so all features are new features. 
+Incompatible changes from 1.0
+-----------------------------
+Binary compatible - ???
+
+Source compatible - ???
+
+Semantic compatible - ???
+
+
+Deprecations from 1.0
+---------------------
+CopyUtils has been deprecated.
+Its methods have been moved to IOUtils.
+The new IOUtils methods handle nulls better, and have clearer names.
+
+IOUtils.toByteArray(String) - Use {@link String#getBytes()}
+IOUtils.toString(byte[]) - Use {@link String#String(byte[])}
+IOUtils.toString(byte[],String) - Use {@link String#String(byte[],String)}
+
+
+Bug fixes from 1.0
+------------------
+
+
+Enhancements from 1.0
+---------------------
+
+
+Feedback
+--------
+Open source works best when you give feedback.
 
-BUG FIXES:
+Please direct all bug reports to Bugzilla.
+http://issues.apache.org/bugzilla/buglist.cgi?product=Commons&component=IO
 
-Since this is the first release, there are no declared bugfixes.
+Or subscribe to the commons-user mailing list (prefix emails by [io])
+http://jakarta.apache.org/site/mail.html
 
+The Commons-IO Team

Modified: jakarta/commons/proper/io/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/project.properties?rev=239273&r1=239272&r2=239273&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/project.properties (original)
+++ jakarta/commons/proper/io/trunk/project.properties Mon Aug 22 16:27:56 2005
@@ -1,3 +1,17 @@
+#   Copyright 2003-2005 The Apache Software Foundation
+#
+#   Licensed 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.
+
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.xdoc.jsl=../commons-build/commons-site.jsl
@@ -6,5 +20,8 @@
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 
-maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
+maven.javadoc.author=false
+maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
 maven.javadoc.additionalparam=-tag todo:a:"To Do:"
+
+maven.jdiff.old.tag=IO_1_0



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org