Skip to content

Commit a337284

Browse files
committed
Inching towards a 1.2 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130226 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2a02fe7 commit a337284

3 files changed

Lines changed: 148 additions & 154 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
$Id: RELEASE-NOTES.txt,v 1.4 2003/05/29 21:14:58 tobrien Exp $
1+
$Id: RELEASE-NOTES.txt,v 1.5 2003/11/03 19:21:36 ggregory Exp $
22

33
Commons Codec Package
4-
Version 1.1.1
4+
Version 1.2
55
Release Notes
66

77

88
INTRODUCTION:
99

1010
This document contains the release notes for this version of the Commons
1111
Codec package, and highlights changes since the previous version. Version
12-
1.1.1 contains a bug fix for the 1.1 release, and addresses an issue related
13-
to the treat of non-Base64 characters.
12+
1.2 contains a bug fixes for the 1.1 release, addresses an issue related
13+
to the treat of non-Base64 characters, and adds the
14+
org.apache.commons.codec.net package.
1415

1516

1617
NEW FEATURES:
1718

18-
* None
19+
* org.apache.commons.codec.net: A new package with the class URLCodec.
20+
1921

2022
BUG FIXES:
2123

@@ -28,5 +30,6 @@ BUG FIXES:
2830
tests for Base64 were updated to reflect the changes related to
2931
discarding non-Base64 characters.
3032

31-
33+
* Fix for Bug 24360: Hex.decode(Object) throws a ClassCastException
34+
when a String argument is passed in.
3235

default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ component.package = org.apache.commons.codec
1111
component.title = Encode/Decode Utilities
1212

1313
# The current version number of this component
14-
component.version = 1.1.1-dev
14+
component.version = 1.2-dev
1515

1616
# The name that is used to create the jar file
1717
final.name = ${component.name}-${component.version}

project.xml

Lines changed: 138 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,163 +1,154 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<project>
4-
<extend>../project.xml</extend>
5-
<name>Codec</name>
6-
<id>commons-codec</id>
7-
<currentVersion>1.1.1-dev</currentVersion>
8-
<inceptionYear>2002</inceptionYear>
9-
<shortDescription>
3+
<extend>../project.xml</extend>
4+
<name>Codec</name>
5+
<id>commons-codec</id>
6+
<currentVersion>1.2-dev</currentVersion>
7+
<inceptionYear>2002</inceptionYear>
8+
<shortDescription>
109
A collection of simple and common encoders and decoders
1110
</shortDescription>
12-
<description>
11+
<description>
1312
The codec package contains simple encoder and decoders for
1413
various formats such as Base64 and Hexadecimal. In addition to these
1514
widely used encoders and decoders, the codec package also maintains a
1615
collection of phonetic encoding utilities.
1716
</description>
18-
19-
<versions>
20-
<version>
21-
<id>1.1-rc1</id>
22-
<name>1.1-rc1</name>
23-
<tag>CODEC_1_1_RC1</tag>
24-
</version>
25-
<version>
26-
<id>1.1</id>
27-
<name>1.1</name>
28-
<tag>CODEC_1_1</tag>
29-
</version>
30-
</versions>
31-
<branches>
17+
<versions>
18+
<version>
19+
<id>1.1-rc1</id>
20+
<name>1.1-rc1</name>
21+
<tag>CODEC_1_1_RC1</tag>
22+
</version>
23+
<version>
24+
<id>1.1</id>
25+
<name>1.1</name>
26+
<tag>CODEC_1_1</tag>
27+
</version>
28+
</versions>
29+
<branches>
3230
</branches>
33-
34-
<developers>
35-
<developer>
36-
<name>Henri Yandell</name>
37-
<id>bayard</id>
38-
<email>bayard@generationjava.com</email>
39-
</developer>
40-
<developer>
41-
<name>Tim OBrien</name>
42-
<id>tobrien</id>
43-
<email>tobrien@apache.org</email>
44-
<timezone>-6</timezone>
45-
</developer>
46-
<developer>
47-
<name>Scott Sanders</name>
48-
<id>sanders</id>
49-
<email>sanders@totalsync.com</email>
50-
</developer>
51-
<developer>
52-
<name>Rodney Waldhoff</name>
53-
<id>rwaldhoff</id>
54-
<email>rwaldhoff@apache.org</email>
55-
</developer>
56-
<developer>
57-
<name>Daniel Rall</name>
58-
<id>dlr</id>
59-
<email>dlr@finemaltcoding.com</email>
60-
</developer>
61-
<developer>
62-
<name>Jon S. Stevens</name>
63-
<id>jon</id>
64-
<email>jon@collab.net</email>
65-
</developer>
66-
<developer>
67-
<name>Gary D. Gregory</name>
68-
<id>ggregory</id>
69-
<email>ggregory@seagullsw.com</email>
70-
<organization>SEAGULL Software</organization>
71-
<roles>
72-
<role>Java Developer</role>
73-
</roles>
74-
</developer>
75-
<developer>
76-
<name>David Graham</name>
77-
<id>dgraham</id>
78-
<email>dgraham@apache.org</email>
79-
</developer>
80-
</developers>
81-
82-
<contributors>
83-
<contributor>
84-
<name>Christopher O'Brien</name>
85-
<email>siege@preoccupied.net</email>
86-
<roles>hex, md5, architecture</roles>
87-
</contributor>
88-
<contributor>
89-
<name>Martin Redington</name>
90-
<roles>representing xml-rpc</roles>
91-
</contributor>
92-
<contributor>
93-
<name>Jeffery Dever</name>
94-
<roles>representing http-client</roles>
95-
</contributor>
96-
<contributor>
97-
<name>Steve Zimmermann</name>
98-
<email>steve.zimmermann@heii.com</email>
99-
<roles>documentation</roles>
100-
</contributor>
101-
<contributor>
102-
<name>Benjamin Walstrum</name>
103-
<email>ben@walstrum.com</email>
104-
</contributor>
105-
<contributor>
106-
<name>Oleg Kalnichevski</name>
107-
<email>oleg@ural.ru</email>
108-
<roles>representing http-client</roles>
109-
</contributor>
110-
<contributor>
111-
<name>Dave Dribin</name>
112-
<email>apache@dave.dribin.org</email>
113-
<roles>digest util</roles>
114-
</contributor>
115-
</contributors>
116-
117-
<dependencies>
118-
<!-- <dependency>
31+
<developers>
32+
<developer>
33+
<name>Henri Yandell</name>
34+
<id>bayard</id>
35+
<email>bayard@generationjava.com</email>
36+
</developer>
37+
<developer>
38+
<name>Tim OBrien</name>
39+
<id>tobrien</id>
40+
<email>tobrien@apache.org</email>
41+
<timezone>-6</timezone>
42+
</developer>
43+
<developer>
44+
<name>Scott Sanders</name>
45+
<id>sanders</id>
46+
<email>sanders@totalsync.com</email>
47+
</developer>
48+
<developer>
49+
<name>Rodney Waldhoff</name>
50+
<id>rwaldhoff</id>
51+
<email>rwaldhoff@apache.org</email>
52+
</developer>
53+
<developer>
54+
<name>Daniel Rall</name>
55+
<id>dlr</id>
56+
<email>dlr@finemaltcoding.com</email>
57+
</developer>
58+
<developer>
59+
<name>Jon S. Stevens</name>
60+
<id>jon</id>
61+
<email>jon@collab.net</email>
62+
</developer>
63+
<developer>
64+
<name>Gary D. Gregory</name>
65+
<id>ggregory</id>
66+
<email>ggregory@seagullsw.com</email>
67+
<organization>SEAGULL Software</organization>
68+
<roles>
69+
<role>Java Developer</role>
70+
</roles>
71+
</developer>
72+
<developer>
73+
<name>David Graham</name>
74+
<id>dgraham</id>
75+
<email>dgraham@apache.org</email>
76+
</developer>
77+
</developers>
78+
<contributors>
79+
<contributor>
80+
<name>Christopher O'Brien</name>
81+
<email>siege@preoccupied.net</email>
82+
<roles>hex, md5, architecture</roles>
83+
</contributor>
84+
<contributor>
85+
<name>Martin Redington</name>
86+
<roles>representing xml-rpc</roles>
87+
</contributor>
88+
<contributor>
89+
<name>Jeffery Dever</name>
90+
<roles>representing http-client</roles>
91+
</contributor>
92+
<contributor>
93+
<name>Steve Zimmermann</name>
94+
<email>steve.zimmermann@heii.com</email>
95+
<roles>documentation</roles>
96+
</contributor>
97+
<contributor>
98+
<name>Benjamin Walstrum</name>
99+
<email>ben@walstrum.com</email>
100+
</contributor>
101+
<contributor>
102+
<name>Oleg Kalnichevski</name>
103+
<email>oleg@ural.ru</email>
104+
<roles>representing http-client</roles>
105+
</contributor>
106+
<contributor>
107+
<name>Dave Dribin</name>
108+
<email>apache@dave.dribin.org</email>
109+
<roles>digest util</roles>
110+
</contributor>
111+
</contributors>
112+
<dependencies>
113+
<!-- <dependency>
119114
<id>junit</id>
120115
<version>3.8</version>
121116
</dependency> -->
122-
</dependencies>
123-
124-
<issueTrackingUrl>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
125-
126-
<build>
127-
128-
<unitTest>
129-
<includes>
130-
<include>**/*Test.java</include>
131-
</includes>
132-
<excludes>
133-
<exclude>**/*AbstractTest.java</exclude>
134-
</excludes>
135-
<resources>
136-
<resource>
137-
<directory>${pom.build.unitTestSourceDirectory}</directory>
117+
</dependencies>
118+
<issueTrackingUrl>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
119+
<build>
120+
<unitTest>
138121
<includes>
139-
<include>**/*.xml</include>
122+
<include>**/*Test.java</include>
140123
</includes>
141-
</resource>
142-
</resources>
143-
</unitTest>
144-
</build>
145-
146-
<reports>
147-
<report>maven-changelog-plugin</report>
148-
<!-- <report>maven-changes-plugin</report> -->
149-
<report>maven-checkstyle-plugin</report>
150-
<report>maven-clover-plugin</report>
151-
<report>maven-developer-activity-plugin</report>
152-
<report>maven-file-activity-plugin</report>
153-
<report>maven-javadoc-plugin</report>
154-
<!-- <report>maven-jdepend-plugin</report> -->
155-
<!-- <report>maven-jellydoc-plugin</report> -->
156-
<report>maven-junit-report-plugin</report>
157-
<report>maven-jxr-plugin</report>
158-
<report>maven-license-plugin</report>
159-
<!-- <report>maven-linkcheck-plugin</report> -->
160-
<report>maven-statcvs-plugin</report>
161-
<!-- <report>maven-tasklist-plugin</report> -->
162-
</reports>
124+
<excludes>
125+
<exclude>**/*AbstractTest.java</exclude>
126+
</excludes>
127+
<resources>
128+
<resource>
129+
<directory>${pom.build.unitTestSourceDirectory}</directory>
130+
<includes>
131+
<include>**/*.xml</include>
132+
</includes>
133+
</resource>
134+
</resources>
135+
</unitTest>
136+
</build>
137+
<reports>
138+
<report>maven-changelog-plugin</report>
139+
<!-- <report>maven-changes-plugin</report> -->
140+
<report>maven-checkstyle-plugin</report>
141+
<report>maven-clover-plugin</report>
142+
<report>maven-developer-activity-plugin</report>
143+
<report>maven-file-activity-plugin</report>
144+
<report>maven-javadoc-plugin</report>
145+
<!-- <report>maven-jdepend-plugin</report> -->
146+
<!-- <report>maven-jellydoc-plugin</report> -->
147+
<report>maven-junit-report-plugin</report>
148+
<report>maven-jxr-plugin</report>
149+
<report>maven-license-plugin</report>
150+
<!-- <report>maven-linkcheck-plugin</report> -->
151+
<report>maven-statcvs-plugin</report>
152+
<!-- <report>maven-tasklist-plugin</report> -->
153+
</reports>
163154
</project>

0 commit comments

Comments
 (0)