Subject: CVS commit: pkgsrc/devel/subversion
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2004 23:13:04
Module Name:	pkgsrc
Committed By:	epg
Date:		Tue Apr 20 23:13:04 UTC 2004

Modified Files:
	pkgsrc/devel/subversion: Makefile.version distinfo
	pkgsrc/devel/subversion/patches: patch-ae

Log Message:
Update to Version 1.0.2.
(15 April 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.2

 User-visible changes:
 * fixed: segfault when remotely deleting svn:author property.
 * fixed: mod_dav_svn accepting too many authors. (issue #1786)
 * fixed: create runtime config files with native EOLs. (Issue #1802)
 * fixed: recursive propset can corrupt .svn/entries (issue #1794)
 * fixed: allow shared working copies [mostly working now] (issue #1509)
 * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
 * fixed: svnserve assertion failure on empty error messages
 * fixed: commit/update memory leaks when working on many targets (issue #1635)
 * fixed: don't display repos-paths or URLs with '\' on win32.
 * new example script:  svnserve 'sgid' wrapper.
 * minor book fixes, new 'best-practices' doc.

 Developer-visible changes:
 * fixed: deprecation warning from SWIG 1.3.20_
 * fixed: broken win32 python-swig bindings compilation.
 * fixed: bug in libsvn_fs changes-table change-folding code.
 * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
 * added VC7 support and defines for including debug symbol files.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.27 -r1.28 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/subversion/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.