Re: Subversion 1.2.3 released.
Branko Čibej <[email protected]> Fri, 26 Aug 2005 23:08:49 +0200
| Newsgroups | gmane.comp.version-control.subversion.announce,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <[email protected]> |
The Win32 binaries are available: http://subversion.tigris.org/files/documents/15/25188/svn-win32-1.2.3.zip http://subversion.tigris.org/files/documents/15/25190/svn-win32-1.2.3_dev.zip http://subversion.tigris.org/files/documents/15/25191/svn-win32-1.2.3_javahl.zip http://subversion.tigris.org/files/documents/15/25189/svn-win32-1.2.3_pdb.zip http://subversion.tigris.org/files/documents/15/25192/svn-win32-1.2.3_pl.zip http://subversion.tigris.org/files/documents/15/25193/svn-win32-1.2.3_py.zip The MD5 checksums are: 317e7a5d80c2bcdb230455183d839448 svn-win32-1.2.3.zip 646bf3def1ed9d46bb8d7393f0868c1f svn-win32-1.2.3_dev.zip 96401d69c228e6dde48679c9c825cd77 svn-win32-1.2.3_javahl.zip acfcbfe655ecfdda11b2b3ada6292d04 svn-win32-1.2.3_pdb.zip b7f7aa0495744ab913facdf7a2892889 svn-win32-1.2.3_pl.zip 21fc5e78f41bbfcadd08f5b548090473 svn-win32-1.2.3_py.zip The SHA-1 checksums are: 55c7387ed0c8f5975dce66c20b46fb72c2744006 svn-win32-1.2.3.zip 777362bae94f80061b5213875c24f1472a47a0a6 svn-win32-1.2.3_dev.zip e05e32f10d4974bbb8caa317bc8ea388ec6ba30f svn-win32-1.2.3_javahl.zip 1bdff4052698d47d92f380c1c3ce2aaf148d1228 svn-win32-1.2.3_pdb.zip 4000ab8144e5aa11a75b95534db5ccaa3514a219 svn-win32-1.2.3_pl.zip 9d0901ab1870958ab05b77e53f7c5c08eaca7f23 svn-win32-1.2.3_py.zip The PGP signatures are available at http://www.xbc.nu/svn/sig/. Ben Reser wrote: >Subversion 1.2.3 is ready and available from: > > http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz > http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2 > http://subversion.tigris.org/downloads/subversion-1.2.3.zip > >The MD5 checksums are: > > a14bc6590241b6e5c2ff2b354cc184a1 subversion-1.2.3.tar.bz2 > 95f9b43801b4d9bc071564bca2116763 subversion-1.2.3.tar.gz > 503045995b608b5909d5a8e4c2c56616 subversion-1.2.3.zip > >The SHA1 checksums are: > > 513a217ba4a8045ea3daba5c3b0816f80ce0041b subversion-1.2.3.tar.bz2 > 790cfc94db98799a48a157fef22a13c878e74345 subversion-1.2.3.tar.gz > 9cdc6c87758754d69633012f7968122663726dfe subversion-1.2.3.zip > >PGP Signatures are available at: > http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2.asc > http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz.asc > http://subversion.tigris.org/downloads/subversion-1.2.3.zip.asc > >For this release, the following people have provided PGP signatures: > Branko \xc4\x8cibej [2048R/C8628501] with fingerprint: > 8769 28CD 4954 EA74 87B6 B96C 29B8 92D0 C862 8501 > Jani Averbach [1024D/16D8B41C] with fingerprint: > 3A1F 5A74 ADF2 5B0C 62E2 1F6A D6C6 2497 16D8 B41C > Mark Phippard [2048R/7DD66767] with fingerprint: > EAF4 5239 AF08 D762 539A 13D5 159E 3781 7DD6 6767 > Justin R. Erenkrantz [1024D/E2226795] with fingerprint: > 3C01 6F2B 7646 21BB 549C 66B5 16A9 6495 E222 6795 > Seth Arnold [1024D/D9B0A099] with fingerprint: > 4415 BF52 4982 4B6C 213B FAD1 FBD9 EE33 D9B0 A099 > Ben Reser [1024D/641E358B] with fingerprint: > 42F5 91FD E577 F545 FB40 8F6B 7241 856B 641E 358B > Karl Franz Fogel [1024D/DB00A248] with fingerprint: > B77E 8FB2 112F 9637 2E3E 3F08 BC9D BB13 DB00 A248 > Ben Collins-Sussman [1024D/EC6B5156] with fingerprint: > 9FBF BEB7 409D D55F 6946 5CC6 5348 1A68 EC6B 5156 > >This is a bug fix release in the 1.2.x line. 1.2.2 was not released >due to the discovery of a segfault bug after the release had been >cut. We hope upgrading to this release is as easy as 1-2-3 for you. > >Binary distributions are usually available for various platforms >within a week. The Subversion project does not officially >endorse or maintain any of these binary distributions, so we >cannot control the exact timing of their release. > >A full list of changes since 1.2.1 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 -u' fails against pre-1.2 mod_dav_svn (r15359, r15423) > * fixed: 'svn export' segfault (r15516) > * fixed: 'svn merge' memory leak (r15233) > * fixed: horrible rename-tracing performance against 1.0 servers (r15315) > * fixed: 'svn cat' over file:// -- small leak (r15253) > * fixed: crash with "svn lock" and authentication (r15703) > * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340) > * translation updates for French, German, Polish, Norwegian, Swedish, > Korean > > - Server: > * fixed: mod_authz_svn being overly restrictive (r15463) > * fixed: fsfs directory caching bug (r15705, r15742) > - Both: > * fixed: crash when >50 options passed to any commandline app (r15251) > * fixed: memory leak in character translation handle caching (r15379,-398) > >Developer-visible-changes: >* fixed: crash when calling svn_client_(un)lock with no targets (r15734) >* rhel-4 RPM bugfix for python bindings (r15616) >* missing #include in SWIG bindings (r15683) >* javahl bindings: > - fixed: JNI library loading bug (r15552) > - fixed: JNI stack-name cut and paste error (r15337) > - fixed: crash when revisions have no dates (r15737) >* perl bindings: > - now compatible with SWIG 1.3.25 (r15248) > - allow SVN::Pool to be used as pool parameter (r15450) > - make SVN::Delta::Editor friendlier for debugging (r15609) > - fixed: wrap svn_ra_stat properly (r15713) > - fixed: bug in SVN::Core::Stream's read function (r15698, r15700) >* ruby bindings: > - now compatible with SWIG 1.3.25 (r14980, r15361) > > -- Brane