Changelog for
libdb_java-4_8-4.8.30-196.1.x86_64.rpm :
Mon Apr 9 14:00:00 2018 fstrbaAATTsuse.com
- Changed libdb_java-4_8-fix-java10-comp.patch to acount for Java
10 properly and for following Java versions in a generic way.
Tue Mar 13 13:00:00 2018 rguentherAATTsuse.com
- Add libdb-fix-atomic.patch to fix __atomic_compare_exchange clash
with GCCs builtin. Fixes build with GCC8 which now rejects this.
Tue Jan 9 13:00:00 2018 pmonrealgonzalezAATTsuse.com
- Added libdb_java-4_8-fix-java10-comp.patch to fix the build with
Java 10 (10-internal)
Wed Oct 18 14:00:00 2017 jayvdbAATTgmail.com
- Remove unnecessary dependency on update-alternatives
Mon Oct 2 14:00:00 2017 fstrbaAATTsuse.com
- Specify java target and soure level 1.6 to allow building with
jdk9
Thu Mar 31 14:00:00 2016 tchvatalAATTsuse.com
- Use upstream tarball
- Cleanup with spec-cleaner
- remove unused script check-build.sh
Mon May 12 14:00:00 2014 schwabAATTsuse.de
- remove generation of unused tarball
- remove setting of unused variable
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