Subversion 1.0.7 released.

Ben Reser <[email protected]> Fri, 17 Sep 2004 17:12:52 -0700
Newsgroups gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.announce
Message-ID <20040918001252.GA2858__39338.5263429538$1095476923$gmane$org@synapse.brain.org>
Subversion 1.0.7 is ready. Grab it from:

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

The MD5 checksums are:

  d6243d51cec8d1923d5cfbf118d026af  subversion-1.0.7.tar.gz
  fa0b2f7d9b5f2d84461a221228fc655e  subversion-1.0.7.tar.bz2
  53fdbd75361ccfe41a6ce79a70b59f5b  subversion-1.0.7.zip

PGP Signatures are available at:
   http://subversion.tigris.org/tarballs/subversion-1.0.7.tar.gz.asc
   http://subversion.tigris.org/tarballs/subversion-1.0.7.tar.bz2.asc
   http://subversion.tigris.org/tarballs/subversion-1.0.7.zip.asc

PGP Signatures will be made by the following person(s) for this release:
   Ben Reser [1024D/641E358B] with fingerprint:
   42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B


This release fixes several small bugs, all users are encouraged
to upgrade.

Thanks,
-The Subversion Team 

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

 User-visible-changes:
 * fixed: win32 'file not found' error [issue #1862]
 * fixed: 'svn st -u' crash (r10841)
 * fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
 * fixed: allow propnames containing ":" to be fetched via http:// (r10190)
 * fixed: allow user to interrupt between authentication prompts (see r11014)
 * fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
 * various small fixes to Book

 Developer-visible changes:
 * fix library dependencies for bindings (r9338, 9340)
 * java bindings: fix a crash and other bugs (r9883, 9905, 8027)
 * perl bindings: various fixes (see r11023)