Path to this page:
Subject: CVS commit: pkgsrc/devel/subversion
From: Eric Gillespie
Date: 2006-06-01 02:39:51
Message id: 20060601003951.959DF211CA@cvs.netbsd.org
Log Message:
Version 1.3.2
(23 May 2006, from /branches/1.3.x)
http://svn.collab.net/repos/svn/tags/1.3.2
pkgsrc changes:
- Remove patch-ae, now fixed upstream.
User-visible-changes:
- Client:
* fixed: crash in svn st -u on missing subdirs (r19348, -73, issue #2551)
* svn_load_dirs.pl symlink support (issue #2478)
* fixed: svn_load_dirs.pl trying to import .svn and _svn dirs (r18549)
* fixed: leaving stray WC locks on cancellation (r18893)
* translation updates to Japanese, Traditional Chinese.
- Server:
* fixed: memory leak in mod_dav_svn when listing large dirs (r19528)
* fixed: svnserve protocol error in lock, causing client hang (issue #2548)
* fixed: mod_dav_svn crash on valid request (r19520)
* mailer.py: add Content-Transfer-Encoding header (r19319)
* mailer.py: fixed: named substitutions incorrectly ignored (r18114, -681)
* fixed: authz requires read access for root for writes (issue #2486)
Developer-visible-changes:
* fixed: RPM breakage (r19060)
* fixed: tests don't catch repository creation failure properly (r19149,-51)
* support SWIG 1.3.28
* support APR 0.9.x >= 0.9.10 (r19039, -57)
* python bindings:
- fixed: link error on OpenBSD (r18983)
* ruby bindings:
- fixed: memory leak (r19493)
- fixed: NULL argument conversion bug (r19543)
Files: