2.5 --> 2.6 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
README for wxPython-src-2.5.*.tar.gz
|
||||
README for wxPython-src-2.6.*.tar.gz
|
||||
====================================
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ checkout from CVS yourself (see http://www.wxwindows.org/cvs.htm.) If
|
||||
you would like to use CVS to get the exact same sources as one of
|
||||
these tarballs then you can update using a release tag. For example::
|
||||
|
||||
cvs update -r wxPy_2_5_1_0
|
||||
cvs update -r wxPy_2_6_1_0
|
||||
|
||||
|
||||
For more details about building and installing wxWidgets and wxPython
|
||||
@@ -28,8 +28,8 @@ For a log of recent changes check these files::
|
||||
wxPython/docs/CHANGES.txt (for wxPython)
|
||||
|
||||
|
||||
And for information about major changes in wxPython 2.5 and how to
|
||||
migrate your existing code to 2.5 please read this file::
|
||||
And for information about major changes in wxPython 2.6 and how to
|
||||
migrate your existing code to 2.6 please read this file::
|
||||
|
||||
wxPython/docs/MigrationGuide.txt
|
||||
|
||||
|
@@ -21,7 +21,7 @@ page for using wxversion.
|
||||
This installer does *not* include the wxPython documentation, the
|
||||
wxPython demo and other sample applications are provided as part of
|
||||
wxPython. Those are available in a separate installer named
|
||||
wxPython2.5-win32-docs-demos-*.exe which should also be located from
|
||||
wxPython2.6-win32-docs-demos-*.exe which should also be located from
|
||||
wherever you downloaded this package from. The Docs and Demos
|
||||
installer will also create Start Menu shortcuts for the tool scripts
|
||||
mentioned above.
|
||||
|
@@ -67,9 +67,9 @@ rem del /sxzy @del-dirs
|
||||
rm del-files
|
||||
rm del-dirs
|
||||
|
||||
rem *** bundle it all up TODO: don't hard-code the 2.5
|
||||
tar cvf ../dist/wxPython2.5-win32-devel-%1.tar wxPython-%1
|
||||
gzip -9 ../dist/wxPython2.5-win32-devel-%1.tar
|
||||
rem *** bundle it all up TODO: don't hard-code the 2.6
|
||||
tar cvf ../dist/wxPython2.6-win32-devel-%1.tar wxPython-%1
|
||||
gzip -9 ../dist/wxPython2.6-win32-devel-%1.tar
|
||||
|
||||
rem *** cleanup
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user