From 500769a8bb3de68277896b73cb2c90b3cf600983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 21 Apr 2004 21:14:35 +0000 Subject: [PATCH] applied 928163: zlib truncated output fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@26912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 2f10f2108f..e8cc8ad127 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -185,6 +185,7 @@ All: - Spanish translations updated (Javier San Jose) - fixed DLL build of db.cpp with some OpenWatcom (ABX) +- fixed wxZlibOutputStream to properly close zlib stream All (GUI): @@ -204,6 +205,7 @@ Unix: - typo in configure which broke AIX build fixed (Swengtoo) - fixed priorities of mailcap entries (David Hart) +>>>>>>> 1.212.2.99 wxMSW: - strip ampersands from strings returned by wxMenuBar::GetLabelTop()