diff options
author | epg <epg> | 2008-10-14 06:23:43 +0000 |
---|---|---|
committer | epg <epg> | 2008-10-14 06:23:43 +0000 |
commit | 5224ed61fe93b211c25bb95cd3e62de47e255ce1 (patch) | |
tree | e15f5f49ff34edd8cb8a961bb85ab650295ce12c /www/ap2-subversion | |
parent | e6c1f5e1dbb5a5765c382de738b50f51c8e9eb39 (diff) | |
download | pkgsrc-5224ed61fe93b211c25bb95cd3e62de47e255ce1.tar.gz |
Version 1.5.3
(10 Oct 2008, from /branches/1.5.x)
http://svn.collab.net/repos/svn/tags/1.5.3
User-visible changes:
* Allow switch to continue after deleting locally modified dirs (issue #2505)
* Update bash_completion to be compatible with 1.5 (r32900, -11, -12)
* Improve 'svn merge' execution time by 30% on Windows (r33447)
* Reuse network sessions during 'svn merge', improving performance (r33476)
* Improve temp file creation time on Windows (r33464)
* Greatly improve merge performance (r29969, r32463, r33013, -016, -022, -112)
* Improve file IO performance on Windows (r33178, -85)
* fixed: merging files with spaces in name (r33109, -121, -369)
* fixed: incorrect relative externals expansion (r33109, -121, -369)
* fixed: 'svn mv' hangs and consumes infinite memory (r33201, -12)
* fixed: correctness regression in 'svn log -g' (issue #3285)
* fixed: current early bailout of 'svn log -g' (r32977)
Developer-visible changes:
* Allow the tests to run as non-administrator on Windows Vista (r31203)
* Allow out-of-tree build of bindings on BSD (r32409)
* Translate messages in svn_fs_util.h (r32771)
* fixed: bindings test for Perl 5.10 (r31546)
* fixed: building bindings and C API tests with VS2008 (r32012)
* fixed: svn_ra_replay API over ra_serf (r33173)
Diffstat (limited to 'www/ap2-subversion')
-rw-r--r-- | www/ap2-subversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index 2111c366687..dab3065c276 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2008/09/06 20:54:34 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2008/10/14 06:23:43 epg Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} -PKGREVISION= 1 +#PKGREVISION= 1 COMMENT= WebDAV server (Apache module) for Subversion PKG_DESTDIR_SUPPORT= user-destdir |