either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
BUG FIXES
* Fix test suite on Cygwin. (Ronald Blaschke)
* Support windows-cryptoapi on Cygwin. (Ronald Blaschke)
* Include wc.h in wc.c. FIxes build on NetBSD 5.1/amd64.
(#894659)
bzr-svn. Tested on current, approved by wiz@
Changes:
0.8.9 2011-10-25
BUG FIXES
* Fix compilation with Python 2.4 and 2.5. (Jelmer Vernooij, #860621)
FEATURES
* Add constant ERR_WC_NODE_KIND_CHANGE. (Jelmer Vernooij)
0.8.8 2011-09-27
BUG FIXES
* Fix several memory leaks and error checks in subvertpy.client
pointed out by Barry Warsaw. (Jelmer Vernooij)
* Drop broken code to support loading configuration from has.
(Jelmer Vernooij)
* WorkingCopy.prop_set() now accepts None as a value,
removing a properties. (Jelmer Vernooij)
FEATURES
* Add constant ERR_BAD_FILENAME. (Jelmer Vernooij)
0.8.7 2011-09-19
BUG FIXES
* Fix revnum types in subvertpy.repos.Repos.verify_fs().
(Jelmer Vernooij)
0.8.6 2011-09-19
FEATURES
* Allow passing in log_msg_func when creating subvertpy.client.Client.
(Jelmer Vernooij)
* subvertpy.client.Client.update now accepts keyword arguments.
(Jelmer Vernooij)
* Editors will now raise an exception if the protocol is not followed;
children have to be closed before their parents are accessed again.
(Jelmer Vernooij)
* Add constant ERR_DIR_NOT_EMPTY. (Jelmer Vernooij)
* Add constant ERR_FS_ROOT_DIR. (Jelmer Vernooij)
* Add `subvertpy.repos.Repository.verify_fs`. (Jelmer Vernooij)
* Add `subvertpy.repos.Repository.pack_fs`. (Jelmer Vernooij)
BUG FIXES
* Fix memory leak in subvertpy.client.Client.list.
(Wez Furlong)
* Fix double free of apr pools from subverty.repos.Repos.fs.
(Roland Mas, Jelmer Vernooij, #853960)
0.8.5 2011-08-21 "boomerang arrow"
BUG FIXES
* Fix compatibility with python < 2.6, where T_BOOL is not available.
(Jelmer Vernooij, #829993)
0.8.4 2011-08-18 "mimic octopus"
FEATURES
* Fix argument count in subvertpy.client.Client.export. (Jelmer Vernooij,
* #820662)
* Add subvertpy.wc.WorkingCopy.status. (Mark Lee)
0.8.3 2011-07-24 "manual override"
BUG FIXES
* Fix memory management in subvertpy.ra.Auth. (Jelmer Vernooij)
* Fix type for revnum in process_committed_queue. (Jelmer Vernooij,
* #730931)
* Fix double free when calling close() more than once on editor objects.
(Jelmer Vernooij)
* Fix too early free during iter_log. (Jelmer Vernooij)
* Prevent freeing the RemoteAccess object before any
individual request frees. Thanks very much to Steve Langasek for the
help
debugging this! (Jelmer Vernooij, #803353)
* Error out properly when editor objects are used after they are closed.
(Jelmer Vernooij)
FEATURES
* Add constant ERR_BAD_PROPERTY_VALUE. (Jelmer Vernooij)
FEATURES
* wc.Entry.uuid is now provided
* New error code ERR_MALFORMED_FILE.
BUG FIXES
* Fix RemoteAccess against http:// without an auth baton.
* Cope with invalid arguments to Auth(). (#347155)
* Support svn.client.resolve.
* Allow non-canonical paths to some working copy methods
* Fixed uninitialized memory bug when reading configuration.
0.6.5 2009-03-07
FEATURES
* Add subvertpy.wc.cleanup()
* Split out subvertpy.delta.txdelta_apply_window.
Relicensed to LGPLv2.1 or later.
0.6.4 2009-02-17
BUG FIXES
* Fix reference counting for progress callback in RemoteAccess.
* Fix several (major) object leaks.
0.6.3 2009-02-12
FEATURES
* Add svn:original-date constant.
0.6.2 2009-02-10
BUG FIXES
* Install Windows binaries to the right directory. (#323276)
* Fix import of warn().
FEATUREs
* Add WorkingCopy.remove_lock(path)