Changelog for
libdb_java-4_8-4.8.30-27.1.x86_64.rpm :
Thu Jun 13 14:00:00 2013 jengelhAATTinai.de
- Add conflict markers against libdb-4_5 (overlapping files)
Mon Jan 9 13:00:00 2012 ajAATTsuse.de
- Do not use build date as version string.
Thu Dec 22 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
Tue Sep 27 14:00:00 2011 prusnakAATTopensuse.org
- spec cleanup
Sat Aug 13 14:00:00 2011 crrodriguezAATTopensuse.org
- Disable static libraries
Wed Sep 22 14:00:00 2010 rhaferAATTnovell.com
- Updated to db-4.8.30. Important changes since 4.7:
* Improved scalability and throughput when using BTree databases
especially when running with multiple threads that equal or
exceed the number of available CPUs.
* Berkeley DB has added database partitioning. BTree or Hash
databases may now be partitioned across multiple directories.
Partitioned databases can be used to increase concurrency and to
improve performance by spreading access across disk subsystems.
* Berkeley DB now supports bulk insertion and deletion of data.
Similar to the bulk get interface, the bulk put and bulk delete
allow the developer to populate a buffer of key-value pairs and
then pass it to the BDB library with a single API call.
* Berkeley DB now supports compression when using BTree.
* Berkeley DB introduces a new utility named db_sql which replaces
db_codegen. Similar to db_codegen, db_sql accepts an input file
with DDL statements and generates a Berkeley DB application
using the C API that creates and performs CRUD operations on
the defined tables. The developer can then use that code as a
basis for further application development.
* The Replication Manager now supports shared access to the Master
database environment from multiple processes. In earlier
versions, multiple process support on the Master required use
of the Base Replication API.
* Foreign Key Support has been added to Berkeley DB.
* for a more detailed changelog see the changelog_4_8.html file
in db-doc package.
- Removed db-utils-doc subpackage the utils documentation is now
integrated with the API documentation.
Wed Aug 26 14:00:00 2009 mlsAATTsuse.de
- make patch0 usage consistent
Fri Nov 21 13:00:00 2008 roAATTsuse.de
- update check-build.sh
Wed Jul 30 14:00:00 2008 roAATTsuse.de
- changed buildreq to use any java > 1.5
Thu Jul 5 14:00:00 2007 dbornkesselAATTsuse.de
- corrected file list
- added update-alternatives to work around a ia64 problem