summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.version
diff options
context:
space:
mode:
authorgdt <gdt>2009-08-22 23:25:48 +0000
committergdt <gdt>2009-08-22 23:25:48 +0000
commitae604c93e250b4ef9c7e53ac1e6ebe5641eeed66 (patch)
tree956d79f2188724982296823dc7aa5f03f1802e7a /devel/subversion/Makefile.version
parent76e771b344a389785d64061b0ac3afaa40e596a2 (diff)
downloadpkgsrc-ae604c93e250b4ef9c7e53ac1e6ebe5641eeed66.tar.gz
Version 1.6.5
(21 Aug 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.5 User-visible changes: * fix mod_dav_svn directory view links to preserve peg revisions (r38201) * do not error on Windows when ALLUSERPROFILE dir nonexistent (r38053, -5, -7) * properly escape lock comments over ra_neon (r38101, -2) * allow syncing copies of '/' over ra_neon and ra_serf (issue #3438) * make 'svnlook diff' show empty added or deleted files (r38458) * fix building with Apache 2.4 (r36720) * fix possible data loss on ext4 and GPFS filesystems (issue #3442) * resolve symlinks when checking for ~/.subversion (r36023) * don't let svn+ssh SIGKILL ssh processes (issue #2580) * allow PLAIN and LOGIN mechanisms with SASL in svnserve (r38205) * fix peg revision parsing in filenames like 'dir/@file.txt' (issue #3416) * fix detection of Apache <2.0.56 (r38290, -3, -4) * don't pretend to do tree conflict resolution (r38799, -801, -805) * fix data corruption when syncing from svnserve to mod_dav_svn (r38686, -7) * fix GNOME Keyring with '--non-interactive' option (r38222, -3, -61, -410) * fixed: false "File '...' already exists" error during commit (issue #3119) Developer-visible changes: * avoid referencing uninitialized variables (r38388) * plug a couple of error leaks (r38572) * improve windows test output (r38616, -7, -9, -49)
Diffstat (limited to 'devel/subversion/Makefile.version')
-rw-r--r--devel/subversion/Makefile.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version
index 36570c41978..9a8508bb738 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.51 2009/08/06 22:08:56 gdt Exp $
+# $NetBSD: Makefile.version,v 1.52 2009/08/22 23:25:48 gdt Exp $
# When updating subversion, all packages are updated at the same time
# to have a consistent set of packages. A particularly tricky aspect
@@ -7,5 +7,5 @@
# changing the version.
.if !defined(SVNVER)
-SVNVER= 1.6.4
+SVNVER= 1.6.5
.endif