~ubuntu-branches/ubuntu/quantal/zodb/quantal

« back to all changes in this revision

Viewing changes to PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella, Brian Sutherland, Fabio Tranchitella
  • Date: 2010-01-05 22:22:35 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100105222235-z2xg4h60ru3e891t
Tags: 1:3.9.4-1
[ Brian Sutherland ]
* debian/tests/all: Test the correct python modules.

[ Fabio Tranchitella ]
* New upstream release.
* Convert to debhelper 7 and the pydeb dh7 extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.0
2
2
Name: ZODB3
3
 
Version: 3.9.1
 
3
Version: 3.9.4
4
4
Summary: Zope Object Database: object database and persistence
5
5
Home-page: UNKNOWN
6
6
Author: Zope Foundation and Contributors
233
233
        Change History
234
234
        ================
235
235
        
 
236
        3.9.4 (2009-12-14)
 
237
        ==================
 
238
        
 
239
        Bugs Fixed
 
240
        ----------
 
241
        
 
242
        - A ZEO threading bug could cause transactions to read inconsistent
 
243
        data.  (This sometimes caused an AssertionError in
 
244
        Connection._setstate_noncurrent.)
 
245
        
 
246
        - DemoStorage.loadBefore sometimes returned invalid data which
 
247
        would trigger AssertionErrors in ZODB.Connection.
 
248
        
 
249
        - History support was broken when using stprages that work with ZODB
 
250
        3.8 and 3.9.
 
251
        
 
252
        - zope.testing was an unnecessary non-testing dependency.
 
253
        
 
254
        - Internal ZEO errors were logged at the INFO level, rather
 
255
        than at the error level.
 
256
        
 
257
        - The FileStorage backup and restore script, repozo, gave a
 
258
        deprecation warning under Python 2.6.
 
259
        
 
260
        - C Header files weren't installed correctly.
 
261
        
 
262
        3.9.3 (2009-10-23)
 
263
        ==================
 
264
        
 
265
        Bugs Fixed
 
266
        ----------
 
267
        
 
268
        - 2 BTree bugs, introduced by a bug fix in 3.9.0c2, sometimes caused
 
269
        deletion of keys to be improperly handled, resulting in data being
 
270
        available via iteraation but not item access.
 
271
        
 
272
        3.9.2 (2009-10-13)
 
273
        ==================
 
274
        
 
275
        Bugs Fixed
 
276
        ----------
 
277
        
 
278
        - ZEO manages a separate thread for client network IO.  It created
 
279
        this thread on import, which caused problems for applications that
 
280
        implemented daemon behavior by forking.  Now, the client thread
 
281
        isn't created until needed.
 
282
        
 
283
        - File-storage pack clean-up tasks that can take a long time
 
284
        unnecessarily blocked other activity.
 
285
        
 
286
        - In certain rare situations, ZEO client connections would hand during
 
287
        the initial connection setup.
 
288
        
236
289
        3.9.1 (2009-10-01)
237
290
        ==================
238
291
        
239
292
        Bugs Fixed
240
293
        ----------
241
294
        
242
 
        - Conflict errors committing blobs caused servers to stop committing
 
295
        - Conflict errors committing blobs caused ZEO servers to stop committing
243
296
        transactuions.
244
297
        
245
298
        3.9.0 (2009-09-08)