Update version to 3.1.0.

And regenerate everything.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-11-21 13:47:05 +00:00
parent e4cbdb96db
commit 4de86c0b26
605 changed files with 2827 additions and 2841 deletions

View File

@@ -4,3 +4,7 @@
Note: This file contains the list of changes since wxWidgets 3.x, please see
docs/changes_30.txt for the changes in the previous versions.
3.1.0: (released 2014-xx-xx)
----------------------------

View File

@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = wxWidgets
PROJECT_NUMBER = 3.0.0
PROJECT_NUMBER = 3.1.0
PROJECT_BRIEF =
PROJECT_LOGO = logo.png
OUTPUT_DIRECTORY = out
@@ -364,7 +364,7 @@ SERVER_BASED_SEARCH = $(SERVER_BASED_SEARCH)
#---------------------------------------------------------------------------
GENERATE_DOCSET = $(GENERATE_DOCSET)
DOCSET_FEEDNAME = "wxWidgets 3.0"
DOCSET_FEEDNAME = "wxWidgets 3.1"
DOCSET_BUNDLE_ID = org.wxwidgets.doxygen.wx29
DOCSET_PUBLISHER_ID = org.wxwidgets.doxygen
DOCSET_PUBLISHER_NAME = wxWidgets Team

View File

@@ -49,7 +49,7 @@
\end{center}
\end{figure}
\vspace*{2cm}
{\large Version 3.0.0 }\\
{\large Version 3.1.0 }\\
\vspace*{1cm}
{Generated on \today}\\
\end{center}

View File

@@ -1,9 +1,9 @@
wxWidgets 3.0.0 Release Notes
wxWidgets 3.1.0 Release Notes
=============================
Welcome to the latest release of wxWidgets, a free and open source
cross-platform C++ framework for writing advanced GUI applications
using native controls.
Welcome to the latest development release of wxWidgets, a free and
open source cross-platform C++ framework for writing advanced GUI
applications using native controls.
wxWidgets allows you to write native-looking GUI applications for
@@ -18,17 +18,17 @@ You can learn more about wxWidgets at
and read its documentation online at
http://docs.wxwidgets.org/3.0.0/
http://docs.wxwidgets.org/3.1.0/
wxWidgets sources and binaries for the selected platforms are
available for download from
https://sourceforge.net/projects/wxwindows/files/3.0.0/
https://sourceforge.net/projects/wxwindows/files/3.1.0/
or
ftp://ftp.wxwidgets.org/pub/3.0.0/
ftp://ftp.wxwidgets.org/pub/3.1.0/
Please see the "Files" section below for the description of various
files available at these locations.
@@ -38,26 +38,6 @@ files available at these locations.
Changes in this release
-----------------------
This release contains several years worth of improvements compared
to 2.8 version. Notably, Unicode support has been completely
overhauled and made much easier to use. Debugging support, including
when using a release build of the library, was greatly improved making
it less likely that you use the library incorrectly. Dynamic event
handling was made much more comfortable. Many new GUI and base classes
have been added or improved and all ports, and especially wxOSX/Cocoa
and wxGTK3, were enhanced.
Compared to the previous 2.9 development releases the most important
change is that this release is part of the new 3.0 stable series,
guarantying backwards API and ABI compatibility with the next 3.0.x
releases.
Please see the file docs/changes.txt for more details and make sure
to read the section "Incompatible changes since 2.8" if you upgrade
from a previous wxWidgets release.
This release introduces many important changes and we are looking
forward to your feedback about them!
Platforms supported
@@ -161,7 +141,7 @@ Documentation
-------------
wxWidgets documentation is available online at
http://docs.wxwidgets.org/3.0.0/ and can also be downloaded in
http://docs.wxwidgets.org/3.1.0/ and can also be downloaded in
HTML format. To generate documentation in other formats (PDF, CHM,
...) please use the scripts in docs/doxygen directory.