33
|
1 Version 0.9.1
|
|
2 =============
|
|
3
|
|
4 * This release moves the source location to Google Code.
|
|
5
|
|
6 * Threaded support is currently broken. (It might not actually be broken.
|
|
7 It might just be the tests which are broken.)
|
|
8
|
|
9 Version 0.9
|
|
10 ===========
|
|
11
|
|
12 * The lockfile module was reorganized into a package.
|
|
13
|
|
14 * The names of the three main classes have changed as follows:
|
|
15
|
|
16 LinkFileLock -> LinkLockFile
|
|
17 MkdirFileLock -> MkdirLockFile
|
|
18 SQLiteFileLock -> SQLiteLockFile
|
|
19
|
|
20 * A PIDLockFile class was added.
|
|
21
|
|
22 Version 0.3
|
|
23 ===========
|
|
24
|
|
25 * Fix 2.4.diff file error.
|
|
26
|
|
27 * More documentation updates.
|
|
28
|
|
29 Version 0.2
|
|
30 ===========
|
|
31
|
|
32 * Added 2.4.diff file to patch lockfile to work with Python 2.4 (removes use
|
|
33 of with statement).
|
|
34
|
|
35 * Renamed _FileLock base class to LockBase to expose it (and its docstrings)
|
|
36 to pydoc.
|
|
37
|
|
38 * Got rid of time.sleep() calls in tests (thanks to Konstantin
|
|
39 Veretennicov).
|
|
40
|
|
41 * Use thread.get_ident() as the thread discriminator.
|
|
42
|
|
43 * Updated documentation a bit.
|
|
44
|
|
45 * Added RELEASE-NOTES.
|
|
46
|
|
47 Version 0.1
|
|
48 ===========
|
|
49
|
|
50 * First release - All basic functionality there.
|