Author: hartmannathan
Date: Wed Mar 30 21:42:07 2022
New Revision: 1899404
URL: http://svn.apache.org/viewvc?rev=1899404&view=rev
Log:
On the 1.10.x-r1894491 branch: Merge relevant part of r1894491 from trunk
Modified:
subversion/branches/1.10.x-r1894491/ (props changed)
subversion/branches/1.10.x-r1894491/INSTALL
Propchange: subversion/branches/1.10.x-r1894491/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1894491
Modified: subversion/branches/1.10.x-r1894491/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/branches/1.10.x-r1894491/INSTALL?rev=1899404&r1=1899403&r2=1899404&view=diff
==============================================================================
--- subversion/branches/1.10.x-r1894491/INSTALL (original)
+++ subversion/branches/1.10.x-r1894491/INSTALL Wed Mar 30 21:42:07 2022
@@ -937,6 +937,12 @@ II. INSTALLATION
Note that you'd make sure to define ZLIB_WINAPI in the ZLib config
header and move the lib-file into the zlib root-directory.
+ Please note that you MUST NOT build ZLib with the included assembler
+ optimized code. It is known to be buggy, see for example the discussion
+ https://svn.haxx.se/dev/archive-2013-10/0109.shtml.
+ This means that you must not define ASMV or ASMINF. Note that the VS
+ projects in contrib\visualstudio define these in the Debug configuration.
+
Apache Serf
### Section about Apache Serf might be required/useful to add.