128 lines
4.4 KiB
Plaintext
128 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 29 08:11:16 UTC 2017 - fstrba@suse.com
|
|
|
|
- Don't condition the maven defines on release version, but on
|
|
_maven_repository being defined
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 11:59:41 UTC 2017 - fstrba@suse.com
|
|
|
|
- Build with java source and target versions 1.6
|
|
* fixes build with jdk9
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 19 08:43:40 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Fix build with new javapackages-tools
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 09:45:56 UTC 2015 - tchvatal@suse.com
|
|
|
|
- Fix build with new javapackages-tools
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 5 11:33:52 UTC 2014 - p.drouand@gmail.com
|
|
|
|
- Update to version 1.10
|
|
New features:
|
|
+ Add Daitch-Mokotoff Soundex
|
|
Issue: CODEC-192.
|
|
+ QuotedPrintableCodec does not support soft line break per the
|
|
'quoted-printable' example on Wikipedia
|
|
Issue: CODEC-121.
|
|
+ Make possible to provide padding byte to BaseNCodec in constructor
|
|
Issue: CODEC-181.
|
|
Fixed Bugs:
|
|
+ Added clarification to Javadoc of Base64 concerning the use of the
|
|
urlSafe parameter
|
|
Issue: CODEC-185.
|
|
+ Added clarification to the Javadoc of Base[32|64]OutputStream that it
|
|
is mandatory to call close()
|
|
Issue: CODEC-191.
|
|
+ Add support for HMAC Message Authentication Code (MAC) digests
|
|
Issue: CODEC-188.
|
|
+ Beider Morse Phonetic Matching producing incorrect tokens
|
|
Issue: CODEC-187.
|
|
+ NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
|
|
using empty strings
|
|
Issue: CODEC-184.
|
|
+ Fix Javadoc 1.8.0 errors
|
|
Issue: CODEC-180.
|
|
+ Fix Java 8 build Javadoc errors
|
|
Issue: CODEC-189.
|
|
Changes:
|
|
+ Deprecate Charsets Charset constants in favor of Java 7's
|
|
java.nio.charset.StandardCharsets
|
|
Issue: CODEC-178.
|
|
+ Update from commons-parent 34 to 35
|
|
Issue: CODEC-190.
|
|
- Use javapackages-tools instead of java-devel
|
|
- Remove gpg_verify usage; let obs handle it
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 7 15:15:40 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Set the bytecode properly on sle11
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 7 14:44:56 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Depend on junit not junit4.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 22 17:18:33 UTC 2014 - schwab@suse.de
|
|
|
|
- timeout.patch: avoid spurious timeout in BeiderMorse tests
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 15 15:35:01 UTC 2014 - darin@darins.net
|
|
|
|
- disable bytecode check on sle_11
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 9 11:04:10 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Move from jpackage-utils to javapackage-tools
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 14:06:06 UTC 2013 - mvyskocil@suse.com
|
|
|
|
- update to 1.8
|
|
* Add DigestUtils.updateDigest(MessageDigest, InputStream). Thanks to Daniel Cassidy.
|
|
* Add JUnit to test our decode with pad character in the middle.
|
|
* Add Match Rating Approach (MRA) phonetic algorithm encoder. Thanks to crice.
|
|
* ColognePhonetic encoder unnecessarily creates many char arrays on every loop run. Thanks to leo141.
|
|
* Base64.encodeBase64URLSafeString doesn't add padding characters at the end.
|
|
- temporary add mozilla-nss to BR: to pass tests
|
|
- drop unecessary source files
|
|
- add signature verification
|
|
- use newer add_maven_depmap
|
|
- fix source urls
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 2 13:00:19 UTC 2012 - mvyskocil@suse.cz
|
|
|
|
- add junit4 to fix a build fail
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 09:59:47 UTC 2012 - mvyskocil@suse.cz
|
|
|
|
- update to 1.6, sync with Fedora
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 22 13:24:21 CEST 2006 - skh@suse.de
|
|
|
|
- don't use icecream
|
|
- use target="1.4" for build with java 1.5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:46:36 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 11:53:32 CET 2005 - dbornkessel@suse.de
|
|
|
|
- Current version 1.3 from JPackage.org
|
|
|