Changelog for
hsqldb-manual-2.4.1-48.61.noarch.rpm :
Thu Jul 12 14:00:00 2018 fstrbaAATTsuse.com
- Version bump to 2.4.1
* Require java 8 or higher
- Changed patch:
* hsqldb-2.3.3-javadoc10.patch -> hsqldb-2.4.1-javadoc10.patch
+ rediff to changed context
Mon Dec 18 13:00:00 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 13:00:00 2017 rbrownAATTsuse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
Fri Sep 29 14:00:00 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 8 14:00:00 2017 fstrbaAATTsuse.com
- Specify java source and target version 1.7 in order to allow
build with jdk9
Fri May 19 14:00:00 2017 mpluskalAATTsuse.com
- Update dependencies
Wed Jul 29 14:00:00 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 13:00:00 2015 tchvatalAATTsuse.com
- Fix build with new javapackages-tools
Sun Jan 18 13:00:00 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 9 14:00:00 2013 tchvatalAATTsuse.com
- Move from jpackage-utils to javapackage-tools
Wed Sep 4 14:00:00 2013 mvyskocilAATTsuse.com
- Update to 2.2.9
* new core fully multithreaded core supports 2PL (two-phased locking)
and MVCC (multiversion concurrency control), plus a hybrid 2PL+MVCC
transaction control mode
* Massive high performance LOB store for BLOBs and CLOBs up to multi-gigabyte
size, with total storage capacity of 64 terabytes.
* Increased default storage space of 16GB for ordinary data, with fast
startup and shutdown. Storage space can be extended to 2TB.
* Large result sets, views and subqueries can now be stored on disk (on the
server side) while being generated and accessed. The threshold to store
a result on disk, as well as the actual fetch size in client-server
configurations can be specified per connection.
* All query conditions, whether in a JOIN or WHERE clause, are now
allocated to an index if possible.
* HyperSQL supports schema-based stored procedures and functions written
entirely in SQL and JAVA.
* Support for BIT, BIT VARYING, CLOB, BLOB, INTERVAL according to the
SQL Standards
* and many more - see http://hsqldb.sourceforge.net/web/features200.html
- Dropped patches
* hsqldb-1.8.0-scripts.patch
* hsqldb-1.8.0.10-suse-initscript.patch (systemd service is used)
* hsqldb-jdbc-4.1.patch
* hsqldb-tmp.patch (hsqldb-wrapper is used)
- New patches
* hsqldb-apidocs.patch
* hsqldb-cmdline.patch
- systemd integration and drop init script
Mon May 21 14:00:00 2012 mvyskocilAATTsuse.cz
- Update to 1.8.1.3
* adds support for fast closing of huge database files
* better query optimisation.
* bugfixes
- add maven pom
- fix build with jdk7
- run su with -s /bin/sh in initscript
Mon Dec 19 13:00:00 2011 dmuellerAATTsuse.de
- fix hsqldb_lic.txt packaged in hsqldb-manual and hsqldb
Fri Jan 14 13:00:00 2011 mvyskocilAATTsuse.cz
- fix bnc#664425 - error in init script of hsqldb
* init PATH on the begining
* use absolute names
- change default shell from /bin/false to /bin/sh to make su command
(and server start) possible
- change hsqldb jar location to /usr/share/java/hsqldb.jar
Wed May 13 14:00:00 2009 mvyskocilAATTsuse.cz
- Initial SUSE packaging od hsqldb 1.8.0.10 from jpackage.org