Subversion 1.1.4 released.

Justin Erenkrantz <[email protected]> Mon, 04 Apr 2005 16:14:27 -0800
Newsgroups gmane.comp.version-control.subversion.announce,gmane.comp.java.scarab.user
Message-ID <B376FDB646C64BF9BA2E9289__218.986141453748$1112656794$gmane$org@st-augustin.ics.uci.edu>
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)