You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/07/13 12:21:01 UTC

svn commit: r1835824 - /subversion/trunk/CHANGES

Author: julianfoad
Date: Fri Jul 13 12:21:01 2018
New Revision: 1835824

URL: http://svn.apache.org/viewvc?rev=1835824&view=rev
Log:
* CHANGES: Add the latest two Gnome Keyring fixes merged into 1.10.x.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1835824&r1=1835823&r2=1835824&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Jul 13 12:21:01 2018
@@ -14,6 +14,7 @@ http://svn.apache.org/repos/asf/subversi
  User-visible changes:
   - Client-side bugfixes:
     * Correctly claim to offer Gnome Keyring support with libsecret (r1831142)
+    * Fix segfault using Gnome Keyring with libsecret (r1835782)
     * Fix JavaHL local refs capacity warning when unparsing externals (r1831143)
     * Since on Windows Subversion does not handle symlinks, never check for reparse points (r1835701)
     * Prune externals after 'update --set-depth=exclude' (r1835702)
@@ -27,6 +28,7 @@ http://svn.apache.org/repos/asf/subversi
     * Explicit error on configure --without-lz4 or --without-utf8proc (r1831604)
     * configure.ac: Fix regression relating to path to 'rdoc' (r1833486)
     * Ensure consistent use of $PYTHON during build and test (r1833487)
+    * Fix libsvn_auth_gnome_keyring.pc when built using libsecret (r1835781)
   - Bindings:
     * Fix regression in use of pre-generated Swig bindings in release builds (r1833488)