0.7.5   2010-10-26

 BUG FIXES

  * Fix compatibility with Subversion 1.4 and 1.5. (Max Bowsher)

0.7.4   2010-09-25

 FEATURES

  * Add constants ERR_APR_OS_START_EAIERR and ERR_APR_OS_ERRSPACE_SIZE.
    (Jelmer Vernooij)

  * Implement subvertpy.wc.match_ignore_list. (Jelmer Vernooij)

  * Add subvertpy.ra.RemoteAccess.iter_log(). (Jelmer Vernooij)

  * Add subvertpy.wc.STATUS_* constants. (Jelmer Vernooij)

  * Add subvertpy.wc.api_version(), subvertpy.ra.api_version().
    (Dan Villiom Podlaski Christiansen, Jelmer Vernooij)

 DEPRECATION

  * Avoid deprecation warnings for svn.client.Client.copy,
        svn.client.Client.propset, svn.client.Client.propget,
        svn.client.Client.do_update.
    (Jelmer Vernooij)

  * Avoid deprecation warnings for svn.ra.RemoteAccess.do_update,
        svn.ra.RemoteAccess.do_switch, svn.ra.RemoteAccess.do_diff.
    (Jelmer Vernooij)

  * Avoid deprecation warnings for svn.wc.WorkingCopy.propset,
        svn.wc.WorkingCopy.walk_entries,
        svn.wc.WorkingCopy.add, svn.wc.WorkingCopy.close,
        svn.wc.WorkingCopy.crawl_revisions,
        svn.wc.WorkingCopy.update_editor,
        svn.wc.ensure_adm.
    (Jelmer Vernooij)

 * Add ERR_ENTRY_NOT_FOUND constant. (Jelmer Vernooij)

 * Add subvertpy.ra.RemoteAccess.get_url(). (Dan Villiom Podlaski Christiansen)

 BUG FIXES

  * Fix compilation using Visual C++. 
    (Ronald Blaschke, #612056)

  * Return an empty dictionary rather than None when there are no revision
    properties.  (Jelmer Vernooij)

  * Link against all libraries that are somehow called.
    (Daniel Johnson, Jelmer Vernooij, #615015)

  * Include check for apr util headers. (Jelmer Vernooij, #615017)

  * Fix reference leaks in Auth and SubversionException handling.
    (Jelmer Vernooij, #436406)

  * Canonicalize paths in subvertpy.ra.RemoteAccess.get_locations(). 
    (Jelmer Vernooij)

0.7.3.1    2010-07-27

 BUG FIXES

  * Fix compilation against Subversion 1.5. (Jelmer Vernooij)

0.7.3    2010-07-21

 BUG FIXES

  * Canonicalize paths to subvertpy.wc.check_wc. (Ronny Pfannschmidt)

  * Canonicalize paths to subvertpy.repos.Repos. (Dan Villiom Podlaski
                                                  Christiansen)

  * Cope with leading slashes in paths. (David Wolever, #527239)

  * Various methods are now a bit more liberal in accepting any
    sort of sequence rather than explicitly requiring lists.
    (Jelmer Vernooij)

 FEATURES

  * Implement subvertpy.client.Client.diff. (Dan Villiom Podlaski Christiansen,
                                       Jelmer Vernooij)

  * Support ``revprops`` argument to subvertpy.client.Client.commit. 
    (Jelmer Vernooij)

  * Implement subvertpy.wc.get_pristine_contents(). (Jelmer Vernooij)

  * Use better error messages when possible. 
    (Dan Villiom Podlaski Christiansen)

  * Implement subvertpy.ra.get_platform_specific_client_providers().
    (Dan Villiom Podlaski Christiansen)

0.7.2    2010-01-03

 BUG FIXES

  * Fix inconsistencies between PyArg_ParseTuple arguments and variables, 
    which caused crashes on some 64-bit platforms. (Václav Slavík, #488780)

  * Add constant for ERR_NODE_UNKNOWN_KIND. (Dan Villiom Podlaski Christiansen)

  * Add svn.client.proplist() binding. (Dan Villiom Podlaski Christiansen,
                                        Jelmer Vernooij)

  * Add svn.client.list() binding. (Dan Villiom Podlaski Christiansen, 
                                    Jelmer Vernooij)

0.7.1    2009-10-20

 BUG FIXES

  * Fix APR include path on Windows. (Ronald Blaschke, #456321)

0.7.0    2009-10-20

 FEATURES

  * Add definition for ERR_EAI_NONAME. (John Szakmeister)

  * Add subvertpy.repos.FileSystem methods: youngest_revision, revision_root, 
    revision_proplist.  (Jelmer Vernooij)

  * Add subvertpy.repos.{delete,Repository.has_capability,hotcopy}.
    (Jelmer Vernooij)

  * Add subvertpy-fast-export script, based on svn-fast-export.py by Chris Lee 
    included with bzr-fast-import. (Jelmer Vernooij)

0.6.9    2009-09-10

 BUG FIXES

  * Cope with leading slashes in paths specified to 
    subvertpy.ra.RemoteAccess.get_{dir,file}(). Thanks Ronny for the bugreport.
    (#405713)
 
  * Don't send too large svndiff windows as newer versions of libsvn 
    will barf. (CVE2009-2411, #413113)

0.6.8    2009-06-18

 FEATURES

  * Support svn.client.Client.delete(keep_local=True)

  * Support svn.wc.WorkingCopy.delete(keep_local=True)

  * Define ERR_RA_DAV_FORBIDDEN.

0.6.7    2009-06-01

 BUG FIXES
 
  * Replace PyExc_ArgumentError with PyExc_TypeError.

  * Fix compilation with MSVC++.

 FEATURES

  * Support RemoteAccess.stat.
  
  * Support svn.client.add(parents=false)

  * Support uuid argument to svn.ra.RemoteAccess().

0.6.6    2009-05-04

 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)

0.6.1    2009-01-25

 API BREAKS

 * subvertpy.properties.diff() now returns not just the new property value
   but a tuple with the old property value and the new property value.

 BUG FIXES

 * Fixed bdist_rpm. (#311712)

 * Fixed segfault when unsetting property values. (#319313)

 * Allow non-canonical path arguments in subvertpy.wc.WorkingCopy()

 * Convert APR-based OSError properly. (#323548)

0.6        2009-01-13

 Initial release.
