summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.version
diff options
context:
space:
mode:
authoradam <adam>2013-11-02 09:19:17 +0000
committeradam <adam>2013-11-02 09:19:17 +0000
commitfda6d4350f31737bd8187d0602998269a4793a12 (patch)
tree46de7f1c635d1a3074cdebecd8dac55d66c7c394 /devel/subversion/Makefile.version
parent34e010ea05a6f5f1220781d24e023ab7b683ba7b (diff)
downloadpkgsrc-fda6d4350f31737bd8187d0602998269a4793a12.tar.gz
Changes 1.8.4:
User-visible changes: - Client- and server-side bugfixes: * fix assertion on urls of the form 'file://./' * stop linking against psapi.dll on Windows * translation updates for Swedish - Client-side bugfixes: * revert: fix problems reverting moves * update: fix assertion when file external access is denied * merge: reduce network connections for automatic merge * merge: fix path corruption during reintegration * mergeinfo: fix crash * ra_serf: verify the result of xml parsing * ra_serf: improve error messages during commit * ra_local: fix error with repository in Windows drive root * fix crash on windows when piped command is interrupted * fix crash in the crash handler on windows * fix assertion when upgrading old working copies - Server-side bugfixes: * hotcopy: cleanup unpacked revprops with '--incremental' * fix OOM on concurrent requests at threaded server start * fsfs: improve error message when unsupported fsfs format found * fix memory problem in 3rd party FS module loader Developer-visible changes: - General: * allow compiling against serf 1.3 and later on Windows - Bindings: * javahl: canonicalize path for streaFileContent method
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 71b95bb5e02..06ad0c77f86 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.65 2013/09/05 07:07:46 adam Exp $
+# $NetBSD: Makefile.version,v 1.66 2013/11/02 09:19:17 adam 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.8.3
+SVNVER= 1.8.4
.endif