002-03-05 Benjamin Kosnik <bkoz@redhat.com>
[platform/upstream/gcc.git] / libstdc++-v3 / docs / html / 17_intro / RELEASE-NOTES
1 2002-03-05
2
3 Release Notes   
4 -------------
5 The Standard C++ Library, or libstdc++-v3, is an ongoing project
6 to fully implement the ISO 14882 Standard C++ library as described in
7 chapters 17 through 27 and annex D.
8
9 This is the fourteenth snapshot of the libstdc++ rewrite.  It still
10 has some incomplet and incorrekt parts, but it's a lot less incomplete
11 and incorrect than some of the earlier snapshots, and quite usable.
12
13 The Standard C++ Library, follows an open development model,
14 attempting to be fully buzzword, bazaar, and GNU compliant. Full
15 details on participating, including contributor guidelines, mailing
16 list subscription, mailing list archives, up-to-date documentation,
17 and various and sundry other details can be found at the following
18 URL:
19
20   http://gcc.gnu.org/libstdc++/
21
22
23 New: 
24 --- 
25 - more doxygen documentation.
26 - more named locale bug fixes
27 - support for symbol versioning when using GNU ld >= 2.12
28 - wide-io
29 - tuning for executable size
30
31
32 Bugs fixed:
33 -----------
34 5816, 3955, 3983, 5708, 5697, 5286, 3860, 5579
35 AIX linkage and threading fixes.
36 + others.
37
38
39 What doesn't:
40 -------------
41 - see BUGS.
42
43  
44 Build and Install
45 -----------------
46 Up to date build and install directions can be found at:
47 http://gcc.gnu.org/libstdc++/install.html
48
49
50 Contact:
51 --------
52 Places have changed from previous snapshots.  The web page, which has
53 information about joining the mailing list and searching its archives,
54 CVS access, and contribution information is now at:
55
56   http://gcc.gnu.org/libstdc++/
57
58 Please note that the mailing list has moved, and is now hosted on
59 gcc.gnu.org. (The web site above has the most up-to-date info.)
60    
61 Obtain the library snapshot via ftp (including these release notes) from
62
63   ftp://gcc.gnu.org/pub/libstdc++/
64
65 The library is maintained by Benjamin Kosnik, Gabriel
66 Dos Reis, Phil Edwards, and Ulrich Drepper.  
67
68
69 Development tools:
70 ------------------
71
72 You will need a current version of gcc to compile this snapshot of
73 libstdc++. The use of the latest stable gcc-3.0.x release (3.0.4), CVS
74 gcc, or gcc-3_1-branch is strongly recommended, which may also
75 introduce additional dependencies for up-to-date binutils. In
76 particular, current binutils (2.12) is recommended so that symbol
77 versioning for the library is on by default. In addition, you may need
78 up-to-date tools for modifying Makefiles and regenerating configure
79 scripts: automake (version 1.4), autoconf (version 2.13 and higher),
80 and libtool.
81