usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / glib / README
blob39024d9193063f07587cccb368a2db5a07f25cc5
1 General Information
2 ===================
4 This is GLib version 1.2.10. GLib is a library which includes support
5 routines for C such as lists, trees, hashes, memory allocation, and
6 many other things.
8 The official ftp site is:
9   ftp://ftp.gtk.org/pub/gtk
11 The official web site is:
12   http://www.gtk.org/
14 Information about mailing lists can be found at
15   http://www.gtk.org/mailinglists.html
17 To subscribe: mail -s subscribe gtk-list-request@gnome.org < /dev/null
18 (Send mail to gtk-list-request@gnome.org with the subject "subscribe")
20 Installation
21 ============
23 See the file 'INSTALL'
25 How to report bugs
26 ==================
28 Bugs should be reported to the GNOME bug tracking system. 
29 (http://bugzilla.gnome.org, product glib.) You will need
30 to create an account for yourself.
32 In the bug report please include:
34 * Information about your system. For instance:
36    - What operating system and version
37    - For Linux, what version of the C library
39   And anything else you think is relevant.
41 * How to reproduce the bug. 
43   If you can reproduce it with the testgtk program that is built 
44   in the gtk/ subdirectory, that will be most convenient.  Otherwise, 
45   please include a short test program that exhibits the behavior. 
46   As a last resort, you can also provide a pointer to a larger piece 
47   of software that can be downloaded.
49 * If the bug was a crash, the exact text that was printed out
50   when the crash occured.
52 * Further information such as stack traces may be useful, but
53   is not necessary.
55 Patches
56 =======
58 Patches should also be submitted to bugzilla.gnome.org. If the
59 patch fixes an existing bug, add the patch as an attachment
60 to that bug report.
62 Otherwise, enter a new bug report that describes the patch,
63 and attach the patch to that bug report.
65 Bug reports containing patches should include the PATCH keyword
66 in their keyword fields. If the patch adds to or changes the GLib 
67 programming interface, the API keyword should also be included.
69 Patches should be in unified diff form. (The -u option to GNU
70 diff.)