Mercurial > repos > melissacline > ucsc_xena_platform
comparison lockfile-0.10.2/RELEASE-NOTES @ 33:7ceb967147c3
start xena with no gui
add library files
author | jingchunzhu <jingchunzhu@gmail.com> |
---|---|
date | Wed, 22 Jul 2015 13:24:44 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
32:63b1ba1e3424 | 33:7ceb967147c3 |
---|---|
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. |