Ann: Subversion 0.35.0 released
"Jostein Chr. Andersen" <[email protected]> Fri, 19 Dec 2003 22:44:09 +0100
| Newsgroups | gmane.comp.version-control.subversion.announce,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <200312192244.09019.jostein__45198.9523288377$1072045425@josander.net> |
The latest interim release of Subversion is ready at
http://svn.collab.net/tarballs/subversion-0.35.0.tar.gz
The MD5 checksum is affeeda0a20d61a11fce2b1e19651062.
- NOTE: Subversion once again does deltification automatically.
Read the CHANGES below for more info
Please direct questions/comments to the [email protected]
and/or [email protected] mailing lists.
Here is the CHANGES list for this release:
--------------------------------------------------------------------
Version 0.35.0 (branching 12 December 2003, from revision 7994)
http://svn.collab.net/repos/svn/branches/0.35.0
NOTICES:
1. As of this release, Subversion once again does deltification
automatically. This means that the deltification step most
repositories introduced into their post-commit hooks as of
release 0.33.0 should now be reverted. Look for a line with
"svnadmin deltify" in hooks/post-commit, and remove it.
2. We now recommend using Berkeley DB 4.2.52 or higher for SVN
repositories. See http://sleepycat.com/download/index.shtml.
User-visible changes:
* BDB log files are automatically pruned, with BDB 4.2.50 and higher
(#1615)
* deltification is automatic again (issue #1601)
* fix: svn diff -rX:Y wcpath' may lie (issue #1616)
* fix: URI-decoding problem on 'svn import' (issue #1622)
* automatic log file removal on repositorys (issue #1615)
* many other enhancements, minor features, and bugfixes not listed here
Developer-visible changes:
* misc. improvements on Perl and Java bindings
* improved diff handling (r7985)
* many other changes not listed here
Merged revisions after release branching:
* r8009, r8010 and r8011 - Java bindings
* r8041 - typo/bugfix
--------------------------------------------------------------------
Enjoy :-)
Jostein