Changelog for
hsqldb-javadoc-2.3.3-150000.7.3.1.noarch.rpm :
* Mon Oct 24 2022 david.anesAATTsuse.com- Security fix: Untrusted input may lead to RCE attack (bsc#1204521, CVE-2022-41853)
* Added patch hsqldb-CVE-2022-41853.patch
* Mon Dec 18 2017 fstrbaAATTsuse.com- Added patch:
* hsqldb-2.3.3-javadoc10.patch + Fix build with jdk10\'s javadoc that ends in error when a link cannot be downloaded
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Fri Sep 29 2017 fstrbaAATTsuse.com- Mofified patch:
* hsqldb-apidocs.patch + Don\'t force -Xdoclint:none, since we switched the default doclint run off in all our java-devel providers and this option does not work with java < 1.8
* Fri Sep 08 2017 fstrbaAATTsuse.com- Specify java source and target version 1.7 in order to allow build with jdk9
* Fri May 19 2017 mpluskalAATTsuse.com- Update dependencies
* Wed Jul 29 2015 tchvatalAATTsuse.com- Version bump to 2.3.3:
* Various serveral minor issues
* No obvious detailed changelog- Fix build with jdk8 by tweaking doclint:
* hsqldb-apidocs.patch
* Wed Mar 18 2015 tchvatalAATTsuse.com- Fix build with new javapackages-tools
* Sun Jan 18 2015 p.drouandAATTgmail.com- Update to version 2.3.2
* fixed several minor issues
* fixed bug with incomplete rollback of MVCC transaction that inserts and updates the same row
* fixed issue with parsing of long BIT strings in SQL
* fixed issue with SQL triggers when columns were added or dropped from a table with SQL triggers
* fixed issue with an index added to a TEMP table with ON COMMIT PRESERVE ROWS and containing data
* added URL property hsqldb.digest which can be used with alternative secure hash algorithms for passwords
* changed the class used for offline backup and restore to org.hsqldb.lib.tar.DbBackupMain
* extended the scope of SET DATABASE SQL REFERENCES TRUE to catch ambiguity with identical table aliases
* extended support for the DEFAULT keyword used in INSERT and UPDATE to apply to columns with no default
* improved support for recursive queries
* improved ORA and MYS syntax compatibility modes
* Mon Sep 09 2013 tchvatalAATTsuse.com- Move from jpackage-utils to javapackage-tools