Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA52C1046E for ; Thu, 22 Aug 2013 20:00:44 +0000 (UTC) Received: (qmail 53650 invoked by uid 500); 22 Aug 2013 20:00:44 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 53626 invoked by uid 500); 22 Aug 2013 20:00:44 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 53619 invoked by uid 99); 22 Aug 2013 20:00:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 20:00:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 20:00:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7EA4D2388ABC; Thu, 22 Aug 2013 20:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1516576 - in /subversion/branches/1.8.x: ./ CHANGES Date: Thu, 22 Aug 2013 20:00:20 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130822200020.7EA4D2388ABC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Thu Aug 22 20:00:19 2013 New Revision: 1516576 URL: http://svn.apache.org/r1516576 Log: * CHANGES: Merge r1516071, r1516565, r1516567 from trunk. Modified: subversion/branches/1.8.x/ (props changed) subversion/branches/1.8.x/CHANGES (contents, props changed) Propchange: subversion/branches/1.8.x/ ------------------------------------------------------------------------------ Merged /subversion/trunk:r1516071,1516565,1516567 Modified: subversion/branches/1.8.x/CHANGES URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/CHANGES?rev=1516576&r1=1516575&r2=1516576&view=diff ============================================================================== --- subversion/branches/1.8.x/CHANGES (original) +++ subversion/branches/1.8.x/CHANGES Thu Aug 22 20:00:19 2013 @@ -1,6 +1,6 @@ -Version 1.8.2 -(27 August 2013, from /branches/1.8.x) -http://svn.apache.org/repos/asf/subversion/tags/1.8.2 +Version 1.8.3 +(29 August 2013, from /branches/1.8.x) +http://svn.apache.org/repos/asf/subversion/tags/1.8.3 User-visible changes: - Client- and server-side bugfixes: @@ -17,25 +17,26 @@ http://svn.apache.org/repos/asf/subversi * update: fix a crash when a temp file doesn't exist (r1513156) * commit & update: improve sleep for timestamps performance (r1508438) * diff: continue on missing or obstructing files (issue #4396) - * ra_serf: use loaded serf version for User-Agent (r1514315, r1514628) + * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628) * ra_serf: ignore case when checking certificate common names (r1514763) * ra_serf: format distinguished names properly (r1514804) * ra_serf: do not retry HTTP requests if we started to parse them (r1503318) * ra_serf: output ssl cert verification failure reason (r1514785 et al) * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901) - * ra_serf: Include library version in '--version' output (r1514295 et al) + * ra_serf: include library version in '--version' output (r1514295 et al) * info: fix spurious error on wc root with child in conflict (r1515366) - Server-side bugfixes: + * svnserve: fix creation of pid files (r1516556) * svnadmin: fix output encoding in non-UTF8 environments (r1506966) * svnsync: fix high memory usage when running over ra_serf (r1515249 et al) - * mod_dav_svn: Do not map requests to filesystem (r1512432 et al) + * mod_dav_svn: do not map requests to filesystem (r1512432 et al) * svnauthz: improve help strings (r1511272) * fsfs: fixed manifest file growth with revprop changes (r1513874) * fsfs: fix packed revprops causing loss of revprops (r1513879 et al) - Other tool improvements and bugfixes: - * svnpubsub: fix symlink attack via pid file (r175 from upstream) + * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream) Developer-visible changes: - General: @@ -44,13 +45,17 @@ http://svn.apache.org/repos/asf/subversi * davautocheck: use the correct apxs binary by default (r1507889, r1507891) - API changes: - * svn_config_walk_auth_data() config_dir arg may be NULL (r1507382 et al) + * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al) - Bindings: * swig-pl: fix SVN::Client not honoring config file settings (r150744) * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119) +Version 1.8.2 +(Not released, see changes for 1.8.3.) + + Version 1.8.1 (23 July 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.1 @@ -481,9 +486,9 @@ http://svn.apache.org/repos/asf/subversi * fix some reference counting bugs in swig-py bindings (r1464899, r1466524) -Version 1.7.12 -(27 Aug 2013, from /branches/1.7.x) -http://svn.apache.org/repos/asf/subversion/tags/1.7.12 +Version 1.7.13 +(29 Aug 2013, from /branches/1.7.x) +http://svn.apache.org/repos/asf/subversion/tags/1.7.13 User-visible changes: - General @@ -492,6 +497,7 @@ http://svn.apache.org/repos/asf/subversi * ra_serf: ignore case when checking certificate common names (r1514763) - Server-side bugfixes: + * svnserve: fix creation of pid files (r1516556) * mod_dav_svn: better status codes for commit failures (r1490684) * mod_dav_svn: do not map requests to filesystem (r1512432 et al) @@ -503,6 +509,10 @@ http://svn.apache.org/repos/asf/subversi - Bindings: * swig-pl: fix SVN::Client not honoring config file settings (r150744) * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119) + + +Version 1.7.12 +(Not released, see changes for 1.7.13.) Version 1.7.11 Propchange: subversion/branches/1.8.x/CHANGES ------------------------------------------------------------------------------ Merged /subversion/trunk/CHANGES:r1516071,1516565,1516567