New upstream release.
[jelmer/subvertpy.git] / NEWS
1 0.8.4   2011-08-18 "mimic octopus"
2
3  FEATURES
4
5   * Fix argument count in subvertpy.client.Client.export. (Jelmer Vernooij, #820662)
6
7   * Add subvertpy.wc.WorkingCopy.status. (Mark Lee)
8
9 0.8.3   2011-07-24 "manual override"
10
11  BUG FIXES
12
13   * Fix memory management in subvertpy.ra.Auth. (Jelmer Vernooij)
14
15   * Fix type for revnum in process_committed_queue. (Jelmer Vernooij, #730931)
16
17   * Fix double free when calling close() more than once on editor objects.
18     (Jelmer Vernooij)
19
20   * Fix too early free during iter_log. (Jelmer Vernooij)
21
22   * Prevent freeing the RemoteAccess object before any
23     individual request frees. Thanks very much to Steve Langasek for the help
24     debugging this! (Jelmer Vernooij, #803353)
25
26   * Error out properly when editor objects are used after they are closed.
27     (Jelmer Vernooij)
28
29  FEATURES
30
31   * Add constant ERR_BAD_PROPERTY_VALUE. (Jelmer Vernooij)
32
33 0.8.2   2011-06-17 "mathematically annoying"
34
35  BUG FIXES
36
37   * Abort immediately if a callback raises an exception.
38     (Jelmer Vernooij)
39
40   * Fix leaking of error objects. (Jelmer Vernooij)
41
42 0.8.1   2011-06-02 "ornithologic reptile"
43
44  FEATURES
45
46   * Add subvertpy.wc.WorkingCopy.conflicted. (Jelmer Vernooij)
47
48   * Add subvertpy.wc.WorkingCopy.resolved_conflict. (Jelmer Vernooij)
49
50   * Add subvertpy.client.Client.mkdir. (Jelmer Vernooij)
51
52  BUG FIXES
53
54   * Fix compilation on OS X. (#728574)
55
56   * Keep reference to commit callback in editor. (Jelmer Vernooij, #732120)
57
58   * Properly check return values of PyInt_AsLong() in various places.
59
60   * Convert times and file sizes to 64 bit integer objects.
61     (Jelmer Vernooij, #786156)
62
63 0.8.0   2011-03-02 "("
64
65  FEATURES
66
67   * Add --version option to subvertpy-fast-export. (Jelmer Vernooij)
68
69   * Add basic manual page for subvertpy-fast-export. (Jelmer Vernooij)
70
71   * Automatically convert the appropriate errors to socket.gaierror.
72     (Jelmer Vernooij)
73
74   * Add subvertpy.wc.set_adm_dir(). (Jelmer Vernooij)
75
76   * Add subvertpy.wc.WorkingCopy.has_binary_prop. (Jelmer Vernooij)
77
78   * Add subvertpy.wc.WorkingCopy.get_ancestry. (Jelmer Vernooij)
79
80   * Add subvertpy.wc.WorkingCopy.maybe_set_repos_root.
81     (Jelmer Vernooij)
82
83   * Add subvertpy.wc.WorkingCopy.add_repos_file.
84     (Jelmer Vernooij)
85
86   * Add subvertpy.wc.WorkingCopy.mark_missing_deleted.
87     (Jelmer Vernooij)
88
89   * Add subvertpy.wc.WorkingCopy.remove_from_revision_control.
90     (Jelmer Vernooij)
91
92   * Add subvertpy.wc.WorkingCopy.relocate. (Jelmer Vernooij)
93
94   * Add subvertpy.wc.WorkingCopy.crop_tree. (Jelmer Vernooij)
95
96   * Add subvertpy.wc.WorkingCopy.translated_stream. (Jelmer Vernooij)
97
98   * Add subvertpy.wc.WorkingCopy.text_modified. (Jelmer Vernooij)
99
100   * Add subvertpy.wc.WorkingCopy.props_modified. (Jelmer Vernooij)
101
102   * Add subvertpy.wc.CommittedQueue. (Jelmer Vernooij)
103
104   * Add subvertpy.wc.get_actual_target. (Jelmer Vernooij)
105
106   * Add subvertpy.wc.WorkingCopy.is_wc_root. (Jelmer Vernooij)
107
108   * Add subvertpy.wc.WorkingCopy.transmit_text_deltas. (Jelmer Vernooij)
109
110   * Add subvertpy.wc.WorkingCopy.transmit_prop_deltas. (Jelmer Vernooij)
111
112   * Add subvertpy.wc.WorkingCopy.probe_retrieve, subvertpy.wc.WorkingCopy.retrieve.
113     (Jelmer Vernooij)
114
115   * Add subvertpy.wc.WorkingCopy.probe_try. (Jelmer Vernooij)
116
117   * Add subvertpy.client.export. (Jelmer Vernooij)
118
119  DEPRECATIONS
120
121   * ERR_UNKNOWN_HOSTNAME and ERR_EAI_NONAME are deprecated
122     and will be removed in the next version of subvertpy.
123     Instead, subvertpy will raise socket.gaierror.
124     (Jelmer Vernooij)
125
126   * Use svn_fs_paths_changed2() if available. (Jelmer Vernooij)
127
128  BUG FIXES
129
130   * Fix handling of DST in time_from_cstring. (Max Bowsher, #656226)
131
132   * Re-using a WorkingCopy object after calling close() on it
133     now raises an exception rather than trigger a segfault.
134     (Jelmer Vernooij)
135
136   * Fix type mismatch in svn.ra.get_dir(). (Jelmer Vernooij, #686663)
137
138   * Cope with trailing slash being specified to subvertpy.wc.revision_stats().
139     (Ronny Pfannschmidt)
140
141  API BREAKS
142
143   * WorkingCopy.entry() will now raise KeyError if the specified entry was not found.
144     (Jelmer Vernooij)
145
146 0.7.5   2010-10-26
147
148  BUG FIXES
149
150   * Fix compatibility with Subversion 1.4 and 1.5. (Max Bowsher)
151
152 0.7.4   2010-09-25
153
154  FEATURES
155
156   * Add constants ERR_APR_OS_START_EAIERR and ERR_APR_OS_ERRSPACE_SIZE.
157     (Jelmer Vernooij)
158
159   * Implement subvertpy.wc.match_ignore_list. (Jelmer Vernooij)
160
161   * Add subvertpy.ra.RemoteAccess.iter_log(). (Jelmer Vernooij)
162
163   * Add subvertpy.wc.STATUS_* constants. (Jelmer Vernooij)
164
165   * Add subvertpy.wc.api_version(), subvertpy.ra.api_version().
166     (Dan Villiom Podlaski Christiansen, Jelmer Vernooij)
167
168  DEPRECATION
169
170   * Avoid deprecation warnings for svn.client.Client.copy,
171         svn.client.Client.propset, svn.client.Client.propget,
172         svn.client.Client.do_update.
173     (Jelmer Vernooij)
174
175   * Avoid deprecation warnings for svn.ra.RemoteAccess.do_update,
176         svn.ra.RemoteAccess.do_switch, svn.ra.RemoteAccess.do_diff.
177     (Jelmer Vernooij)
178
179   * Avoid deprecation warnings for svn.wc.WorkingCopy.propset,
180         svn.wc.WorkingCopy.walk_entries,
181         svn.wc.WorkingCopy.add, svn.wc.WorkingCopy.close,
182         svn.wc.WorkingCopy.crawl_revisions,
183         svn.wc.WorkingCopy.update_editor,
184         svn.wc.ensure_adm.
185     (Jelmer Vernooij)
186
187  * Add ERR_ENTRY_NOT_FOUND constant. (Jelmer Vernooij)
188
189  * Add subvertpy.ra.RemoteAccess.get_url(). (Dan Villiom Podlaski Christiansen)
190
191  BUG FIXES
192
193   * Fix compilation using Visual C++. 
194     (Ronald Blaschke, #612056)
195
196   * Return an empty dictionary rather than None when there are no revision
197     properties.  (Jelmer Vernooij)
198
199   * Link against all libraries that are somehow called.
200     (Daniel Johnson, Jelmer Vernooij, #615015)
201
202   * Include check for apr util headers. (Jelmer Vernooij, #615017)
203
204   * Fix reference leaks in Auth and SubversionException handling.
205     (Jelmer Vernooij, #436406)
206
207   * Canonicalize paths in subvertpy.ra.RemoteAccess.get_locations(). 
208     (Jelmer Vernooij)
209
210 0.7.3.1    2010-07-27
211
212  BUG FIXES
213
214   * Fix compilation against Subversion 1.5. (Jelmer Vernooij)
215
216 0.7.3    2010-07-21
217
218  BUG FIXES
219
220   * Canonicalize paths to subvertpy.wc.check_wc. (Ronny Pfannschmidt)
221
222   * Canonicalize paths to subvertpy.repos.Repos. (Dan Villiom Podlaski
223                                                   Christiansen)
224
225   * Cope with leading slashes in paths. (David Wolever, #527239)
226
227   * Various methods are now a bit more liberal in accepting any
228     sort of sequence rather than explicitly requiring lists.
229     (Jelmer Vernooij)
230
231  FEATURES
232
233   * Implement subvertpy.client.Client.diff. (Dan Villiom Podlaski Christiansen,
234                                        Jelmer Vernooij)
235
236   * Support ``revprops`` argument to subvertpy.client.Client.commit. 
237     (Jelmer Vernooij)
238
239   * Implement subvertpy.wc.get_pristine_contents(). (Jelmer Vernooij)
240
241   * Use better error messages when possible. 
242     (Dan Villiom Podlaski Christiansen)
243
244   * Implement subvertpy.ra.get_platform_specific_client_providers().
245     (Dan Villiom Podlaski Christiansen)
246
247 0.7.2    2010-01-03
248
249  BUG FIXES
250
251   * Fix inconsistencies between PyArg_ParseTuple arguments and variables, 
252     which caused crashes on some 64-bit platforms. (Václav Slavík, #488780)
253
254   * Add constant for ERR_NODE_UNKNOWN_KIND. (Dan Villiom Podlaski Christiansen)
255
256   * Add svn.client.proplist() binding. (Dan Villiom Podlaski Christiansen,
257                                         Jelmer Vernooij)
258
259   * Add svn.client.list() binding. (Dan Villiom Podlaski Christiansen, 
260                                     Jelmer Vernooij)
261
262 0.7.1    2009-10-20
263
264  BUG FIXES
265
266   * Fix APR include path on Windows. (Ronald Blaschke, #456321)
267
268 0.7.0    2009-10-20
269
270  FEATURES
271
272   * Add definition for ERR_EAI_NONAME. (John Szakmeister)
273
274   * Add subvertpy.repos.FileSystem methods: youngest_revision, revision_root, 
275     revision_proplist.  (Jelmer Vernooij)
276
277   * Add subvertpy.repos.{delete,Repository.has_capability,hotcopy}.
278     (Jelmer Vernooij)
279
280   * Add subvertpy-fast-export script, based on svn-fast-export.py by Chris Lee 
281     included with bzr-fast-import. (Jelmer Vernooij)
282
283 0.6.9    2009-09-10
284
285  BUG FIXES
286
287   * Cope with leading slashes in paths specified to 
288     subvertpy.ra.RemoteAccess.get_{dir,file}(). Thanks Ronny for the bugreport.
289     (#405713)
290  
291   * Don't send too large svndiff windows as newer versions of libsvn 
292     will barf. (CVE2009-2411, #413113)
293
294 0.6.8    2009-06-18
295
296  FEATURES
297
298   * Support svn.client.Client.delete(keep_local=True)
299
300   * Support svn.wc.WorkingCopy.delete(keep_local=True)
301
302   * Define ERR_RA_DAV_FORBIDDEN.
303
304 0.6.7    2009-06-01
305
306  BUG FIXES
307  
308   * Replace PyExc_ArgumentError with PyExc_TypeError.
309
310   * Fix compilation with MSVC++.
311
312  FEATURES
313
314   * Support RemoteAccess.stat.
315   
316   * Support svn.client.add(parents=false)
317
318   * Support uuid argument to svn.ra.RemoteAccess().
319
320 0.6.6    2009-05-04
321
322  FEATURES
323
324   * wc.Entry.uuid is now provided
325
326   * New error code ERR_MALFORMED_FILE.
327
328  BUG FIXES
329
330   * Fix RemoteAccess against http:// without an auth baton.
331
332   * Cope with invalid arguments to Auth(). (#347155)
333
334   * Support svn.client.resolve.
335
336   * Allow non-canonical paths to some working copy methods
337
338   * Fixed uninitialized memory bug when reading configuration.
339
340 0.6.5    2009-03-07
341
342   FEATURES
343
344    * Add subvertpy.wc.cleanup()
345
346    * Split out subvertpy.delta.txdelta_apply_window.
347
348   Relicensed to LGPLv2.1 or later.
349
350 0.6.4    2009-02-17
351
352  BUG FIXES
353
354   * Fix reference counting for progress callback in RemoteAccess.
355
356   * Fix several (major) object leaks. 
357
358 0.6.3    2009-02-12
359
360   FEATURES
361
362    * Add svn:original-date constant.
363
364 0.6.2    2009-02-10
365
366  BUG FIXES
367
368   * Install Windows binaries to the right directory. (#323276)
369
370   * Fix import of warn().
371
372  FEATUREs
373
374   * Add WorkingCopy.remove_lock(path)
375
376 0.6.1    2009-01-25
377
378  API BREAKS
379
380  * subvertpy.properties.diff() now returns not just the new property value
381    but a tuple with the old property value and the new property value.
382
383  BUG FIXES
384
385  * Fixed bdist_rpm. (#311712)
386
387  * Fixed segfault when unsetting property values. (#319313)
388
389  * Allow non-canonical path arguments in subvertpy.wc.WorkingCopy()
390
391  * Convert APR-based OSError properly. (#323548)
392
393 0.6        2009-01-13
394
395  Initial release.