Ann: Subversion 0.34.0 released

"Jostein Chr. Andersen" <[email protected]> Thu, 4 Dec 2003 00:30:56 +0100
Newsgroups gmane.comp.version-control.subversion.announce,gmane.mail.eyebrowse.user
Message-ID <200312040030.56324.jostein__4173.08259425244$1070511705@josander.net>
The latest interim release of Subversion is ready at

   http://svn.collab.net/tarballs/subversion-0.34.0.tar.gz

The MD5 checksum is 52f3a73858566d4d7045e449d94390e3.

   - NOTE: This release makes  an incompatible  change  to
     the Subversion database. So any pre 0.34.0 repositorys
     must be upgraded. See the CHANGES list for more info.

   - If you run a mod_dav_svn server, you will need Apache HTTP 
     Server 2.0.48, from http://httpd.apache.org/download.cgi.

Please direct questions/comments to the [email protected]
and/or [email protected] mailing lists.

Here is the CHANGES list for this release:

--------------------------------------------------------------------
Version 0.34.0 (released 3 December 2003, from revision r7859)
http://svn.collab.net/repos/svn/tags/0.34.0

#####################################################################
##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
#####################################################################
##                                                                 ##
## This release makes  an incompatible  change  to  the Subversion ##
## database.    Repositories created with versions  of  Subversion ##
## prior to 0.34 will not work with Subversion 0.34.               ##
## To  upgrade,   first  use  'svnadmin dump'  with  your existing ##
## Subversion binaries.   Then upgrade your binaries to 0.34,  and ##
## use  'svnadmin load'  to  create  a  new  repository  from your ##
## dumpfile.                                                       ##
## Don't  forget  to  copy any custom configuration/hooks from the ##
## old to the new repository.                                      ##
##                                                                 ##
#####################################################################

 Please see notes/repos_upgrade_HOWTO for documentation on migrating
 pre-0.34.0 repos to 0.34.0.

 That document is also located here:
    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO

 User-visible changes:
 * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle
   required!**
 * Berkeley DB 4.2.50 is now the recommended Berkeley version
 * Fix: 'svn status' thought replaced items were unversioned (#1609)
 * SSL server cert error prompt improvement (r7849)
 * many error message improvements (r7745, r7763, r7824 and 7827 - #897)
 * don't show update-completion message until all wc work completes
   (#1556)
 * many other enhancements, minor features, and bugfixes not listed here

 Developer-visible changes:
 * public client APIs changes (r7799) after fixing #1556
 * many improvements and fixes on Perl bindings (perl => 5.8.0 are
   required)
 * improvements, fixes on misc. test scripts
 * many other changes not listed here

 Merged revisions after release branching:
 * r7868 - Java bindings
 * r7888 - Security fix for svnserve

--------------------------------------------------------------------

Enjoy :-)

Jostein