changeset 15553:b9c61cdfc65b draft

(svn r20212) -Doc: remove the (now invalid) comment about problems with certain zlib versions
author smatz <smatz@openttd.org>
date Sat, 24 Jul 2010 15:21:32 +0000
parents 683f2dbe75bb
children 7a4157471eb4
files known-bugs.txt
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -193,11 +193,3 @@
 	Window managers that are known to exhibit this behaviour are KDE's
 	and GNOME's. With the XFCE's and LXDE's window managers the resize
 	event is sent when the user releases the mouse.
-
-Content files not properly extracted with zlib 1.2.3.5-1.2.4 [FS#3753]
-	With zlib 1.2.3.5 up to and including 1.2.4 the function "gzeof",
-	which tells when we read the whole file, is broken in such a way
-	that OpenTTD thinks it has extracted and written the whole file
-	while the last few hundred/thousand bytes are not extracted yet.
-	This causes problems for everything that is downloaded from the
-	online content system when using one of those versions of zlib.