subversion (1.6.19-1+WANdisco) stable; urgency=low
 * Version 1.6.19
 * (10 Sep 2012, from /branches/1.6.x)
 * http://svn.apache.org/repos/asf/subversion/tags/1.6.19
 *  Client-side bugfixes:
   * handle missing svn:date reported by svnserve gracefully (r1306111)
 *  Server-side bugfixes:
   * fix possible server hang if a hook script fails to start (r1330410)
   * fix write-through proxy commit regression introduced in 1.6.17 (r1088602)
   * partial sync drops properties when converting to adds (issue #4184)
 *  Developer-visible changes:
   * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al)

 -- Gavin Cox <opensource@wandisco.com>  Thurs, 13 Sept 2012 10:06:00 +0000

subversion (1.6.18WANdisco-1) stable; urgency=low

 * Version 1.6.18
 * (29 Mar 2012, from /branches/1.6.x)
 * http://svn.apache.org/repos/asf/subversion/tags/1.6.18
 *  User-visible changes:
    * reject invalid svn:mergeinfo at commit time over DAV (issue #3953) 
    * fix reintegrate merge regression introduced in 1.6.13 (issue #3957)
    * make the stderr output of the post-commit hook XML-safe (r893478)
    * fix a rare source of FSFS corruption (r1240752)
    * plug a memory leak in the bdb backend (r1205726)
    * server-side performance fix for "log -g" (r1152282)
    * fix description of svndumpfilter's --targets option (r1151911)
    * fix datastream corruption during resumed transfer in ra_serf (r1154733)
    * fix a crash in ra_svn SASL authentication (r1166555, -678)
    * fix potential corruption on 32-bit FSFS with large files (r1230212)
    * make website links point to subversion.apache.org (r896893, -901, r915036)
    * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129)
 *  Developer-visible changes:
    * fix sqlite distfile retrieval in get-deps.sh (r1134734)
    * fix swig-py memory leak (r1235264, -296, -302, -736)
    * allow passing --with-jdk to gen-make.py on Windows (r966167)

 -- Mark Poole <mark.poole@wandisco.com>  Mon, 16 Apr 2012 20:38:00 -0000

subversion (1.6.17WANdisco-1) stable; urgency=low

  * Version 1.6.17
  * (01 Jun 2011, from /branches/1.6.x)
  * http://svn.apache.org/repos/asf/subversion/tags/1.6.17
  *  User-visible changes:
  * improve checkout speed on Windows (issue #3719)
  * make 'blame -g' more efficient on with large mergeinfo (r1094692)
  * avoid some invalid handle exceptions on Windows (r1095654)
  * preserve log message with a non-zero editor exit (r1072084)
  * fix FSFS cache performance on 64-bit platforms (r1103665)
  * make svn cleanup tolerate obstructed directories (r1091881)
  * fix deadlock in multithreaded servers serving FSFS repositories (r1104093)
  * detect very occasional corruption and abort commit (issue #3845)
  * fixed: file externals cause non-inheritable mergeinfo (issue #3843)
  * fixed: file externals cause mixed-revision working copies (issue #3816)
  * fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
  * See CVE-2011-1752, and descriptive advisory at
  * http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
  * fixed: write-through proxy could direcly commit to slave (r917523)
  * detect a particular corruption condition in FSFS (r1100213)
  * improve error message when clients refer to unkown revisions (r939000)
  * bugfixes and optimizations to the DAV mirroring code (r878607)
  * fixed: locked and deleted file causes tree conflict (issue #3525)
  * fixed: update touches locked file with svn:keywords property (issue #3471)
  * fix svnsync handling of directory copyfrom (issue #3641)
  * fix 'log -g' excessive duplicate output (issue #3650)
  * fix svnsync copyfrom handling bug with BDB (r1036429)
  * server-side validation of svn:mergeinfo syntax during commit (issue #3895)
  * fix remotely triggerable mod_dav_svn DoS
  * See CVE-2011-1783, and descriptive advisory at
  * http://subversion.apache.org/security/CVE-2011-1783-advisory.txt
  * fix potential leak of authz-protected file contents
  * See CVE-2011-1921, and descriptive advisory at
  * http://subversion.apache.org/security/CVE-2011-1921-advisory.txt
  * Developer-visible changes:
  * fix reporting FS-level post-commit processing errors (r1104098)
  * fix JVM recognition on OS X Snow Leopard (10.6) (r1028084)
  * allow building on Windows with recent Expat (r1074572)
  
 -- Mark Poole <mark.poole@wandisco.com>  Mon, 30 May 2011 19:02:00 -0000

subversion (1.6.16WANdisco-1) stable; urgency=low

  * Version 1.6.16
  * (02 Mar 2011, from /branches/1.6.x)
  * http://svn.apache.org/repos/asf/subversion/tags/1.6.16
  * User-visible changes:
  * more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438)
  * avoid a crash in mod_dav_svn when using locks (r1071239, -307)
  * See CVE-2011-0715, and descriptive advisory at
  *          http://subversion.apache.org/security/CVE-2011-0715-advisory.txt
  * avoid unnecessary globbing for performance (r1068988)
  * don't add tree conflicts when one already exists (issue #3486)
  * fix potential crash when requesting mergeinfo (r902467)
  * don't attempt to resolve prop conflicts in 'merge --dry-run' (r880146)
  * more fixes for issue #3270.
  *  Developer-visible changes:
  * ensure report_info_t is properly initialized by ra_serf (r1058722)
  * locate errors properly on a malfunction (r1053208)
  * fix output param timing of svn_fs_commit_txn() on fsfs (r1051751)
  * for svn_fs_commit_txn(), set invalid rev on failed commit (r1051632, -8)
  * fix sporadic Ruby bindings test failures (r1038792)
  * fix JavaHL JVM object leak when dumping large revisions (r947006)
  * use Perl to resolve symlinks when building swig-pl (r1039040)
  * allow Perl bindings to build within a symlinked working copy (r1036534)
  * don't overwrite the LD_LIBRARY_PATH during make check-swig-pl (r946355)
  * improve unit tests for some fs functions (r1051744, -5, -3185, -241)

 -- Mark Poole <mark.poole@wandisco.com>  Wed, 02 Mar 2010 09:18:00 -0000

subversion (1.6.15WANdisco-1) stable; urgency=low

  * Version 1.6.15
  * (26 Nov 2010, from /branches/1.6.x)
  * http://svn.apache.org/repos/asf/subversion/tags/1.6.15
  * User-visible changes:
  * improve svnsync handling of dir copies (r962377, -8)
  * hide unreadable dirs in mod_dav_svn's GET response (r996884)
  * make 'svnmucc propsetf' actually work (r1005446)
  * limit memory fragmentation in svnserve (r1022675)
  * fix 'svn export' regression from 1.6.13 (r1032970)
  * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
  * fix server-side memory leaks triggered by 'blame -g' (r1032808)
  * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
  * allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
  * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
  * fix abort in 'svn blame -g' (issue #3666)
  * fix file handle leak in ruby bindings (issue #3512)
  * remove check for 1.7-style working copies (issue #3729)
  * Developer-visible changes:
  * improve some swig parameter mapping (r984565, r1035745)
  * improve test accuracy over dav (r991534, r877814)
  * create fails.log for test runs (r964349)
  * improve detection of 'svnversion' when buildling (r877219, et al)
  * don't violate API layering in dumpstream logic (issue #3733)
  * don't report working copy installs as switched (r1033921)

 -- Mark Poole <mark.poole@wandisco.com>  Fri, 26 Nov 2010 12:09:00 -0000

subversion (1.6.13WANdisco-1) stable; urgency=low

  * Version 1.6.13
  * (01 Oct 2010, from /branches/1.6.x)
  * http://svn.apache.org/repos/asf/subversion/tags/1.6.13
  * User-visible changes:
  * don't drop properties during foreign-repo merges (issue #3623)
  * improve auto-props failure error message (r961970)
  * improve error message for 403 status with ra_neon (r876615)
  * don't allow 'merge --reintegrate' for 2-url merges (r959004)
  * improve handling of missing fsfs.conf during hotcopy (r980811, -1449)
  * escape unsafe characters in a URL during export (issue #3683)
  * don't leak stale locks in FSFS (r959760)
  * better detect broken working copies during update over ra_neon (r979045)
  * fsfs: make rev files read-only (r981921)
  * properly canonicalize a URL (r984928, -31)
  * fix wc corruption with 'commit --depth=empty' (issue #3700)
  * permissions fixes when doing reintegrate merges (related to issue #3242)
  * fix mergeinfo miscalculation during 2-url merges (issue #3648)
  * fix error transmission problems in svnserve (r997457, -66)
  * fixed: record-only merges create self-referential mergeinfo (issue #3646)
  * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
  * make 'svnmucc propset' handle existing and non-existing URLs (r1000607)
  * add new 'propsetf' subcommand to svnmucc (r1000612)
  * emit a warning about copied dirs during ci with limited depth (r1002094)
  * Developer-visible changes:
  * make ruby bindings compatible with Ruby 1.9 (r957507)
  * use the repos verify API in JavaHL (r948916)
  * teach ra_serf to parse md5 checksums with update editors (r979429)
  * let ra_serf work with current serf releases (r879757, r880320, r943796)

 -- Mark Poole <mark.poole@wandisco.com>  Sun, 30 Sept 2010 12:09:00 -0000

subversion (1.6.12WANdisco-1) stable; urgency=low

  * Version 1.6.12
  * (21 Jun 2010, from /branches/1.6.x)
  * http://svn.apache.org/repos/asf/subversion/tags/1.6.12
  * User-visible changes:
  * further improvements for issue #3242
  * allow deletion of uris which need character escaping (issue #3636)
  * fix errors with 'svn mkdir --parents' (issue #3649)
  * update address to which crash reports are sent (r901304)
  * check for server certificate revocation on Windows (r898048)
  * disable custom file mutexes on Windows (r879902, -16)
  * fix handling of peg revision'd copy targets (issue #3651)
  * more improvements to 'svn merge --reintegrate' (r935631)
  * allow copying of broken symlinks (issue #3303)
  * improve rep-sharing performance on high-concurrency repos (issue #3506)
  * fixed: added subtrees with mergeinfo break reintegrate (issue #3654)
  * fixed: assertion triggered by tree-conflicted externals (issue #3469)
  * Developer-visible changes:
  * give windows devs more flexibility with sqlite versions (r944635)
  * allow the pack tests to work with low file descriptor limits (r937610)
  * improve exception handling on Windows Vista and 7 (r878447, -910, -916)

 -- Mark Poole <mark.poole@wandisco.com>  Sun, 29 Jun 2010 13:40:00 -0000

subversion (1.6.11WANdisco-1) stable; urgency=low

  * Version 1.6.11
  * (19 Apr 2010, from /branches/1.6.x)
  * http://svn.apache.org/repos/asf/subversion/tags/1.6.11
  * User-visible changes:
  * fix for repositories mounted via NFS (issue #3501)
  * enable TCP keep-alives in svnserve (r880552)
  * tighten restrictions on revprops for 'svnadmin verify' (r904594)
  * make ra_serf give better out-of-date information (issue #3561)
  * improve error message upon connection failure with svn+ssh:// (r922516)
  * allow 'svn log' on an uncommitted copy/move destination (r901752)
  * make 'svnadmin hotcopy' copy the fsfs config file (r905303)
  * mergeinfo improvements with non-inheritable mergeinfo (issue #3573)
  * make mergeinfo queries not require access to the repo root (issue #3242)
  * update URLs to refer the the new apache.org repository (r904301, -94)
  * update relative externals during a switch (issue #3390)
  * fix 'merge --reintegrate' with self-referential mergeinfo (r892050, -85)
  * improve wc-ng working copy detection (r929382)
  * improve handling of mergeinfo when using serf (r880461)
  * fixed: 'svnlook plist --revprop' with '-t TXN_NAME' (r917640, -8211)
  * fixed: file external from URL cannot overwrite existing item (issue #3552)
  * fixed: potential memory error in 'svn status' (r923674, -9)
  * fixed: merge records mergeinfo from natural history gaps (issue #3432)
  * fixed: theoretical possibility of DB corruption (r926151, -67)
  * Developer-visible changes:
  * disable checks for wc-ng working copies when running the test suite
  * on Windows, don't ignore move operation error codes (r896915)
  * more precise reporting of errors occuring with sqlite init (r927323, -8)
  * ensure rangelist APIs are commutative (r923389, -91)

 -- Mark Poole <mark.poole@wandisco.com>  Sun, 18 Apr 2010 14:40:00 -0000

subversion (1.6.9WANdisco-2) stable; urgency=low

  * First release

 -- Mark Poole <mark.poole@wandisco.com>  Sun, 07 Mar 2010 09:00:00 -0000
