diff options
author | epg <epg@pkgsrc.org> | 2008-10-14 06:23:43 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-10-14 06:23:43 +0000 |
commit | c966759129b30c3d98d75feb56f66b31108339df (patch) | |
tree | e15f5f49ff34edd8cb8a961bb85ab650295ce12c /devel/subversion | |
parent | 3e92108ae2032bbf98c5391bf55dc225dddc40a4 (diff) | |
download | pkgsrc-c966759129b30c3d98d75feb56f66b31108339df.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 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile.version | 4 | ||||
-rw-r--r-- | devel/subversion/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index 22a1f32c702..120ad958c60 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.version,v 1.43 2008/09/06 05:30:57 epg Exp $ +# $NetBSD: Makefile.version,v 1.44 2008/10/14 06:23:43 epg Exp $ .if !defined(SVNVER) -SVNVER= 1.5.2 +SVNVER= 1.5.3 .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 2ca202fff2f..2380af8e48a 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.65 2008/09/09 00:14:06 seb Exp $ +$NetBSD: distinfo,v 1.66 2008/10/14 06:23:43 epg Exp $ -SHA1 (subversion-1.5.2.tar.gz) = 10274c7c3d3a7bce11d5d470bdf110d4ff3cd6bd -RMD160 (subversion-1.5.2.tar.gz) = a5210af327006f15a08f750bdd3a6af2852d8c48 -Size (subversion-1.5.2.tar.gz) = 6646636 bytes +SHA1 (subversion-1.5.3.tar.gz) = 1c7a6c5d58781af053350ff385aac80bd008892a +RMD160 (subversion-1.5.3.tar.gz) = 226e55ab6ab1e7368d4f7c2437c9b49510c36f73 +Size (subversion-1.5.3.tar.gz) = 6669747 bytes SHA1 (patch-ad) = 52da52e60e4d70266081d98ab0bf4ec312427bd6 SHA1 (patch-ae) = 55982ded0a7cbb09a91545c7580021e8ed4947f0 |