aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2012-09-27 12:32:45 +0000
committerSebastian Bazley <sebb@apache.org>2012-09-27 12:32:45 +0000
commit77eed078c853ec624d9d38754b0003e45333e9f9 (patch)
treeca0e811c51c96f6db8f8d9883b1f4566cbc156f8 /RELEASE-NOTES.txt
parent586e0b1c8a1126d69570af6a67b9726db259ee66 (diff)
downloadapache-commons-lang-77eed078c853ec624d9d38754b0003e45333e9f9.tar.gz
LANG-777 jar contains velocity template of release notes
Merge releases notes into standard location git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1390966 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt58
1 files changed, 35 insertions, 23 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 55f48decd..e7b624e78 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,6 +1,4 @@
-$Id$
-
- Commons Lang Package
+ Apache Commons Lang
Version 3.1
Release Notes
@@ -18,23 +16,37 @@ For the advice on upgrading from 2.x to 3.x, see the following page:
http://commons.apache.org/lang/article3_0.html
-CHANGES IN 3.1
-================
-
- [LANG-760] Add API StringUtils.toString(byte[] intput, String charsetName)
- [LANG-756] Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)
- [LANG-758] Add an example with whitespace in StringUtils.defaultIfEmpty
- [LANG-752] Fix createLong() so it behaves like createInteger()
- [LANG-751] Include the actual type in the Validate.isInstance and isAssignableFrom exception messages
- [LANG-748] Deprecating chomp(String, String)
- [LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY
- [LANG-695] SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system
-
-BUG FIXES IN 3.1
-==================
-
- [LANG-749] Incorrect Bundle-SymbolicName in Manifest
- [LANG-746] NumberUtils does not handle upper-case hex: 0X and -0X
- [LANG-744] StringUtils throws java.security.AccessControlException on Google App Engine
- [LANG-741] Ant build has wrong component.name
- [LANG-698] Document that the Mutable numbers don't work as expected with String.format
+Commons Lang, a package of Java utility classes for the
+classes that are in java.lang's hierarchy, or are considered to be so
+standard as to justify existence in java.lang.
+
+November release
+
+Changes in this version include:
+
+New features:
+o LANG-760: Add API StringUtils.toString(byte[] intput, String charsetName)
+o LANG-756: Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)
+o LANG-695: SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system
+
+Fixed Bugs:
+o LANG-749: Incorrect Bundle-SymbolicName in Manifest
+o LANG-746: NumberUtils does not handle upper-case hex: 0X and -0X
+o LANG-744: StringUtils throws java.security.AccessControlException on Google App Engine
+o LANG-741: Ant build has wrong component.name
+o LANG-698: Document that the Mutable numbers don't work as expected with String.format
+
+Changes:
+o LANG-758: Add an example with whitespace in StringUtils.defaultIfEmpty
+o LANG-752: Fix createLong() so it behaves like createInteger()
+o LANG-751: Include the actual type in the Validate.isInstance and isAssignableFrom exception messages
+o LANG-748: Deprecating chomp(String, String)
+o LANG-736: CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY
+
+
+Historical list of changes: http://commons.apache.org/lang/changes-report.html
+
+For complete information on Commons Lang, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Lang website:
+
+http://commons.apache.org/lang/ \ No newline at end of file