~subvertpy/subvertpy/ppa-hardy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Wouter van Heyst
  • Date: 2009-07-04 16:46:13 UTC
  • mfrom: (1956.1.7 debian)
  • Revision ID: larstiq@larstiq.dyndns.org-20090704164613-ewiokc96rv7wblio
Merge the debian unstable packaging branch for 0.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.6.7   2009-06-01
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Replace PyExc_ArgumentError with PyExc_TypeError.
 
6
 
 
7
  * Fix compilation with MSVC++.
 
8
 
 
9
 FEATURES
 
10
 
 
11
  * Support RemoteAccess.stat.
 
12
  
 
13
  * Support svn.client.add(parents=false)
 
14
 
 
15
  * Support uuid argument to svn.ra.RemoteAccess().
 
16
 
 
17
0.6.6   2009-05-04
 
18
 
 
19
 FEATURES
 
20
 
 
21
  * wc.Entry.uuid is now provided
 
22
 
 
23
  * New error code ERR_MALFORMED_FILE.
 
24
 
 
25
 BUG FIXES
 
26
 
 
27
  * Fix RemoteAccess against http:// without an auth baton.
 
28
 
 
29
  * Cope with invalid arguments to Auth(). (#347155)
 
30
 
 
31
  * Support svn.client.resolve.
 
32
 
 
33
  * Allow non-canonical paths to some working copy methods
 
34
 
 
35
  * Fixed uninitialized memory bug when reading configuration.
 
36
 
 
37
0.6.5   2009-03-07
 
38
 
 
39
  FEATURES
 
40
 
 
41
   * Add subvertpy.wc.cleanup()
 
42
 
 
43
   * Split out subvertpy.delta.txdelta_apply_window.
 
44
 
 
45
  Relicensed to LGPLv2.1 or later.
 
46
 
 
47
0.6.4   2009-02-17
 
48
 
 
49
 BUG FIXES
 
50
 
 
51
  * Fix reference counting for progress callback in RemoteAccess.
 
52
 
 
53
  * Fix several (major) object leaks. 
 
54
 
 
55
0.6.3   2009-02-12
 
56
 
 
57
  FEATURES
 
58
 
 
59
   * Add svn:original-date constant.
 
60
 
 
61
0.6.2   2009-02-10
 
62
 
 
63
 BUG FIXES
 
64
 
 
65
  * Install Windows binaries to the right directory. (#323276)
 
66
 
 
67
  * Fix import of warn().
 
68
 
 
69
 FEATUREs
 
70
 
 
71
  * Add WorkingCopy.remove_lock(path)
 
72
 
1
73
0.6.1   2009-01-25
2
74
 
 
75
 API BREAKS
 
76
 
 
77
 * subvertpy.properties.diff() now returns not just the new property value
 
78
   but a tuple with the old property value and the new property value.
 
79
 
 
80
 BUG FIXES
 
81
 
3
82
 * Fixed bdist_rpm. (#311712)
4
83
 
5
84
 * Fixed segfault when unsetting property values. (#319313)
6
85
 
7
86
 * Allow non-canonical path arguments in subvertpy.wc.WorkingCopy()
8
87
 
 
88
 * Convert APR-based OSError properly. (#323548)
 
89
 
9
90
0.6             2009-01-13
10
91
 
11
92
 Initial release.