Skip to content

Commit e3dc57d

Browse files
author
Niall Kegan Pemberton
committed
Add note about the minimum JDK version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@797075 13f79535-47bb-0310-9956-ffa450edef68
1 parent c07992a commit e3dc57d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
The commons-codec team is pleased to announce the Codec 1.4 release!
1+
$Id$
2+
3+
Commons Codec Package
4+
Version 1.4
5+
Release Notes
26

37
http://commons.apache.org/codec/
48

@@ -7,6 +11,10 @@ such as Base64 and Hexadecimal. In addition to these widely used encoders and
711
decoders, the codec package also maintains a collection of phonetic encoding
812
utilities.
913

14+
Compatibility
15+
o Codec 1.4 is binary compatible with Codec 1.3
16+
o Codec 1.4 has a minimum requirement of JDK 1.4
17+
1018
Changes in this version include:
1119

1220
New Features:

xdocs/index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The <a href="cvs-usage.html">subversion repository</a> can be
8282
</section>
8383
<!-- ================================================== -->
8484
<section name="Releases">
85+
<p>Codec 1.4+ requires a minimum of JDK 1.4</p>
8586
<p>
8687
See the
8788
<a href="http://commons.apache.org/codec/download_codec.cgi">Download Page</a>

0 commit comments

Comments
 (0)