Re: Subversion 1.1.1 released.
Branko Čibej <[email protected]> Sat, 23 Oct 2004 17:00:22 +0200
| Newsgroups | gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.announce |
|---|---|
| Message-ID | <[email protected]> |
The Win32 binaries are available: http://subversion.tigris.org/files/documents/15/18114/svn-win32-1.1.1.zip http://subversion.tigris.org/files/documents/15/18116/svn-win32-1.1.1_dev.zip http://subversion.tigris.org/files/documents/15/18117/svn-win32-1.1.1_javahl.zip http://subversion.tigris.org/files/documents/15/18115/svn-win32-1.1.1_pdb.zip http://subversion.tigris.org/files/documents/15/18118/svn-win32-1.1.1_pl.zip http://subversion.tigris.org/files/documents/15/18119/svn-win32-1.1.1_py.zip The MD5 checksums are: 2d0599886de366df3cf229c8fc1ed45c svn-win32-1.1.1.zip a0e379f03b4c30d5457ef377d62777b2 svn-win32-1.1.1_dev.zip 7fb59489a9aef4cf9da745987101ed76 svn-win32-1.1.1_javahl.zip bc6ab6b8155b27b1a37037b55742bfd6 svn-win32-1.1.1_pdb.zip 55b1df6693a380f8488909538098018d svn-win32-1.1.1_pl.zip bdb96231ca90406f3c54cc64ada6b002 svn-win32-1.1.1_py.zip The SHA-1 checksums are: b27ff748b73e3a04b3beaf86599095ac80b5729d svn-win32-1.1.1.zip 99a426afeb72aafcdb72e93a5fafc870028b6b9d svn-win32-1.1.1_dev.zip fe468e888d5db4072aed321cda13d1b3552fe42a svn-win32-1.1.1_javahl.zip 00e25867c87c6f87a446686a9826bde4a5bc4e58 svn-win32-1.1.1_pdb.zip 9f9178defff49d779cdd4719b9b392568ad1cba2 svn-win32-1.1.1_pl.zip e8314a8ceb7c363077224897c91378ec52b42b2c svn-win32-1.1.1_py.zip Ben Reser wrote: >Subversion 1.1.1 is ready. Grab it from: > > http://subversion.tigris.org/tarballs/subversion-1.1.1.tar.gz > http://subversion.tigris.org/tarballs/subversion-1.1.1.tar.bz2 > http://subversion.tigris.org/tarballs/subversion-1.1.1.zip > >The MD5 checksums are: > > 30c9c93fb3abda4aada393f2c68a406b subversion-1.1.1.tar.gz > a180c3fe91680389c210c99def54d9e0 subversion-1.1.1.tar.bz2 > e5eb97328dea8dfa5100458a7de5d19f subversion-1.1.1.zip > >The SHA1 checksums are: > > b9afbcc211673ce2a1bf9778b6fa519f740e7ebd subversion-1.1.1.tar.gz > 5823a89c82c0eff168f71c1dc35f074dd030ed40 subversion-1.1.1.tar.bz2 > 41e76f46b16ae63a659c1a339f5b0d18faee6c40 subversion-1.1.1.zip > >PGP Signatures are available at: > http://subversion.tigris.org/tarballs/subversion-1.1.1.tar.gz.asc > http://subversion.tigris.org/tarballs/subversion-1.1.1.tar.bz2.asc > http://subversion.tigris.org/tarballs/subversion-1.1.1.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 is a bug fix release in the 1.1.x line. > >A detailed list of changes since 1.1.0 follows below. > >Questions, comments, and bug reports to users_at_subversion.tigris.org. > >Thanks, >-The Subversion Team > >--------------------8-<-------cut-here---------8-<----------------------- > > User-visible-changes: > - Client: > * fixed: 'svn status' win32 performance regression (issue #2016) > * fixed: 'svn ls' dying on non-ascii paths over DAV (issue #2060) > * fixed: allow URI-encoded colon or pipe on win32 (issue #2012) > * fixed: broken win32 UNC paths (issue #2011) > * fixed: memory bloat when committing many files over DAV (r11284, -321) > * fixed: eol-style translation error for 'svn propget' (r11202, -243) > * fixed: 'svn propedit' does EOL conversion properly (issue #2063) > * fixed: 'svn log --xml' shouldn't be locale-dependent. (r11181) > * fixed: 'svn export' of symlinks with 'use-commit-times' (r11224) > * fixed: 'svn export -rBASE' when WC has added items (r11296, -415) > * many translation updates for localized client messages. > > - Server: > * fixed: 'svn ls' HTTP performance regression (r11211, -232, -285) > * fixed: make it possible to set "SVNPathAuthz off" in httpd.conf (r11190) > * fixed: fsfs validating revisions when accessing revprops (issue #2076) > * fixed: 'svn log -v' hiding too much info on 'empty' revisions. (r11137) > * fixed: encoding bug with 'svnlook log'/'svnlook author' (r11172) > * fixed: allow mod_authz_svn to return '403 Forbidden', not 500 (r11064) > * fixed: XML-escape author and date strings before sending (issue #2071) > * fixed: invalid XML being sent over DAV (issue #2090) > > Developer-visible-changes: > * fixed: IRIX compile error (issue #2082) > * fixed: error in perl bindings (r11290) > * fixed: error leaks in mod_dav_svn (r11458) > * fixed: javahl should use default config directory (r11394) > > -- Brane