comparison lockfile-0.10.2/ChangeLog @ 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 CHANGES
2 =======
3
4 0.10.2
5 ------
6
7 * Fix package name
8
9 0.10.1
10 ------
11
12 * Add missing cover env in tox
13
14 0.10.0
15 ------
16
17 * Fix documentation bug report address
18 * Add py34 in tox
19 * Remove old diff file
20 * Add .gitreview, tox targets and use pbr
21 * fix for timeout=0
22 * remove 2.5, 3.1 and 3.4 from the list for the time being - may get added back later
23 * Bugfix: locking two different files in the same directory caused an error during unlocking the last unlocking
24 * typo
25
26 0.9.1
27 -----
28
29 * ignore dist dir
30 * update to python 3 imports
31 * python 3 tweaks
32 * python 3 tweaks
33 * ignore Emacs backups
34 * note nose as a dependency
35 * remove this test file - way incompatible with current code
36 * stuff to ignore
37 * Add py33, py34, delete py24, py25
38 * Update source location
39 * merge delete
40 * merge delete
41 * more merge stuff
42 * this didn't come across with svn merge
43 * all screwed up now
44 * merge
45 * merge
46 * Make it clear that the path and threaded attributes to SymlinkLockFile and MkdirLockFile have the same constraints as for LinkLockFile. In particular, the directory which will contain path must be writable
47 * add pidlockfile test stuff from Ben Finney - still a few problems - maybe I can get him to solve them :-)
48 * ignore Sphinx build directory
49 * Catch up on a little documentation
50 * adapt decorator patch from issue 5
51 * Allow timeout in constructor - resolves issue 3
52 * add info to raise statements - from issue 6, yyurevich@jellycrystal.com
53 * add useful repr() - from issue 6, yyurevich@jellycrystal.com
54 * add symlinklockfile module
55 * + py24
56 * good for the branch? must be good for the trunk
57 * add tox stuff, ignore dist dir
58 * new version, move to Google Code
59 *
60 *
61 * * Thread support is currently broken. This is more likely because of problems in this module, but suppress those tests for now just the same
62 * By the nature of what it's trying to do PIDLockFile doesn't support threaded operation
63 * defer creating testdb until we've instantiated a SQLiteLockFile instance
64 * tweak unique_name slightly
65 * Specify mode in octal
66 * update to match pidlockfile change
67 * missing import
68 * I think I finally have this correct
69 * patch pidlockfile module too
70 * use abs import here as well
71 * *argh*
72 * Update to elide new import syntax
73 * * Move future import for division where it's used. * Use __absolute_import__ to spell relative imports
74 * Some PIDLockFile tests are failing. Check in anyway so others can consider the problems
75 * Account for fact that Thread objects in Python 2.4 and earlier do not have an ident attribute
76 * Make this a daemon thread so if things go awry the test run won't hang
77 * * Add pidlockfile (not quite working properly) * Rearrange MANIFEST.in slightly to include test directory
78 * Split those test methods which try both threaded and non-threaded naming schemes. More to do. Obviously you need to have test cases when using the non-threaded naming scheme from multiple threads
79 * acknowledge Ben and Frank, alphabetize list
80 * I don't think these are needed any longer - they came back during the hg->svn conversion
81 * grand renaming: "filelock" -> "lockfile" & "FileLock" -> "LockFile"
82 * Update for packages
83 * Avoid using the backwards compatibility functions for FileLock. That object is not deprecated
84 * how does the test dir keep sneaking into MANIFEST? also, include 2.4.diff in dist
85 * update for new structure, use of ident attr
86 * adjust build setup
87 * move test helpers into test dir
88 * first cut at packagized lockfile
89 * Protect some more complex locking stuff so if they fail we don't deadlock
90 * merge r75 from head
91 * * One implementation of tname, not two - make it an instance attribute as a result
92 * beginnings of a packagized lockfile
93 * get the structure right
94 * start over with the branches..
95 * hmmm
96 * hmmm
97 * get us back to lockfile 0.8
98 * r72 from hg
99 * r70 from hg
100 * r69 from hg
101 * r68 from hg
102 * r67 from hg
103 * r66 from hg
104 * r65 from hg
105 * r64 from hg
106 * r64 from hg
107 * r63 from hg
108 * r62 from hg
109 * r61 from hg
110 * r60 from hg
111 * r59 from hg
112 * r58 from hg
113 * r57 from hg
114 * r56 from hg
115 * r55 from hg
116 * r54 from hg
117 * r53 from hg
118 * r52 from hg
119 * r51 from hg
120 * r50 from hg
121 * r49 from hg
122 * r47 from hg
123 * r46 from hg
124 * r45 from hg
125 * r44 from hg
126 * r43 from hg
127 * r42 from hg
128 * r41 from hg
129 * r38 from hg
130 * r37 from hg
131 * r36 from hg
132 * r35 from hg
133 * r34 from hg
134 * r33 from hg
135 * r32 from hg
136 * r31 from hg
137 * r29 from hg
138 * r28 from hg
139 * r27 from hg
140 * r26 from hg
141 * r25 from hg
142 * r24 from hg
143 * r23 from hg
144 * r22 from hg
145 * r21 from hg
146 * r20 from hg
147 * r19 from hg
148 * r18 from hg
149 * r16 from hg
150 * r14 from hg
151 * r13 from hg
152 * r12 from hg
153 * r11 from hg
154 * r10 from hg
155 * r9 from hg
156 * r8 from hg
157 * r7 from hg
158 * r6 from hg
159 * r5 from hg
160 * r4 from hg
161 * r3 from hg
162 * r2 from hg
163 * r1 from hg
164 * r0 from hg
165 * Initial directory structure