You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/07/15 14:02:01 UTC

svn commit: r219183 - in /jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare: RELEASE-NOTES.txt xdocs/index.xml

Author: skitching
Date: Fri Jul 15 05:02:01 2005
New Revision: 219183

URL: http://svn.apache.org/viewcvs?rev=219183&view=rev
Log:
Explain the 1.0->1.0.1 snafu

Modified:
    jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/RELEASE-NOTES.txt
    jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml

Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/RELEASE-NOTES.txt?rev=219183&r1=219182&r2=219183&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/RELEASE-NOTES.txt Fri Jul 15 05:02:01 2005
@@ -1,7 +1,7 @@
-$Id: RELEASE-NOTES.txt,v 1.1 2002/11/06 05:09:21 bayard Exp $
+$Id$
 
 			Commons CLI Package
-			   Version 1.0
+			   Version 1.0.1
 			    Release Notes
 
 
@@ -10,8 +10,28 @@
 This document contains the release notes for this version of the Commons
 CLI package. Commons CLI provdes a simple API for working with the command line arguments and options.
 
-This is the first release of the CLI component, therefore all features are new, 
-there are no bug-fixes, nothing is deprecated and there are no changes.
+This release is identical to version 1.0 except for minor documentation updates and a new version number.
+Absolutely no changes have been made to the code since the 1.0 release.
+
+Due to an unfortunate accident, the 1.0 jar file published on ibiblio (used in particular by Maven)
+at http://www.ibiblio.org/maven/commons-cli/jars was overwritten at some point by a snapshot of
+later code (i.e. file commons-cli-1.0.jar became a snapshot of the trunk code at about
+12 months after the 1.0 release). The binary and source distribution downloads available via the
+download pages of Apache or its mirrors is, and always has been the correct 1.0 release.
+
+ * The md5 checksum of the valid 1.0 jar is: f6feeb3b3d95f7d09180fd71e96cead4 
+ * The md5 checksum of the invalid 1.0 jar is: 5cb21f532ab921134751b4b6e4807be4 
+
+All users of 1.0 should upgrade to 1.0.1 to ensure that they are using a proper release
+rather than a snapshot. In particular, any maven project.xml files that declare a dependency on
+CLI 1.0 should be upgraded to 1.0.1 and the project recompiled/retested.
+
+The snapshot which was accidentally published on ibiblio contains a number of API
+differences from the actual 1.0 release. Most obviously, the snapshot jar contains classes
+OptionValidator and Util which are not present in the real 1.0 release.
+
+We apologise for any inconvenience.
+
 
 For more information, read the documentation on the project site at 
 http://jakarta.apache.org/commons/cli/

Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml?rev=219183&r1=219182&r2=219183&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml (original)
+++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml Fri Jul 15 05:02:01 2005
@@ -22,6 +22,40 @@
      <li>Optz by John Keyes</li>
    </ul>
 </p>
+</section>
+
+<section name="Releases">
+<subsection name="Release 1.0.1">
+<p>
+  Release 1.0.1 is the current release. This release is identical to version 1.0 except for
+  minor documentation updates and a new version number. Absolutely no changes have been made
+  to the code since the 1.0 release.
+</p>
+<p>
+  Due to an unfortunate accident, the 1.0 jar file published on ibiblio (used in particular by Maven)
+  at http://www.ibiblio.org/maven/commons-cli/jars was overwritten at some point by a snapshot of
+  later code (i.e. file commons-cli-1.0.jar became a snapshot of the trunk code at about
+  12 months after the 1.0 release). The binary and source distribution downloads available via the
+  download pages of Apache or its mirrors is, and always has been the correct 1.0 release.
+  <ul>
+  <li>The md5 checksum of the valid 1.0 jar is: f6feeb3b3d95f7d09180fd71e96cead4 </li>
+  <li>The md5 checksum of the invalid 1.0 jar is: 5cb21f532ab921134751b4b6e4807be4 </li>
+  </ul>
+</p>
+<p>
+  All users of 1.0 should upgrade to 1.0.1 to ensure that they are using a proper release
+  rather than a snapshot. In particular, any maven project.xml files that declare a dependency on
+  CLI 1.0 should be upgraded to 1.0.1 and the project recompiled/retested.
+</p>
+<p>
+  The snapshot which was accidentally published on ibiblio contains a number of API
+  differences from the actual 1.0 release. Most obviously, the snapshot jar contains classes
+  OptionValidator and Util which are not present in the real 1.0 release.
+</p>
+<p>
+  We apologise for any inconvenience.
+</p>
+</subsection>
 
 </section>
 



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