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