File python-bsddb3.changes of Package python-bsddb3
-------------------------------------------------------------------
Wed Jan 16 03:47:36 UTC 2013 - mlin@suse.com
- Removed BuildArch: noarch macro
-------------------------------------------------------------------
Mon Jan 14 09:29:26 UTC 2013 - saschpe@suse.de
- Simplify macro usage
-------------------------------------------------------------------
Fri Jan 11 14:41:24 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Fri Jan 11 07:20:30 UTC 2013 - mlin@suse.com
- Update to version 5.3.0
* Support Berkeley DB 5.3.x.
* Drop support for Berkeley DB 4.2 and Python 2.3. Our reference
is Red Had Enterprise Linux 5, until march 2014. After that,
RHEL6 has Python 2.6 and BDB 4.7.
* According to
http://superuser.com/questions/189931/python-and-berkeley-db-versions-in-redhat-enterprise-linux-3-4-5-and-upcoming-6:
* RHEL3: Python 2.2.3, BDB 4.1.25
* RHEL4: Python 2.3.4, BDB 4.2.52
* RHEL5: Python 2.4.3, BDB 4.3.29
* RHEL6: Python 2.6.2, BDB 4.7.25
* Support for "DBEnv->set_intermediate_dir()", available in
Berkeley DB 4.3-4.6. Patch by Garret Cooper.
* Support for "DB->set_dup_compare()". Original patches by
Nikita M. Kozlovsky and Ben Schmeckpeper.
* Fixed a testsuite compatibility problem with BDB 5.2.
* If we are running Solaris or derivatives, and 64bit python,
try to find the library under "/usr/local/Berkeley.*.*/64/".
* Solaris 10 Update 10 exposes a very old race condition in the
replication master election tests. Some details in
https://forums.oracle.com/forums/thread.jspa?messageID=9902860 .
Workaround proposed in a private email from Paula Bingham (Oracle),
in 20110929.
* When doing the full matrix test for a release, stop the verification
if any test failed.
-------------------------------------------------------------------
Wed Sep 21 12:24:42 UTC 2011 - saschpe@suse.de
- Update to version 5.2.0:
* Support for Berkeley DB 5.2.
* Support for the newly available replication manager events:
DB_EVENT_REP_SITE_ADDED, DB_EVENT_REP_SITE_REMOVED,
DB_EVENT_REP_LOCAL_SITE_REMOVED, DB_EVENT_REP_CONNECT_BROKEN,
DB_EVENT_REP_CONNECT_ESTD, DB_EVENT_REP_CONNECT_TRY_FAILED,
DB_EVENT_REP_INIT_DONE.
* New Object: "DB_SITE". Support for all its methods.
* Parameters for "DB_SITE->set_config()": DB_BOOTSTRAP_HELPER,
DB_GROUP_CREATOR, DB_LEGACY, DB_LOCAL_SITE, DB_REPMGR_PEER.
* Support for some stuff in the new "Dynamic Environment Configuration":
DB_MEM_LOCK, DB_MEM_LOCKOBJECT, DB_MEM_LOCKER, DB_MEM_LOGID,
DB_MEM_TRANSACTION, DB_MEM_THREAD.
* Add "bytes" to "DBEnv_memp_stat()". Original patch from Garrett Cooper.
- Spec file cleanup:
* Split of devel package for headers
* Don't package tests
* Fix non-executable bits
-------------------------------------------------------------------
Thu Nov 18 15:03:47 UTC 2010 - hvogel@novell.com
* Testsuite for "DB->get_transactional()" should not create databases
outside the TMP directory, neither leave the files behind.
* If something happens while creating the CObject/Capsule object,
keep going, even without exporting the C API, instead of crashing.
* Support for:
* "DB_FORCESYNC", "DB_FAILCHK", "DB_SET_REG_TIMEOUT",
* "DB_TXN_BULK", "DB_HOTBACKUP_IN_PROGRESS".
* "DB_EVENT_REG_ALIVE", "DB_EVENT_REG_PANIC",
* "DB_EVENT_REP_DUPMASTER", "DB_REPMGR_CONF_ELECTIONS",
* "DB_EVENT_REP_ELECTION_FAILED", "DB_EVENT_REP_MASTER_FAILURE".
* "DB_VERB_REP_ELECT", "DB_VERB_REP_LEASE", "DB_VERB_REP_MISC",
* "DB_VERB_REP_MSGS", "DB_VERB_REP_SYNC", "DB_VERB_REP_SYSTEM",
* "DB_VERB_REPMGR_CONNFAIL", "DB_VERB_REPMGR_MISC".
* "DB_STAT_LOCK_CONF", "DB_STAT_LOCK_LOCKERS",
* "DB_STAT_LOCK_OBJECTS", "DB_STAT_LOCK_PARAMS".
* "DB_REP_CONF_INMEM", "DB_TIMEOUT ", "DB_CURSOR_BULK".
* "DB->get_transactional()", "DB_REPMGR_ACKS_ALL_AVAILABLE"
* Support for Berkeley DB 5.1.
* Drop support for Berkeley DB 4.1
* Include processed HTML documentation in the EGG.
* Some link fixes for external documentation.
* Links added in the documentation to Oracle Berkeley DB programmer
reference.
-------------------------------------------------------------------
Wed Nov 10 12:44:22 UTC 2010 - coolo@novell.com
- fix file list
-------------------------------------------------------------------
Wed Sep 29 10:09:27 UTC 2010 - rhafer@novell.com
- Use generic db-devel in BuildRequires instead of libdb-4_5-devel.
-------------------------------------------------------------------
Tue Jun 22 12:50:44 UTC 2010 - hvogel@novell.com
- Initial Package, Version 5.0.0