Announce: PySVN 1.3.0

Barry Scott <[email protected]> Wed, 7 Sep 2005 21:42:41 +0100
Newsgroups gmane.comp.version-control.subversion.pysvn.announce,gmane.mail.eyebrowse.user
Message-ID <6390c233ccde135cda14b4b2ccf965f6__3184.43678920648$1126128449$gmane$org@barrys-emacs.org>
PySVN home page: http://pysvn.tigris.org/

I'm pleased to announce PySVN 1.3.0.

New in 1.3.0
* Support for SVN 1.2 features:
   - File locking API: lock() and unlock()
   - New Client().info2() returns lots of information like repository 
root URL
* Full support for Python 2.4 on Windows
* All reported problems fixed
* Builds with GCC 4.0
* Binary kits built against Subversion 1.2.3

Features of PySVN:

* Natural python interface to Subversion
* Supports Subversion 1.1.0 thru 1.2.3
* Supports Python 2.2, 2.3 and 2.4
* Full reference documentation
* Working example of svn command line written in python
* No known bugs
* Binary kits for:
    - Windows
    - Mac OS X (10.3 and 10.4)
* Source kit tested:
    - Linux FC3
    - FreeBSD 5.4
    - Windows XP MSVC 6.0
    - Windows XP VC 2003 .net
    - Mac OS X 10.3 Panther and 10.4 Tiger

Download page: http://pysvn.tigris.org/project_downloads.html

Source kits:
     http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1762

Windows Binary Kits:
     http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1768

Mac OS X Binary Kits:
     http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=2860

Barry