wxZlibStreams fixes; allow them to be used as deflate [de]compressor in gz/zip files (patch 792562)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-26 20:07:22 +00:00
parent 6bb7cee4e9
commit 0915d0b2e2
6 changed files with 222 additions and 110 deletions

View File

@@ -63,6 +63,7 @@ All:
- wxHTTP::GetResponse() added (David Nock)
- added conversions to/from UTF 16/32 LE/BE (Andreas Pflug)
- wxFileName::Normalize(wxPATH_NORM_ALL) doesn't lower filename case any more
- seeveral wxZlibStreams bug fixes enhancements (M.J.Wetherell)
All (GUI):