Remove notes about now-fixed-bugs.
[platform/upstream/glib.git] / README.in
1 General Information
2 ===================
3
4 This is GLib version @GLIB_VERSION@. GLib is the low-level core
5 library that forms the basis for projects such as GTK+ and GNOME. It
6 provides data structure handling for C, portability wrappers, and
7 interfaces for such runtime functionality as an event loop, threads,
8 dynamic loading, and an object system.
9
10 The official ftp site is:
11   ftp://ftp.gtk.org/pub/gtk
12
13 The official web site is:
14   http://www.gtk.org/
15
16 Information about mailing lists can be found at
17   http://www.gtk.org/mailinglists.html
18
19 To subscribe: mail -s subscribe gtk-list-request@gnome.org < /dev/null
20 (Send mail to gtk-list-request@gnome.org with the subject "subscribe")
21
22 Installation
23 ============
24
25 See the file 'INSTALL'
26
27 How to report bugs
28 ==================
29
30 Bugs should be reported to the GNOME bug tracking system. 
31 (http://bugzilla.gnome.org, product glib.) You will need
32 to create an account for yourself.
33
34 In the bug report please include:
35
36 * Information about your system. For instance:
37
38    - What operating system and version
39    - For Linux, what version of the C library
40
41   And anything else you think is relevant.
42
43 * How to reproduce the bug. 
44
45   If you can reproduce it with the testgtk program that is built 
46   in the gtk/ subdirectory, that will be most convenient.  Otherwise, 
47   please include a short test program that exhibits the behavior. 
48   As a last resort, you can also provide a pointer to a larger piece 
49   of software that can be downloaded.
50
51 * If the bug was a crash, the exact text that was printed out
52   when the crash occured.
53
54 * Further information such as stack traces may be useful, but
55   is not necessary.
56
57 Patches
58 =======
59
60 Patches should also be submitted to bugzilla.gnome.org. If the
61 patch fixes an existing bug, add the patch as an attachment
62 to that bug report.
63
64 Otherwise, enter a new bug report that describes the patch,
65 and attach the patch to that bug report.
66
67 Bug reports containing patches should include the PATCH keyword
68 in their keyword fields. If the patch adds to or changes the GLib 
69 programming interface, the API keyword should also be included.
70
71 Patches should be in unified diff form. (The -u option to GNU
72 diff.)