Subject: CVS commit: pkgsrc/devel/subversion
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 01/26/2004 17:13:42
Module Name: pkgsrc
Committed By: epg
Date: Mon Jan 26 17:13:42 UTC 2004
Modified Files:
pkgsrc/devel/subversion: Makefile.version distinfo
pkgsrc/devel/subversion/patches: patch-ae
Removed Files:
pkgsrc/devel/subversion/patches: patch-ag
Log Message:
Update to Version 0.37.0 [Beta Interim 2]
(branching 24 January 2004, from /branches/1.0-stabilization)
http://svn.collab.net/repos/svn/tags/0.37.0
User-visible changes:
* bugfix: buffer overflow for AIX client
* 'svn merge' now notices ancestry by default. (r8390)
* bugfix: double Ctrl-C on windows no longer wedges repository.
* New date formats (see API change: Rewrite of date parser below)
* bugfix: Errors in authentication when --no-interactive is turned on (r8139)
* bugfix: Fix some 'access denied' errors on Windows (r8341, r8352)
Developer-visible changes:
* API change: Rewrite of date parser (r8327, r8328, r8329) (issue #408)
* bugfix: svn_fs__bdb_changes_fetch() fouls up change ordering (issue #1695)
* require SWIG >=1.3.19 (issue #1690)
* numerous changes to language bindings, to keep up with C API.
* fix: apr build issues (r8279, r8280, r8318) (issue #1666)
* changed the auth-provider C API to use 'realmstring' on all funcs
* check the ra plugin ABI versions.
* fix: ABI problem with blame. (r8494) (issue #1705)
* remove svn_io_file_printf from public API. (r8492) (issue #1653)
* extensive changes in the perl client bindings. (r8270)
* too many big and small internal code cleanups and fixes to mention here
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.23 -r1.24 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/subversion/patches/patch-ae
cvs rdiff -r1.3 -r0 pkgsrc/devel/subversion/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.