15160b9149
* Code in ``_transaction.py`` held on to local references to traceback objects after calling ``sys.exc_info()`` to get one, causing potential reference leakages. * Fixed ``hexlify`` NameError in ``transaction._transaction.oid_repr`` and add test. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=15
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 11 10:00:37 UTC 2010 - coolo@novell.com
|
|
|
|
- update to 1.1.1
|
|
* Code in ``_transaction.py`` held on to local references to traceback
|
|
objects after calling ``sys.exc_info()`` to get one, causing
|
|
potential reference leakages.
|
|
* Fixed ``hexlify`` NameError in ``transaction._transaction.oid_repr``
|
|
and add test.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 14 08:54:35 UTC 2010 - coolo@novell.com
|
|
|
|
- make it noarch for > 11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 21 12:23:50 UTC 2010 - cfarrell@novell.com
|
|
|
|
- Updated to 1.1.0
|
|
New Features:
|
|
- Transaction managers and the transaction module can be used with the
|
|
with statement to define transaction boundaries
|
|
- There is a new iterator function that automates dealing with
|
|
transient errors (such as ZODB confict errors).
|
|
Bugs fixed:
|
|
- Fixed a bug that caused extra commit calls to be made on data
|
|
managers under certain special circumstances.
|
|
- When threads were reused, transaction data could leak accross them,
|
|
causing subtle application bugs.
|
|
- Fixed zopeinterface require as per bnc#623255
|
|
- Added %doc section
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 17 11:11:43 UTC 2010 - hvogel@novell.com
|
|
|
|
- Prepare specfile for factory submission
|
|
o pass CFLAGS
|
|
o use the standard modname
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 04 12:00:00 UTC 2009 - cfarrell1980@gmail.com
|
|
|
|
- Initial package, version 1.0a1
|