Changelog for
ini4j-0.5.4-52.7.noarch.rpm :
* Tue Mar 19 2024 Gus Kenion
- Upgrade to release 0.5.4
* No release notes available
* Version 0.5.4 is unaffected by CVE-2022-41404 (bsc#1221526)
* Includes Changes from version 0.5.3 + No release notes available
* Includes Changes from version 0.5.2 + Fix backslash at end of line problem. Normaly backslash at end of line mean line concatenation. Unfortunetly when escaping disabled, this feature stil remain active. Now there is a new config option: escapeNewline. When this option true, it disables line concatenation. For Wini this option is set true by default. Fixes 3038645. + Added support for default value in get and fetch methods. As last parameter, caller may provide default value for missing options. Fixes 3047041. + Backport to java 1.4 fixed. There were a lot of problem. Now all junit tests are run both on current java and on 1.4 jvm. This way backported version is junit tested (on real 1.4 jvm) as the normal version. Fixes 2908623. Thanks to Markus. + Removed UnicodeLittle/UnicodeBig charset references because these break the backported version. Fixes 2778337. + Add BOM (byte order mark) support. Workaround on java BOM/UTF8 problem. Fixes 2866427. Thanks to Lilian Valero. + Fixed typo in Options Tutorial. Fixes 2817399. + Multiply macro substituton per value fixed. There were a bug in variable/macro substitution if more than one macro used in one option value. Fixes 2817403. + Configurable comment handling. The header comment can be disable/enable via Config.setHeaderComment(boolean). Also the whole comment handling can be disable/enable via Config.setComment(boolean). Fixes 2971952. Thanks to René Krell.
* Rebase ini4j-java8-compat.patch onto directory structure of new release.
* Wed Feb 21 2024 Fridrich Strba - Use %patch -P N instead of deprecated %patchN.
* Thu Sep 14 2023 Fridrich Strba - Do not package information about all the properties of the build environment
* Sun Mar 20 2022 Fridrich Strba - Build with source and target levels 8
* Wed Mar 02 2022 Fridrich Strba - Install as maven artifact
* Mon Sep 18 2017 fstrbaAATTsuse.com- Fix build with jdk9
* Don\'t specify in the build.xml source and target versions; this allows us to specify them by ant define
* Specify file encoding also for javadoc
* Wed Jul 29 2015 tchvatalAATTsuse.com- Add patch to build with jdk8:
* ini4j-java8-compat.patch
* Tue Jul 08 2014 tchvatalAATTsuse.com- Do not depend on ant-nodeps.
* Mon Sep 09 2013 tchvatalAATTsuse.com- Move from jpackage-utils to javapackage-tools
* Wed May 06 2009 mvyskocilAATTsuse.cz- Initial SUSE packaging of 0.5.1 (using Mandriva spec)