X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b94d7f91e0db6340eaf4897819488dd1251966f..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/docs/html/roadmap.htm?ds=sidebyside
diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm
index d6a4ec290a..c066c92475 100644
--- a/docs/html/roadmap.htm
+++ b/docs/html/roadmap.htm
@@ -31,10 +31,23 @@ This page represents current thinking about where wxWindows is going in the near
medium and long-term. It also serves as a schedule for new releases so
that both developers and users can know what to expect when, at least approximately.
-Note (1): as the wxWindows effort is voluntary, these are not hard-and-fast deadlines:
+We are adopting the Linux kernel style of numbering system where odd minor version numbers are development
+versions, and even numbers are stable versions. For example, 2.1.x are development releases,
+and the next 'stable' or final release of it would be 2.2.
+
+Bug-fix patches to the stable release (if made) then become point
+releases of 2.2 (2.2.x) while development continues with wild abandon
+on 2.3.x until the end of the next development cycle when it is
+released as 2.4.
+
+Development versions that end up on the FTP site or CD-ROM, as opposed to remaining
+in the CVS archive, are semi-stable -- i.e. they are checked for compilation and
+run-time problems, but not as thoroughly as the stable versions.
+
+Note that since the wxWindows effort is voluntary, these are not hard-and-fast deadlines:
but we will endeavour to follow them as closely as possible.
-Note (2): the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows
+Note also that the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows
its own development path but is due to merge with the main code base in November/December.
Also, minor snapshot releases for specific platforms may be
available at dates convenient to the developers.
@@ -44,79 +57,75 @@ available at dates convenient to the developers.
-
Release 2.0.?
+Release 2.1.14
-
-- Release date: October 3rd, 1999
-
- This beta is intended to be the last stable snapshot before wxWindows
-is split into base and GUI libraries.
-
- New wxGrid in beta.
-
+Release date: March 21st, 2000
-
+This will be the final beta release before the final 2.2 release. It will be
+synchronized for as many platforms as possible (at least Windows and GTK,
+probably Motif and hopefully Mac).
-
Release 2.1
+Changes since the last synchronized release (2.1.11):
-- Release date: November 7th, 1999
-
- Splits wxWindows into base and GUI libraries. Most, but not all makefiles
-are expected to support this: for the rest, the makefiles will build a valid
-combined base/GUI library for GUI applications only.
-
- New wxGrid.
-
- wxSocket working.
-
- wxHTML printing (possibly).
-
- Animation classes (possibly).
-
- PCX writing capability (possibly).
-
- wxImage handlers in separate .h and .cpp files.
-
- Rewritten timer.cpp, possible wxChrono class.
-
- Bug tracking system in place.
+
- First beta release of wxBase
+
- New or significantly improved base classes: wxDateTime, wxLongLong,
+wxCmdLineParser, wxDir, wxStopWatch
+
- Much better i18n support, encoding conversion on the fly, wxFontMapper
+
- New wxGrid class
+
- New wxCalendarCtrl class
+
- Dynamic toolbar/menubar management
+
- Better image formats support: TIFF (new), PCX (8 and 24 bit saving added)
+
- Attributes (custom colours/font) support in wxTreeCtrl, wxListCtrl
+
- Impressive number of fixed bugs in wxMSW and wxGTK including various
+incompatibilities between the two
+
- wxIPCxxx classes reworked.
+
- Several new samples and demos.
-
Release 2.1.1
-
-
-- Release date: January 9th, 2000
-
- Miscellaneous fixes and small enhancements.
-
+Release 2.2 (stable)
-
+Release date: mid. April, 2000.
-
Release 2.1.2
+This is the next stable version of wxWindows. No new features since
+2.1.14 beta.
-- Release date: March 5th, 2000
-
- Miscellaneous fixes and small enhancements.
-
- wxDateTime class in beta.
+
- bugs found during 2.1.14 will be fixed.
+
- translations of text strings used in wxWindows.
+
- documentation updated to include all new classes.
-
Release 2.1.3
+Release 2.3
+
+Release date: ?
-- Release date: May 7th, 2000
-
- Unicode compilation starting to work in wxGTK and wxMSW.
+
- Context sensitive help.
+
- More i18n issues: dates, times, ...
+
- POSIX-like regular expressions support for all platforms.
+
- Encryption support (interface to OpenSSL).
+
- Full UDP support in wxSocket
+
- wxPlot
+
- XML for resource files.
+
- Built-in support for configuring key bindings
-
Release 2.2
-
-
-- Release date: c. July 2nd, 2000
-
- Unicode compilation working in wxGTK and wxMSW.
-
- wxDateTime class.
-
+Release 2.4 (stable)
-
+Release date: ?
-
Release 2.3
+Stable version of 2.3.
-- Release date: unknown
-
- WinCE port available.
+
- wxMac release.
+
- wxBeOS port.
@@ -131,28 +140,48 @@ Developers: please feel free to add to these, and delete them when they are done
-General
+Already done
+
+
- wxHTML printing. When finished, this will allow an application to generate
printed reports with very little effort.
-
- wxSocket.
- Split library into several, for base (classes and functions usable by console and GUI
applications), console (classes and functions usable by console application only)
and GUI (classes and functions usable by GUI application only).
+
- wxSocket.
+
- wxImage handlers in separate .h and .cpp files.
+
- PCX writing code.
+
- Tidying of timer code, addition of wxStopWatch class.
+
- wxDateTime class.
+
- Rotated text support (might still be improved)
+
- Bug tracking system.
+
+
+General
+
+