[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Mac OS X Binaries for Subversion 1.2.3 released.

From: Michael Brouwer <michael_at_tlaloc.net>
Date: 2005-08-27 01:40:20 CEST

I'm pleased to announce that the Mac OS X binaries for Subversion
1.2.3 including svk 1.04 with SVN::Mirror 0.66 built with gcc 4.0.0
using and swig 1.3.25 have been released.

As usual the binaries are available from:

   http://homepage.mac.com/hiirem/

or the openfoundry download page at:

   http://rt.openfoundry.org/Foundry/Project/Download/?Queue=82

Checksums for the binary are:
MD5 (SVK-1.04.dmg) = f974810d5f9df8e5a1a2a505856c529e

Although they were built on Mac OS 10.4.2 they should work on 10.3.9
as well (although I haven't tested this). Here is a summary of
changes since SVK-1.02.dmg

Michael

On Aug 25, 2005, at 1:29 PM, 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)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 27 01:41:14 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.