Updated out of date versions and release dates.
Mentioned more files in tn0011.txt that need version updating, and made it more clear which ones need to be changed manually. Modified inc_release to update docs/readme.txt and changed the version references in the readme.txt to 2.9.3. Also changed two references to the month of release from July to December. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
@mainpage Reference manual
|
@mainpage Reference manual
|
||||||
@author Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn,
|
@author Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn,
|
||||||
Stefan Csomor, Francesco Montorsi, Bryan Petty, et al
|
Stefan Csomor, Francesco Montorsi, Bryan Petty, et al
|
||||||
@date July, 2011
|
@date December, 2011
|
||||||
|
|
||||||
@image html main_wxlogo.png
|
@image html main_wxlogo.png
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
wxWidgets 2.9.2 Release Notes
|
wxWidgets 2.9.3 Release Notes
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
Welcome to the latest release of wxWidgets, a free cross-platform C++
|
Welcome to the latest release of wxWidgets, a free cross-platform C++
|
||||||
@@ -16,11 +16,11 @@ thread handling, and so on. You can learn more about wxWidgets at
|
|||||||
|
|
||||||
wxWidgets sources are available for download from
|
wxWidgets sources are available for download from
|
||||||
|
|
||||||
https://sourceforge.net/projects/wxwindows/files/2.9.2/
|
https://sourceforge.net/projects/wxwindows/files/2.9.3/
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
ftp://ftp.wxwidgets.org/pub/2.9.2/
|
ftp://ftp.wxwidgets.org/pub/2.9.3/
|
||||||
|
|
||||||
Please see the "Files" section below for the description of various
|
Please see the "Files" section below for the description of various
|
||||||
files available at these locations.
|
files available at these locations.
|
||||||
@@ -29,10 +29,10 @@ files available at these locations.
|
|||||||
A detailed reference manual including in-depth overviews for various
|
A detailed reference manual including in-depth overviews for various
|
||||||
topics is supplied in various formats and can be accessed online at
|
topics is supplied in various formats and can be accessed online at
|
||||||
|
|
||||||
http://docs.wxwidgets.org/2.9.2/
|
http://docs.wxwidgets.org/2.9.3/
|
||||||
|
|
||||||
|
|
||||||
Note about naming: while 2.9.2 is called a "development" release,
|
Note about naming: while 2.9.3 is called a "development" release,
|
||||||
this only means that API is not guaranteed to remain unchanged in the
|
this only means that API is not guaranteed to remain unchanged in the
|
||||||
subsequent 2.9.x releases (although it is still likely that it will),
|
subsequent 2.9.x releases (although it is still likely that it will),
|
||||||
unlike in the stable 2.8.x branch. We believe the current version is
|
unlike in the stable 2.8.x branch. We believe the current version is
|
||||||
@@ -160,7 +160,7 @@ Documentation
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
wxWidgets documentation is available online at
|
wxWidgets documentation is available online at
|
||||||
http://docs.wxwidgets.org/2.9.2/ and can also be downloaded in HTML
|
http://docs.wxwidgets.org/2.9.3/ and can also be downloaded in HTML
|
||||||
format. To generate documentation in other formats (PDF, CHM, ...)
|
format. To generate documentation in other formats (PDF, CHM, ...)
|
||||||
please use the scripts in docs/doxygen directory.
|
please use the scripts in docs/doxygen directory.
|
||||||
|
|
||||||
@@ -200,4 +200,4 @@ web site.
|
|||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
|
||||||
The wxWidgets Team, July 2011
|
The wxWidgets Team, December 2011
|
||||||
|
@@ -20,14 +20,17 @@
|
|||||||
*.spec
|
*.spec
|
||||||
build/osx/wxvers.xcconfig
|
build/osx/wxvers.xcconfig
|
||||||
docs/changes.txt
|
docs/changes.txt
|
||||||
|
docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
|
||||||
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
|
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
|
||||||
docs/doxygen/latexdocstart.inc
|
docs/doxygen/latexdocstart.inc
|
||||||
docs/doxygen/mainpages/manual.h (just date)
|
docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
|
||||||
docs/msw/install.txt {major release only}
|
docs/msw/install.txt {major release only}
|
||||||
include/wx/version.h
|
include/wx/version.h
|
||||||
include/wx/osx/config_xcode.h
|
include/wx/osx/config_xcode.h
|
||||||
samples/Info.plist
|
samples/Info.plist
|
||||||
samples/docview/Info.plist
|
samples/docview/Info.plist
|
||||||
|
samples/minimal/Info_carbon.plist
|
||||||
|
samples/minimal/Info_cocoa.plist
|
||||||
samples/minimal/borland_ide.cpp {major release only}
|
samples/minimal/borland_ide.cpp {major release only}
|
||||||
|
|
||||||
Do not forget to rebake everything after updating version.bkl!
|
Do not forget to rebake everything after updating version.bkl!
|
||||||
|
@@ -86,6 +86,11 @@ run_sed build/osx/wxvers.xcconfig \
|
|||||||
run_sed build/tools/bld_chm_exe.bat \
|
run_sed build/tools/bld_chm_exe.bat \
|
||||||
"/^SET WXW_VER=/s/$ver_for_sed/$ver_string_new/"
|
"/^SET WXW_VER=/s/$ver_for_sed/$ver_string_new/"
|
||||||
|
|
||||||
|
run_sed docs/readme.txt \
|
||||||
|
"/wxWidgets /s/$ver_for_sed/$ver_string_new/" \
|
||||||
|
"/\//s/$ver_for_sed/$ver_string_new/" \
|
||||||
|
"/naming: while/s/$ver_for_sed/$ver_string_new/"
|
||||||
|
|
||||||
run_sed docs/doxygen/Doxyfile_inc \
|
run_sed docs/doxygen/Doxyfile_inc \
|
||||||
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
|
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user