Subject: CVS commit: pkgsrc/devel/subversion
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Gillespie <epg@netbsd.org>
List: pkgsrc-changes
Date: 12/20/2007 20:32:50
Module Name: pkgsrc
Committed By: epg
Date: Thu Dec 20 20:32:50 UTC 2007
Modified Files:
pkgsrc/devel/subversion: Makefile.version distinfo
pkgsrc/devel/subversion/files: build-outputs.mk
Log Message:
Update to Version 1.4.6. 1.4.5 was a security fix for a bug present
only in Windows clients.
Version 1.4.6
(21 Dec 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.6
User-visible changes:
- Client:
* fixed: unbounded memory use in "svn cat" over ra_svn (r26964, -8)
* fixed: 'svn diff --summarize file' displays erroneous output (issue #2765)
* fixed: 'svn status' wrong on previously-reverted deleted dir (issue #2804)
* fixed: 'svn up' can delete unversioned symlinks (issue #1808)
* fixed: use correct properties for locally replaced files (issue #2743)
* fixed: 'svn info -R $REPO_ROOT' w/ pre-1.2 svnserve broken (r26264)
* fixed: svnsync ignores '--config-dir' (r27056)
* datestamps can be localized (r26156)
* fixed: text base not updated when merging a replaced file (issue #2698)
* fixed: inverted 'switch --relocate' error message (r22355)
* fixed: sporadically failing file and directory removal on Windows (r25520)
* fixed: property file handling for schedule-delete files (r25833)
* fixed: allow invalid svn:eol-style values (r28331)
* fixed: 'svnadmin rmlocks' should error when no path provided (r28431)
* support neon 0.26.4 (r26077)
- Server:
* fixed: authz granted if calculation inconclusive (r23815)
* fixed: svndumpfilter crashes on Windows (r23494)
* fixed: wrong pointer type used for memset (r27263)
* fixed: invalid FSFS directory cache can corrupt repository (r27256)
* fixed: dir props on FSFS filesystem root never conflict (issue #2608)
- Client and Server:
* fixed: "No newline at end of file" message translated (issue #2906)
* use compressed delta encoding for 'svn blame' in svnserve (r26115)
* translation updates for Simplified Chinese
Developer-visible changes:
* svnserveautocheck.sh script is executable (r23942)
* add RHEL5 RPM (r25593)
* test suite passes with trunk servers (forwards-compatibility) (r25607)
* javahl bindings:
- improve error reporting from native code (r25208)
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 pkgsrc/devel/subversion/Makefile.version
cvs rdiff -r1.60 -r1.61 pkgsrc/devel/subversion/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/subversion/files/build-outputs.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.