mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
26.04.2012 6c57dd990c72352bb5942290c94399780f8962e5
opends/ext/svnkit/changelog.txt
@@ -1,3 +1,205 @@
== version 1.7.5-v1 ==
+ SVNLookClient.doGetChangedDirectories failed on revision 0, fixed.
+ Text changes might not be reported properly after native Subversion operated on
  the working copy in 1.6 format, fixed.
+ Symbolic link last modified time now reported properly.
+ Pristine files ref count values may become invalid, fixed.
+ Empty strings might be stored as a DAV URL cache values, fixed.
+ SqlJet library 1.1.4 is used
+ Other minor stability improvements and bugfixes.
== version 1.7.5 ==
+ File externals merge issues fixed.
+ SVNStatus reported for old and new working copy formats made more consistent.
+ Existing credentials in default cache
  are no longer overwritten by truncated ones when store-passwords option is set to false.
+ Deleting a file remotely resulted in grand-parent directory access, fixed.
+ SVNLogClient.doList(recursive=false) now uses SVNDepth.IMMEDIATES, not FILES.
+ SqlJet 1.1.3 is used and potential NPE on concurrent working copy access fixed.
+ Other minor stability improvements and bugfixes.
== version 1.7.4-v1 ==
+ SVNLogClient.doList() method issues fixed.
+ Potential PRISTINE wc.db table corruption fixed.
+ SVNWCClient.doResolve() was choosing wrong file version when resolving conflict, fixed.
+ JavaHL SVNClient reported wrong version, fixed.
+ Minor stability improvements and bugfixes.
+ Build script upgraded to use Gradle 1.0-rc3.
== version 1.7.4 ==
+ Minor diff generator improvements
+ ISvnOperationHandler callback added to let users
  receive notifications before and after operation.
== version 1.7.4-rc5 ==
+ All snapshot dependencies are replaced with fixed versions.
+ NPE on remote proplist opertation fixed.
+ Incompatibility with GitHub Subversion bridge fixed (commit did not work)
== version 1.7.4-rc4 ==
+ Fixed issue with Eclipse update site.
+ Fixed critical issue with switch leaving invalid wc props,
  thus resulting in potentially wrong commits destination.
== version 1.7.4-rc3 ==
+ Few backward compatibility issues fixed.
+ SqlJet Library dependency upgraded to 1.1.0
+ Added: SVNStatus.getCombinedNodeAndContentsStatus() method
+ Added: More javadoc documentation
== version 1.7.4-rc2 ==
* Fixed: JavaHL ConflictDescriptor object contained relative paths in place of absolute, fixed
* Fixed: base checksum were not passed to the ISVNEditor callback on file update over DAV.
* Fixed: Repository to repository copy did not work with old working copy in certain cases.
+ Added: More javadoc documentation
== version 1.7.4-rc1 ==
+ Performance and stability improvements
* Version bumped to match that of compatible native Subversion
== version 1.7.0-beta3 ==
+ Performance and stability improvements
+ Diff operation improvements
* This is a beta version and it may not be stable enough for production environment
== version 1.7.0-beta2 ==
+ Performance and stability improvements
* This is a beta version and it may not be stable enough for production environment
== version 1.7.0-beta1 ==
* First beta version with new Subversion 1.7 working copy format support
+ Lot of fixes and improvements in the new working copy format support, since alpha2
* This is a beta version and it may not be stable enough for production environment
== version 1.7.0-alpha2 ==
+ New JavaHL API (org.apache.subversion.javahl) implementation
+ Lot of fixes and improvements in the new working copy format support
* This is alpha version and it may not be stable enough for production environment
* The following operations are not yet implemented for the new working copy format:
  - merge
  - diff
== version 1.7.0-alpha1 ==
+ New Subversion 1.7 working copy format support
+ New high-level API (see org.tmatesoft.svnkit.core.wc2)
* This is alpha version and it may not be stable enough for production environment
* The following operations are not yet implemented for the new working copy format:
  - merge
  - mergeinfo
  - diff
  - resolve, mark resolved
  - cleanup
* new JavaHL API is not yet implemented in this version
== version 1.3.7 ==
+ 1.7 Subversion servers compatibility issues fixed.
+ Export operation failed on missing directories, fixed.
* For new 1.7 Subversion working copy format support
  please use SVNKit 1.7.0-alpha version.
== version 1.3.6.1 ==
+ OSGi bundle exports JavaHL API package.
== version 1.3.6 ==
+ Changes made in Subversion since version 1.6.15 implemented,
  all Subversion 1.6.17 features are supported.
+ SSH connections pool reimplemented, number of race conditions
  and potential deadlocks fixed by that new implementation.
+ Memory consumption decreased significantly for status operation.
+ GNOME keyring support
+ HTTP Digest and Basic authentication methods did not work
  with non Keep-Alive connection, fixed.
+ SQLJet library upgraded to v1.0.7
+ Other minor bugfixes and improvements.
== version 1.3.5 ==
+ Changes made in Subversion since version 1.6.12 implemented,
  all Subversion 1.6.15 features are supported.
+ Support for OS X Keychain as credentials storage added.
+ SSL client certificate passphrase is cached in a way
  compatible with that of the native Subversion.
+ HTTP cookies are handled properly.
+ SQLJet library upgraded to v1.0.4
+ Other minor bugfixes and improvements.
== version 1.3.4 ==
+ Changes made in Subversion since version 1.6.11 implemented,
  all Subversion 1.6.12 features are supported.
+ Added support for SSH host fingerprints verification.
+ Name conflict status added which is reported on
  case-insensitive filesystems for files which name differs only in case.
+ HTTP digest authentication support improved.
+ svnkit:charset property support significantly improved.
+ SQLJet library upgraded to v1.0.3
+ JNA library upgraded to v3.2.7
+ Other minor bugfixes and improvements.
== version 1.3.3 ==
+ Changes made in Subversion since version 1.6.6 implemented,
  all Subversion 1.6.11 features are supported.
+ HTTP Negotiate authentication improvements.
+ Support of MSCAPI SSL certificates added.
+ SQLJet library upgraded to version 1.0.2
+ File externals support improved
+ Other bugfixes
== version 1.3.2 ==
+ Changes made in Subversion since version 1.6.5 implemented,
  all Subversion 1.6.6 features are supported.
   * Negotiate authorization mechanism was not used when multiple authorization
     schemes were offered to client by server.
   * SQLJet library upgraded to version 1.0.1.
   * JNA library upgraded to version 3.2.3.
+ Bugfixes and performance improvements.
== version 1.3.1 ==
+ Changes made in Subversion since version 1.6.2 implemented,
  all Subversion 1.6.5 features are supported.
   * Representation cache DB support, using SQLJet (http://sqljet.com) library.
   * Added implementations for couple of missing JavaHL methods.
   * Fixed 'svn: Checksum mismatch while reading representation' exception on
     reading vdelta from local repositories.
   * Several dump and load operation issues fixed.
   * JNA library upgraded to version 3.1.0.
+ Other bugfixes and performance improvements.
== version 1.3.0
+ Changes made in Subversion since version 1.5.6 implemented, 
@@ -17,6 +219,7 @@
  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,