File apache-commons-codec.changes of Package apache-commons-codec
128
1
-------------------------------------------------------------------
2
Fri Sep 29 08:11:16 UTC 2017 - fstrba@suse.com
3
4
- Don't condition the maven defines on release version, but on
5
_maven_repository being defined
6
7
-------------------------------------------------------------------
8
Thu Sep 7 11:59:41 UTC 2017 - fstrba@suse.com
9
10
- Build with java source and target versions 1.6
11
* fixes build with jdk9
12
13
-------------------------------------------------------------------
14
Fri May 19 08:43:40 UTC 2017 - tchvatal@suse.com
15
16
- Fix build with new javapackages-tools
17
18
-------------------------------------------------------------------
19
Wed Mar 18 09:45:56 UTC 2015 - tchvatal@suse.com
20
21
- Fix build with new javapackages-tools
22
23
-------------------------------------------------------------------
24
Fri Dec 5 11:33:52 UTC 2014 - p.drouand@gmail.com
25
26
- Update to version 1.10
27
New features:
28
+ Add Daitch-Mokotoff Soundex
29
Issue: CODEC-192.
30
+ QuotedPrintableCodec does not support soft line break per the
31
'quoted-printable' example on Wikipedia
32
Issue: CODEC-121.
33
+ Make possible to provide padding byte to BaseNCodec in constructor
34
Issue: CODEC-181.
35
Fixed Bugs:
36
+ Added clarification to Javadoc of Base64 concerning the use of the
37
urlSafe parameter
38
Issue: CODEC-185.
39
+ Added clarification to the Javadoc of Base[32|64]OutputStream that it
40
is mandatory to call close()
41
Issue: CODEC-191.
42
+ Add support for HMAC Message Authentication Code (MAC) digests
43
Issue: CODEC-188.
44
+ Beider Morse Phonetic Matching producing incorrect tokens
45
Issue: CODEC-187.
46
+ NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
47
using empty strings
48
Issue: CODEC-184.
49
+ Fix Javadoc 1.8.0 errors
50
Issue: CODEC-180.
51
+ Fix Java 8 build Javadoc errors
52
Issue: CODEC-189.
53
Changes:
54
+ Deprecate Charsets Charset constants in favor of Java 7's
55
java.nio.charset.StandardCharsets
56
Issue: CODEC-178.
57
+ Update from commons-parent 34 to 35
58
Issue: CODEC-190.
59
- Use javapackages-tools instead of java-devel
60
- Remove gpg_verify usage; let obs handle it
61
62
-------------------------------------------------------------------
63
Mon Jul 7 15:15:40 UTC 2014 - tchvatal@suse.com
64
65
- Set the bytecode properly on sle11
66
67
-------------------------------------------------------------------
68
Mon Jul 7 14:44:56 UTC 2014 - tchvatal@suse.com
69
70
- Depend on junit not junit4.
71
72
-------------------------------------------------------------------
73
Sun Jun 22 17:18:33 UTC 2014 - schwab@suse.de
74
75
- timeout.patch: avoid spurious timeout in BeiderMorse tests
76
77
-------------------------------------------------------------------
78
Thu May 15 15:35:01 UTC 2014 - darin@darins.net
79
80
- disable bytecode check on sle_11
81
82
-------------------------------------------------------------------
83
Mon Sep 9 11:04:10 UTC 2013 - tchvatal@suse.com
84
85
- Move from jpackage-utils to javapackage-tools
86
87
-------------------------------------------------------------------
88
Mon Aug 26 14:06:06 UTC 2013 - mvyskocil@suse.com
89
90
- update to 1.8
91
* Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel Cassidy.
92
* Add JUnit to test our decode with pad character in the middle.
93
* Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to crice.
94
* ColognePhonetic encoder unnecessarily creates many char arrays on every loop run. Thanks to leo141.
95
* Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
96
- temporary add mozilla-nss to BR: to pass tests
97
- drop unecessary source files
98
- add signature verification
99
- use newer add_maven_depmap
100
- fix source urls
101
102
-------------------------------------------------------------------
103
Mon Apr 2 13:00:19 UTC 2012 - mvyskocil@suse.cz
104
105
- add junit4 to fix a build fail
106
107
-------------------------------------------------------------------
108
Tue Feb 28 09:59:47 UTC 2012 - mvyskocil@suse.cz
109
110
- update to 1.6, sync with Fedora
111
112
-------------------------------------------------------------------
113
Fri Sep 22 13:24:21 CEST 2006 - skh@suse.de
114
115
- don't use icecream
116
- use target="1.4" for build with java 1.5
117
118
-------------------------------------------------------------------
119
Wed Jan 25 21:46:36 CET 2006 - mls@suse.de
120
121
- converted neededforbuild to BuildRequires
122
123
-------------------------------------------------------------------
124
Mon Dec 19 11:53:32 CET 2005 - dbornkessel@suse.de
125
126
- Current version 1.3 from JPackage.org
127
128