Re: Subversion 1.2.1 released.

Branko Čibej <[email protected]>
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <[email protected]>
The Win32 binaries are available:
  http://subversion.tigris.org/files/documents/15/24361/svn-win32-1.2.1.zip
  http://subversion.tigris.org/files/documents/15/24364/svn-win32-1.2.1_dev.zip
  http://subversion.tigris.org/files/documents/15/24363/svn-win32-1.2.1_javahl.zip
  http://subversion.tigris.org/files/documents/15/24362/svn-win32-1.2.1_pdb.zip
  http://subversion.tigris.org/files/documents/15/24365/svn-win32-1.2.1_pl.zip
  http://subversion.tigris.org/files/documents/15/24366/svn-win32-1.2.1_py.zip

The MD5 checksums are:
  5ddcc81958553230fd4ee3f92f9530df  svn-win32-1.2.1.zip
  3db1dfd7f23dcaa32ce057c58aaf4bdd  svn-win32-1.2.1_dev.zip
  56b5e59e567f8c3f3f560b4c319576cc  svn-win32-1.2.1_javahl.zip
  44ca9d25be779005cf71ea5affd000ae  svn-win32-1.2.1_pdb.zip
  44902de764d2ee162e1cf839d0e77246  svn-win32-1.2.1_pl.zip
  1751480c7701e64ac0dc83818cd06a94  svn-win32-1.2.1_py.zip

The SHA-1 checksums are:
  fefa93b679f33023c31af6986232f430b2cecd85  svn-win32-1.2.1.zip
  eeeb596b5a72c00ce9ba4c1421062bcf65c63b88  svn-win32-1.2.1_dev.zip
  a3568ce450ea175bd01635f16a477b6df2fdacc0  svn-win32-1.2.1_javahl.zip
  2953a03fa8b8b511e1e510b659c15f68f9f3d295  svn-win32-1.2.1_pdb.zip
  075b7960b9986b3f11e7adfca91264e86b5a2a51  svn-win32-1.2.1_pl.zip
  abe621454c5df15ab863d82e28c7cfe4632f6d45  svn-win32-1.2.1_py.zip

PGP signatures are available at
  http://www.xbc.nu/svn/sig/


Ben Reser wrote:

>Subversion 1.2.1 is ready and available from: 
>
>   http://subversion.tigris.org/downloads/subversion-1.2.1.tar.gz
>   http://subversion.tigris.org/downloads/subversion-1.2.1.tar.bz2
>   http://subversion.tigris.org/downloads/subversion-1.2.1.zip
>
>The MD5 checksums are:
>
>   0b546195ca794c327c6830f2e88661f7  subversion-1.2.1.tar.bz2
>   01c3742745d50d4395684a4fb2908c5f  subversion-1.2.1.tar.gz
>   75d64c693a41520073e841854a16ed49  subversion-1.2.1.zip
>
>The SHA1 checksums are:
>
>   fbd3364dcbe576bfbb2e7c0baa241c032957ad45  subversion-1.2.1.tar.bz2
>   88d3dd6e8c191933c8966faa5c69dc4ee84411cf  subversion-1.2.1.tar.gz
>   2e08f44048549cf64fe4c881bc2319161e04e60c  subversion-1.2.1.zip
>
>PGP Signatures are available at:
>   http://subversion.tigris.org/downloads/subversion-1.2.1.tar.bz2.asc
>   http://subversion.tigris.org/downloads/subversion-1.2.1.tar.gz.asc
>   http://subversion.tigris.org/downloads/subversion-1.2.1.zip.asc
>
>For this release, the following people have provided PGP signatures:
>   Ben Reser [1024D/641E358B] with fingerprint:
>   42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B
>   Ben Collins-Sussman [1024D/EC6B5156] with fingerprint:
>   9FBF BEB7 409D D55F 6946  5CC6 5348 1A68 EC6B 5156
>   Karl Franz Fogel [1024D/DB00A248] with fingerprint:
>   B77E 8FB2 112F 9637 2E3E  3F08 BC9D BB13 DB00 A248
>   Jani Averbach [1024D/16D8B41C] with fingerprint:
>   3A1F 5A74 ADF2 5B0C 62E2  1F6A D6C6 2497 16D8 B41C
>   Erik Huelsmann [1024D/96B3F539] with fingerprint:
>   261D D45F EBBA 0993 2693  3CCB 8B93 B412 96B3 F539
>   John Szakmeister [1024D/C0D70C12] with fingerprint:
>   58B2 77C0 D208 F7AC 460C  07C8 4548 B3A8 C0D7 0C12
>   Seth Arnold [1024D/D9B0A099] with fingerprint:
>   4415 BF52 4982 4B6C 213B  FAD1 FBD9 EE33 D9B0 A099
>
>This is a bug fix release in the 1.2.x line.
>
>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.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 lock' on switched file locks wrong thing (issue #2307)
>    * fixed: 'svn (un)lock' errors on multiple targets (r14736, 14775)
>    * fixed: 'svn (un)lock' problems with URI-unsafe names (issue #2314)
>    * fixed: 'svn (un)lock' not caching authentication (r15088)
>    * fixed: 'svn unlock' loses executable bit (r14859, r14923, r14939)
>    * fixed: 'svn unlock URL' segfault (r14893)
>    * fixed: 'svn commit' failure on XML-unsafe locked paths (issue #2335)
>    * fixed:  recursive directory copy bug (issue #2343)
>    * fixed:  don't initialize RA library in 'svnversion' (r14755)
>    * fixed:  svn-push segfault (r14732)
>    * various translation updates for localized client messages
>
>  - Server:
>    * fixed: 'svn log' performance regression, general (r14116, 14772, 14759)
>    * fixed: 'svn log -v' performance regression, FSFS-specific (r15016)
>    * fixed: mod_dav_svn bug sets content-type incorrectly (r15046)
>
> Developer-visible-changes:
> * fixed:  win32 innosetup's add/repair/remove features (r14830)
> * fixed:  OBOE with 'limit' parameter of svn_repos_get_logs3(). (r15119)
> * redhat RPM fixes (r15050)
> * perl bindings:
>      - accessors for svn_lock_t (r15082)
>      - call utf_initialize, adjust global pool usage (r15076, r15080,
>                                                       r15081, r15117)
>  
>
-- Brane
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.