791562cbe8
- Rename db_ binaries to db48_ to make room for libdb-6_0 - Add conflict markers against libdb-4_5 (overlapping files) OBS-URL: https://build.opensuse.org/request/show/179153 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=25
84 lines
3.3 KiB
Plaintext
84 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 13 23:11:33 UTC 2013 - jengelh@inai.de
|
|
|
|
- Add conflict markers against libdb-4_5 (overlapping files)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 9 12:08:54 UTC 2012 - aj@suse.de
|
|
|
|
- Do not use build date as version string.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 22 01:11:58 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 27 16:39:58 UTC 2011 - prusnak@opensuse.org
|
|
|
|
- spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 13 03:50:05 UTC 2011 - crrodriguez@opensuse.org
|
|
|
|
- Disable static libraries
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 22 12:08:25 UTC 2010 - rhafer@novell.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 12:53:54 CEST 2009 - mls@suse.de
|
|
|
|
- make patch0 usage consistent
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 21 16:39:20 CET 2008 - ro@suse.de
|
|
|
|
- update check-build.sh
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 31 00:12:53 CEST 2008 - ro@suse.de
|
|
|
|
- changed buildreq to use any java > 1.5
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 5 14:51:30 CEST 2007 - dbornkessel@suse.de
|
|
|
|
- corrected file list
|
|
- added update-alternatives to work around a ia64 problem
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 11 18:55:03 CEST 2007 - dbornkessel@suse.de
|
|
|
|
- first version
|
|
|