Increment version to 1.2.0.
[platform/upstream/glib.git] / README
1 General Information
2 ===================
3
4 This is GLib version 1.2.0. GLib is a library which includes support
5 routines for C such as lists, trees, hashes, memory allocation, and
6 many other things.
7
8 The official ftp site is:
9   ftp://ftp.gtk.org/pub/gtk
10
11 The official web site is:
12   http://www.gtk.org/
13
14 A mailing list is located at:
15   gtk-list@redhat.com
16
17 To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
18 (Send mail to gtk-list-request@redhat.com with the subject "subscribe")
19
20 Installation
21 ============
22
23 See the file 'INSTALL'
24
25 How to report bugs
26 ==================
27
28 To report a bug, send mail either to gtk-list, as mentioned
29 above, or to gtk-bugs@gtk.org. If you send mail to gtk-list, you
30 must be subscribed yourself.
31
32 In the mail include:
33
34 * The version of GLib
35
36 * Information about your system. For instance:
37
38    - What operating system and version
39    - What version of X
40    - For Linux, what version of the C library
41
42   And anything else you think is relevant.
43
44 * How to reproduce the bug. 
45
46   If you can reproduce it with the testglib program that is built 
47   in the glib/ directory, that will be most convenient.  Otherwise, 
48   please include a short test program that exhibits the behavior. 
49   As a last resort, you can also provide a pointer to a larger piece 
50   of software that can be downloaded.
51
52 * If the bug was a crash, the exact text that was printed out
53   when the crash occured.
54
55 * Further information such as stack traces may be useful, but
56   is not necessary.
57
58 Patches
59 =======
60
61 Patches can be uploaded to the incoming/ directory on
62 ftp.gtk.org.  Please follow the instructions there, and include
63 your name and email address in the README file.
64
65 If the patch fixes a bug, it is usually a good idea to include
66 all the information described in "How to Report Bugs".