Skip to content

Commit e19147e

Browse files
committed
Drop trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1334149 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0411445 commit e19147e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Feature and fix release.
1010
Changes in this version include:
1111

1212
New features:
13-
o CODEC-139: DigestUtils: add updateDigest methods and make methods public. Thanks to dsebastien.
14-
o CODEC-133: Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants. Thanks to lathspell.
15-
o CODEC-130: Base64InputStream.skip skips underlying stream, not output Thanks to tn.
16-
o CODEC-63: Implement NYSIIS Thanks to bayard.
13+
o CODEC-139: DigestUtils: add updateDigest methods and make methods public. Thanks to dsebastien.
14+
o CODEC-133: Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants. Thanks to lathspell.
15+
o CODEC-130: Base64InputStream.skip skips underlying stream, not output Thanks to tn.
16+
o CODEC-63: Implement NYSIIS Thanks to bayard.
1717

1818
Fixed Bugs:
1919
o CODEC-96: Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder.
2020
Note: the fix breaks binary compatibility, however the changes are to a class (BaseNCodec) which is
21-
intended for internal use. Thanks to sebb.
22-
o CODEC-138: Complete FilterInputStream interface for BaseNCodecInputStream
23-
o CODEC-136: Use Charset objects when possible, create Charsets for required character encodings
24-
o CODEC-132: BeiderMorseEncoder OOM issues Thanks to rcmuir.
25-
o CODEC-131: DoubleMetaphone javadoc contains dead links Thanks to smolav.
21+
intended for internal use. Thanks to sebb.
22+
o CODEC-138: Complete FilterInputStream interface for BaseNCodecInputStream
23+
o CODEC-136: Use Charset objects when possible, create Charsets for required character encodings
24+
o CODEC-132: BeiderMorseEncoder OOM issues Thanks to rcmuir.
25+
o CODEC-131: DoubleMetaphone javadoc contains dead links Thanks to smolav.
2626

2727
Changes:
28-
o CODEC-143: StringBuffer could be replaced by StringBuilder for local variables.
28+
o CODEC-143: StringBuffer could be replaced by StringBuilder for local variables.
2929

3030

3131
Known issue only on IBM Java 5:

src/changes/release-notes.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ $release.description.replaceAll(" ", "
4646
#set($issue=$indent1)
4747
#end
4848
#if ($actionItem.getDueTo())
49-
#set($dueto="Thanks to $actionItem.getDueTo(). ")
49+
#set($dueto=" Thanks to $actionItem.getDueTo().")
5050
#else
5151
#set($dueto="")
5252
#end
53-
o $issue ${action} $dueto
53+
o $issue ${action}$dueto
5454
#set($action="")
5555
#set($issue="")
5656
#set($dueto="")

0 commit comments

Comments
 (0)