From 6e85eb6ff5f45f8a9cc87c6609b9cce6855942b8 Mon Sep 17 00:00:00 2001 From: chebrard <chebrard@localhost> Date: Thu, 13 Aug 2009 08:08:44 +0000 Subject: [PATCH] Fix for 4175: This rev up the external dependency svnkit to version 1.3.0 (from 1.2.0). svnkit 1.3.0 is required to deal with svn 1.6 --- opends/ext/svnkit/changelog.txt | 65 ++++++++++++++++++++++++++++++++ 1 files changed, 65 insertions(+), 0 deletions(-) diff --git a/opends/ext/svnkit/changelog.txt b/opends/ext/svnkit/changelog.txt index 81291e0..d9ee096 100644 --- a/opends/ext/svnkit/changelog.txt +++ b/opends/ext/svnkit/changelog.txt @@ -1,3 +1,68 @@ +== version 1.3.0 + ++ Changes made in Subversion since version 1.5.6 implemented, + all Subversion 1.6.2 features are supported: + * Tree conflicts handled more gracefully + * File-externals support for intra-repository files + * File protocol: 1.6.2 Subversion repositories format supported + * Administrative tools: support for packing repository shards + * Command line client: repository root relative URL support on most commands + * Performance improvements on huge files during update\commits + ++ Other bugfixes and performance improvements. + +== version 1.3.0-beta3 + ++ Changes made in Subversion since version 1.5.6 implemented, + all Subversion 1.6.1 features are supported. ++ Bugfixes since version 1.3.0-beta2 + +== version 1.3.0-beta2 + ++ Changes made in Subversion since version 1.5.6 implemented, + all Subversion 1.6.1 features are supported. ++ JavaHL implementation bugfixes. ++ Compatibility with pre-1.6 working copies improved for + 'no working copy upgrade' cases. ++ Update performance on large files improved. ++ Command line client improvements. ++ Other bugfixes and performance improvements. + +== version 1.3.0-beta + ++ Changes made in Subversion since version 1.5.6 implemented, + all Subversion 1.6.1 features are supported. ++ Merge tracking bugfixes ++ Other bugfixes and performance improvements. + +== version 1.2.3 + ++ Changes made in Subversion since version 1.5.5 implemented, + all Subversion 1.5.6 features are supported. ++ Merge tracking bugfixes ++ Better interacting with external diff programs ++ svnkit.no.safe.copy system property introduced for file system copy operations ++ Other bugfixes and performance improvements. + +== version 1.2.2 + ++ Changes made in Subversion since version 1.5.4 implemented, + all Subversion 1.5.5 features are supported. ++ Merge tracking implementation changed to match Subversion 1.5.5. ++ HP-UX support added. ++ Other stability and performance improvements. + +== version 1.2.1 + ++ Changes made in Subversion since version 1.5.0 implemented, + all Subversion 1.5.4 features are supported. ++ JNA library updated to version 3.0.9. ++ JNA-based code fixed to work properly on amd64 systems. ++ HTTP Negotiate authentication scheme support added. ++ "Fast" update feature has been added to SVNUpdateClient API. ++ Command line client improvements. ++ Other stability and performance improvements. + == version 1.2.0 + Possible NPE on WC to URL copy operation fixed. -- Gitblit v1.10.0