From: Michael Wetherell Date: Sun, 19 Nov 2006 21:52:56 +0000 (+0000) Subject: Add notes on wxZip changes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6fd730f5d56bc7938fae2246c35b4bd779320f66?ds=sidebyside Add notes on wxZip changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index d5088988df..3d6a669599 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -64,6 +64,11 @@ Deprecated methods since 2.6.x and their replacements - wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated, don't use them. - wxWindowBase::GetBestFittingSize --> wxWindowBase::GetEffectiveMinSize. - wxWindowBase::SetBestFittingSize --> wxWindowBase::SetInitialSize. +- Seeking on a zip stream returned from wxFileSystem without using the new + wxFS_SEEKABLE flags is deprecated. You can still seek, but use the flag. +- Constructor wxZipInputStream(const wxString& archive, const wxString& file) + deprecated in favour of wxFileSystem (other zip ctors are not deprecated). + Major new features in 2.8 release