Cope with leading slashes in paths. (David Wolever, #527239)
[jelmer/subvertpy.git] / NEWS
1 0.7.3   UNRELEASED
2
3  BUG FIXES
4
5   * Canonicalize paths to svn.wc.check_wc. (Ronny Pfannschmidt)
6
7   * Cope with leading slashes in paths. (David Wolever, #527239)
8
9 0.7.2   2010-01-03
10
11  BUG FIXES
12
13   * Fix inconsistencies between PyArg_ParseTuple arguments and variables, 
14     which caused crashes on some 64-bit platforms. (Václav Slavík, #488780)
15
16   * Add constant for ERR_NODE_UNKNOWN_KIND. (Dan Villiom Podlaski Christiansen)
17
18   * Add svn.client.proplist() binding. (Dan Villiom Podlaski Christiansen,
19                                                                                 Jelmer Vernooij)
20
21   * Add svn.client.list() binding. (Dan Villiom Podlaski Christiansen, 
22                                                                         Jelmer Vernooij)
23
24 0.7.1   2009-10-20
25
26  BUG FIXES
27
28   * Fix APR include path on Windows. (Ronald Blaschke, #456321)
29
30 0.7.0   2009-10-20
31
32  FEATURES
33
34   * Add definition for ERR_EAI_NONAME. (John Szakmeister)
35
36   * Add subvertpy.repos.FileSystem methods: youngest_revision, revision_root, 
37     revision_proplist.  (Jelmer Vernooij)
38
39   * Add subvertpy.repos.{delete,Repository.has_capability,hotcopy}.
40     (Jelmer Vernooij)
41
42   * Add subvertpy-fast-export script, based on svn-fast-export.py by Chris Lee 
43     included with bzr-fast-import. (Jelmer Vernooij)
44
45 0.6.9   2009-09-10
46
47  BUG FIXES
48
49   * Cope with leading slashes in paths specified to 
50     subvertpy.ra.RemoteAccess.get_{dir,file}(). Thanks Ronny for the bugreport.
51     (#405713)
52  
53   * Don't send too large svndiff windows as newer versions of libsvn 
54     will barf. (CVE2009-2411, #413113)
55
56 0.6.8   2009-06-18
57
58  FEATURES
59
60   * Support svn.client.Client.delete(keep_local=True)
61
62   * Support svn.wc.WorkingCopy.delete(keep_local=True)
63
64   * Define ERR_RA_DAV_FORBIDDEN.
65
66 0.6.7   2009-06-01
67
68  BUG FIXES
69  
70   * Replace PyExc_ArgumentError with PyExc_TypeError.
71
72   * Fix compilation with MSVC++.
73
74  FEATURES
75
76   * Support RemoteAccess.stat.
77   
78   * Support svn.client.add(parents=false)
79
80   * Support uuid argument to svn.ra.RemoteAccess().
81
82 0.6.6   2009-05-04
83
84  FEATURES
85
86   * wc.Entry.uuid is now provided
87
88   * New error code ERR_MALFORMED_FILE.
89
90  BUG FIXES
91
92   * Fix RemoteAccess against http:// without an auth baton.
93
94   * Cope with invalid arguments to Auth(). (#347155)
95
96   * Support svn.client.resolve.
97
98   * Allow non-canonical paths to some working copy methods
99
100   * Fixed uninitialized memory bug when reading configuration.
101
102 0.6.5   2009-03-07
103
104   FEATURES
105
106    * Add subvertpy.wc.cleanup()
107
108    * Split out subvertpy.delta.txdelta_apply_window.
109
110   Relicensed to LGPLv2.1 or later.
111
112 0.6.4   2009-02-17
113
114  BUG FIXES
115
116   * Fix reference counting for progress callback in RemoteAccess.
117
118   * Fix several (major) object leaks. 
119
120 0.6.3   2009-02-12
121
122   FEATURES
123
124    * Add svn:original-date constant.
125
126 0.6.2   2009-02-10
127
128  BUG FIXES
129
130   * Install Windows binaries to the right directory. (#323276)
131
132   * Fix import of warn().
133
134  FEATUREs
135
136   * Add WorkingCopy.remove_lock(path)
137
138 0.6.1   2009-01-25
139
140  API BREAKS
141
142  * subvertpy.properties.diff() now returns not just the new property value
143    but a tuple with the old property value and the new property value.
144
145  BUG FIXES
146
147  * Fixed bdist_rpm. (#311712)
148
149  * Fixed segfault when unsetting property values. (#319313)
150
151  * Allow non-canonical path arguments in subvertpy.wc.WorkingCopy()
152
153  * Convert APR-based OSError properly. (#323548)
154
155 0.6             2009-01-13
156
157  Initial release.