You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/02/20 01:21:36 UTC

svn commit: r1783706 - /subversion/trunk/CHANGES

Author: luke1410
Date: Mon Feb 20 01:21:36 2017
New Revision: 1783706

URL: http://svn.apache.org/viewvc?rev=1783706&view=rev
Log:
* CHANGES: add entry for 'zlibstat.lib' detection on Windows (r1783704)

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1783706&r1=1783705&r2=1783706&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon Feb 20 01:21:36 2017
@@ -164,6 +164,7 @@ the 1.9 release:  https://subversion.apa
     * Support memcached on Windows with APR-util 1.3 or later (r1674626 et al)
     * Don't require GNU-specific sed(1) extensions during the build (r1693159)
     * Make get-deps.sh download Googlemock and Googletest from GitHub (r1746303)
+    * Add autodetection for 'zlibstat.lib' on Windows (r1783704)
     * Compile libsvn_fs_* as DLLs on Windows (r1696758, -83)
     * Silence compile-time deprecation warnings with SASL on Mac OS X (r1739649)
     * 'make check GLOBAL_SCHEDULER=1' will run many tests in parallel (r1716399)