Author: sebor
Date: Thu Apr 24 17:15:51 2008
New Revision: 651467
URL: http://svn.apache.org/viewvc?rev=651467&view=rev
Log:
2008-04-24 Martin Sebor <[EMAIL PROTECTED]>
* include/rw/_config.h (_RWSTD_VER, _RWSTD_VER_STR): Bumped up
version number to 4.3.0.
* README: Same.
(Compatibility): Specified the source and binary compatibility
of 4.3.0.
Modified:
stdcxx/branches/4.3.x/README
stdcxx/branches/4.3.x/include/rw/_config.h
Modified: stdcxx/branches/4.3.x/README
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/README?rev=651467&r1=651466&r2=651467&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/README (original)
+++ stdcxx/branches/4.3.x/README Thu Apr 24 17:15:51 2008
@@ -1,7 +1,7 @@
$Id$
- Apache C++ Standard Library (STDCXX) 4.2.1
+ Apache C++ Standard Library (STDCXX) 4.3.0
------------------------------------------
0 Index
@@ -65,7 +65,7 @@
1 Contents
-----------
- This file is part of version 4.2.1 of the Apache C++ Standard
+ This file is part of version 4.3.0 of the Apache C++ Standard
Library (STDCXX), an Open Source implementation of the C++ Standard
Library conforming to INCITS/ISO/IEC 14882-2003 Programming
Languages -- C++.
@@ -96,15 +96,17 @@
1.1 Compatibility
------------------
- This version of the library is source as well as both backward and
- forward binary compatible with all past or future 4.2.x releases.
- Programs compiled and linked with other releases of the (shared)
- library within the 4.2.x lineage will continue to link and work
- correctly when linked with this version of the library, provided the
- same compiler is used to compile both the programs and the library.
- Changing the compiler, its version, or some compiler options may
- have an impact on the binary compatibility of the generated object
- code.
+ This version of the library is source and backward binary compatible
+ with all past 4.x releases. Programs compiled and linked with other
+ releases of the (shared) library within the 4.x lineage will
+ continue to link and work correctly when linked with this version of
+ the library, provided the same compiler is used to compile both the
+ programs and the library. Changing the compiler, its version, or
+ some compiler options may have an impact on the binary compatibility
+ of the generated object code. This version is not forward compatible
+ with past releases of the library. Programs compiled and linked with
+ this version of the library may not link with with prior versions of
+ the library, or may not operate correctly.
2 Requirements
---------------
@@ -672,7 +674,7 @@
+- include/*{,.cc} library headers
| /config.h generated configuration header
+- lib/libstd*.[a|so] archive or .so symbolic link
- | libstd*.so.4.2.1 versioned shared library
+ | libstd*.so.4.3.0 versioned shared library
+- nls/*/* codeset and locale databases
To specify a subset of locales to install instead of the full set,
Modified: stdcxx/branches/4.3.x/include/rw/_config.h
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/rw/_config.h?rev=651467&r1=651466&r2=651467&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/rw/_config.h (original)
+++ stdcxx/branches/4.3.x/include/rw/_config.h Thu Apr 24 17:15:51 2008
@@ -37,7 +37,7 @@
/*** library version numbers and ids **************************************/
-#define _RWSTD_VER 0x04020200
+#define _RWSTD_VER 0x04030000
// | | | |
// MMmmuupp
// | | | |
@@ -47,7 +47,7 @@
// +--------- MM = major version number
// library version string (patch number included only if non-zero)
-#define _RWSTD_VER_STR "4.2.2"
+#define _RWSTD_VER_STR "4.3.0"
// library version numbers
#define _RWSTD_VER_MAJOR ((_RWSTD_VER >> 24) & 0xff)