From 238188550e01873579971679dc53a1aabc715596 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 2 Dec 2011 23:44:22 +0000 Subject: [PATCH] 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 --- docs/doxygen/mainpages/manual.h | 2 +- docs/readme.txt | 14 +++++++------- docs/tech/tn0011.txt | 5 ++++- misc/scripts/inc_release | 5 +++++ 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/docs/doxygen/mainpages/manual.h b/docs/doxygen/mainpages/manual.h index 6ce79992e6..6d28779f2b 100644 --- a/docs/doxygen/mainpages/manual.h +++ b/docs/doxygen/mainpages/manual.h @@ -12,7 +12,7 @@ @mainpage Reference manual @author Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, Stefan Csomor, Francesco Montorsi, Bryan Petty, et al -@date July, 2011 +@date December, 2011 @image html main_wxlogo.png diff --git a/docs/readme.txt b/docs/readme.txt index a702a85eec..304c63acc1 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -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++ @@ -16,11 +16,11 @@ thread handling, and so on. You can learn more about wxWidgets at 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 - 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 files available at these locations. @@ -29,10 +29,10 @@ files available at these locations. A detailed reference manual including in-depth overviews for various 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 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 @@ -160,7 +160,7 @@ Documentation ------------- 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, ...) please use the scripts in docs/doxygen directory. @@ -200,4 +200,4 @@ web site. Have fun! -The wxWidgets Team, July 2011 +The wxWidgets Team, December 2011 diff --git a/docs/tech/tn0011.txt b/docs/tech/tn0011.txt index 8605065b84..93598cd913 100644 --- a/docs/tech/tn0011.txt +++ b/docs/tech/tn0011.txt @@ -20,14 +20,17 @@ *.spec build/osx/wxvers.xcconfig docs/changes.txt + docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY] docs/doxygen/Doxyfile_inc (PROJECT_NUMBER) 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} include/wx/version.h include/wx/osx/config_xcode.h samples/Info.plist samples/docview/Info.plist + samples/minimal/Info_carbon.plist + samples/minimal/Info_cocoa.plist samples/minimal/borland_ide.cpp {major release only} Do not forget to rebake everything after updating version.bkl! diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 2f8ed4ad40..aa9cdc97d6 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -86,6 +86,11 @@ run_sed build/osx/wxvers.xcconfig \ run_sed build/tools/bld_chm_exe.bat \ "/^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 \ "/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/" -- 2.45.2