15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2010-10-11 10:05:34 +00:00
committed by Git OBS Bridge
parent ae638fc5a6
commit 15160b9149
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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