Re: Subversion 1.1.4 released.
Michael Brouwer <[email protected]> Mon, 4 Apr 2005 18:48:07 -0700
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.devel,gmane.comp.version-control.subversion.announce |
|---|---|
| Message-ID | <CCA7E419-B1A7-4F62-AFC2-32C084D817D2__9765.04729264907$1112672529$gmane$org@tlaloc.net> |
Mac OS X binaries of subversion-1.1.4 with perl bindings and SVK-1.0beta1 are available at: http://homepage.mac.com/hiirem/SVK-1.0beta1-1.dmg Michael On Apr 4, 2005, at 4:57 PM, Branko Čibej wrote: > The Win32 binaries are available: > > http://subversion.tigris.org/files/documents/15/21733/svn- > win32-1.1.4.zip > http://subversion.tigris.org/files/documents/15/21734/svn- > win32-1.1.4_dev.zip > http://subversion.tigris.org/files/documents/15/21735/svn- > win32-1.1.4_javahl.zip > http://subversion.tigris.org/files/documents/15/21732/svn- > win32-1.1.4_pdb.zip > http://subversion.tigris.org/files/documents/15/21737/svn- > win32-1.1.4_pl.zip > http://subversion.tigris.org/files/documents/15/21738/svn- > win32-1.1.4_py.zip > > The MD5 checksums are: > 7a9a1c62c0a67c50b3e19b96dc794234 svn-win32-1.1.4.zip > 1c489f020ac63f19dbf21c03f79986cc svn-win32-1.1.4_dev.zip > 4d3fb18ade72f91fa75c7d41ea44cf4d svn-win32-1.1.4_javahl.zip > 64b20b822fac6d880fb30421ab270cd6 svn-win32-1.1.4_pdb.zip > da1164f468e746b06ea700faf2117124 svn-win32-1.1.4_pl.zip > 7ab026d47a74bde599e623c58527ad29 svn-win32-1.1.4_py.zip > > The SHA-1 checksums are: > a6294cf77771efd58211113031fccc6e6ed49046 svn-win32-1.1.4.zip > 811612edb45d280466edd15b6b9653803938f88f svn-win32-1.1.4_dev.zip > 8b62355458dc422655c1acba987a44f1ee1150ea svn-win32-1.1.4_javahl.zip > 7d114d5fad9d2705cde16aa711dcd6a83a97662e svn-win32-1.1.4_pdb.zip > 13f1387e16032b8725bec3db745db16d5e916715 svn-win32-1.1.4_pl.zip > aa155bd97f829b04c20550f367c407d4dc35ac81 svn-win32-1.1.4_py.zip > > The PGP signatures are available from > http://www.xbc.nu/svn/sig/ > > > > Justin Erenkrantz wrote: > > >> Subversion 1.1.4 is ready. Grab it from: >> >> http://subversion.tigris.org/tarballs/subversion-1.1.4.tar.bz2 >> http://subversion.tigris.org/tarballs/subversion-1.1.4.tar.gz >> http://subversion.tigris.org/tarballs/subversion-1.1.4.zip >> >> The MD5 checksums are: >> >> 6e557ae65b6b8d7577cc7704ede85a23 subversion-1.1.4.tar.bz2 >> 631bf13698e9a62d98c7b2f7eb9ae2b8 subversion-1.1.4.tar.gz >> 93206819d1fa912e8fecc9a548904e28 subversion-1.1.4.zip >> >> The SHA1 checksums are: >> >> e686712a75557387446141aeff3c8f060eb4ebcf subversion-1.1.4.tar.bz2 >> 24af67171e79e2715eb07f89c50a800efb419b37 subversion-1.1.4.tar.gz >> 6a3dc05f71c0fd3956b47a3551ee98da84ded848 subversion-1.1.4.zip >> >> PGP Signatures are available at: >> http://subversion.tigris.org/tarballs/subversion-1.1.4.tar.bz2.asc >> http://subversion.tigris.org/tarballs/subversion-1.1.4.tar.gz.asc >> http://subversion.tigris.org/tarballs/subversion-1.1.4.zip.asc >> >> For this release, the following people have provided PGP signatures: >> >> Justin R. Erenkrantz [1024D/E2226795] with fingerprint: >> 3C01 6F2B 7646 21BB 549C 66B5 16A9 6495 E222 6795 >> Daniel J. Berlin [1024D/51E507AC] with fingerprint: >> DAD6 3E94 EBF8 A39A A0AF E193 EC59 A047 51E5 07AC >> Sander Striker [1024D/DE885DD3] with fingerprint: >> 4C1E ADAD B4EF 5007 579C 919C 6635 B6C0 DE88 5DD3 >> Branko Cibej [2048R/C8628501] with fingerprint: >> 8769 28CD 4954 EA74 87B6 B96C 29B8 92D0 C862 8501 >> Erik Huelsmann [1024D/96B3F539] with fingerprint: >> 261D D45F EBBA 0993 2693 3CCB 8B93 B412 96B3 F539 >> Karl Franz Fogel [1024D/DB00A248] with fingerprint: >> B77E 8FB2 112F 9637 2E3E 3F08 BC9D BB13 DB00 A248 >> >> This is a bug fix release in the 1.1.x line. >> >> A detailed list of changes since 1.1.3 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: win32 not ignoring versioned symlinks (issue #2173) >> * fixed: 'svn merge' can cause broken working copy (issue #2222) >> * fixed: 'svn commit' fails when schedule-delete dir has local >> mod (r11980) >> * fixed: 'svn st -u nonexistent_file' segfault (issue #2127) >> * fixed: 'svn cp wc wc' utf8 conversion error (r13111) >> * fixed: confusing error message about "wc not locked" (issue >> #2174) >> * many translation updates for localized client messages >> >> - Server: >> * make mailer.py work on win32 (r12499, r12542, r12670) >> * fixed: nasty (though unusual) performance bug in FSFS commits >> (r13222-3) >> * fixed: FSFS memory leak when auto-merging large tree (r13193) >> * fixed: FSFS memory leak in 'svnadmin hotcopy' (r13218, 13465, >> 13468) >> * fixed: FSFS segfault when encountering empty data reps (r13683) >> * fixed: two dataloss bugs in svndumpfilter (r12630, r12636) >> * fixed: wasteful memory usage in svndumpfilter (r12637, r12640) >> * fixed: mod_dav_svn segfaults when client sends bogus paths >> (issue #2199) >> >> - Both: >> * fixed: (win32) retry file operation if sharing violation >> (r12983, r12986) >> >> Developer-visible-changes: >> * add SWIG 1.3.24 and .25 compatibility (r12551, r12717-9, r12722, >> r13504) >> * fixed: JavaHL run-time link error (r12576), path/url cleanups >> (r13090) >> * fixed: python bindings log_receiver failure with SWIG 1.3.24 >> (r13487) >> * build system tweaks: add install dependencies for fs & fs_base >> (r11050) >> > > -- Brane > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > >