15
0

Accepting request 48112 from devel:languages:python

Copy from devel:languages:python/python-transaction based on submit request 48112 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transaction?expand=0&rev=4
This commit is contained in:
OBS User autobuild
2010-09-14 13:08:25 +00:00
committed by Git OBS Bridge
parent b5b75458c8
commit ae638fc5a6
4 changed files with 33 additions and 7 deletions

View File

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