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

« back to all changes in this revision

Viewing changes to src/CHANGES.txt

  • 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:
2
2
 Change History
3
3
================
4
4
 
 
5
3.9.4 (2009-12-14)
 
6
==================
 
7
 
 
8
Bugs Fixed
 
9
----------
 
10
 
 
11
- A ZEO threading bug could cause transactions to read inconsistent
 
12
  data.  (This sometimes caused an AssertionError in
 
13
  Connection._setstate_noncurrent.)
 
14
 
 
15
- DemoStorage.loadBefore sometimes returned invalid data which
 
16
  would trigger AssertionErrors in ZODB.Connection.
 
17
 
 
18
- History support was broken when using stprages that work with ZODB
 
19
  3.8 and 3.9.
 
20
 
 
21
- zope.testing was an unnecessary non-testing dependency.
 
22
 
 
23
- Internal ZEO errors were logged at the INFO level, rather
 
24
  than at the error level.
 
25
 
 
26
- The FileStorage backup and restore script, repozo, gave a
 
27
  deprecation warning under Python 2.6.
 
28
 
 
29
- C Header files weren't installed correctly.
 
30
 
 
31
3.9.3 (2009-10-23)
 
32
==================
 
33
 
 
34
Bugs Fixed
 
35
----------
 
36
 
 
37
- 2 BTree bugs, introduced by a bug fix in 3.9.0c2, sometimes caused
 
38
  deletion of keys to be improperly handled, resulting in data being
 
39
  available via iteraation but not item access.
 
40
 
 
41
3.9.2 (2009-10-13)
 
42
==================
 
43
 
 
44
Bugs Fixed
 
45
----------
 
46
 
 
47
- ZEO manages a separate thread for client network IO.  It created
 
48
  this thread on import, which caused problems for applications that
 
49
  implemented daemon behavior by forking.  Now, the client thread
 
50
  isn't created until needed.
 
51
 
 
52
- File-storage pack clean-up tasks that can take a long time
 
53
  unnecessarily blocked other activity.
 
54
 
 
55
- In certain rare situations, ZEO client connections would hand during
 
56
  the initial connection setup.
 
57
 
5
58
3.9.1 (2009-10-01)
6
59
==================
7
60
 
8
61
Bugs Fixed
9
62
----------
10
63
 
11
 
- Conflict errors committing blobs caused servers to stop committing
 
64
- Conflict errors committing blobs caused ZEO servers to stop committing
12
65
  transactuions.
13
66
 
14
67
3.9.0 (2009-09-08)