Subversion 1.0.4 released.

Ben Reser <[email protected]> Fri, 21 May 2004 17:17:51 -0700
Newsgroups gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.announce
Message-ID <20040522001751.GQ2532__13687.7873017967$1085239393@occipital.brain.org>
Subversion 1.0.4 is ready. Grab it from:

   http://subversion.tigris.org/tarballs/subversion-1.0.4.tar.gz
   http://subversion.tigris.org/tarballs/subversion-1.0.4.tar.bz2

The MD5 checksums are:

   313bd03f353683de7561eadf477f7612  subversion-1.0.4.tar.bz2
   fdf54470ac280e9b7cb008e907ec275a  subversion-1.0.4.tar.gz

This is a bugfix release continuing in the line of 1.0.x releases.
Of particular note this release fixes data loss that may occur on case
insensitive file systems (e.g. Win32).

We recommend that all users upgrade to 1.0.4.

Questions, comments, and bug reports to users_at_subversion.tigris.org.

Thanks,
-The Subversion Team 

--------------------8-<-------cut-here---------8-<-----------------------

 User-visible-changes:
 * fixed: 'svn up' can delete unversioned data on win32 fs (issue #1854)
 * fixed: pool leaks in 'svnlook diff/changed/dirs-changed'
 * fixed: insecure script example in pre-commit-hook template
 * fixed: inability to do a checkout to '/'
 * officially recommend neon 0.24.6 in all docs.

 Developer-visible changes:
 * fixed: RPM build for Fedora & WBEL3/RHEL3
 * fixed: SWIG-java building problem
 * fixed: javahl bug which can crash JVM
 * fixed: change formatting codes in svn_swig_pl_callback_thunk
 * fixed: properly wrap svn_txdelta_parse_svndiff for perl