home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Linux / Libs / glib.txt < prev    next >
Text File  |  1998-08-17  |  2KB  |  70 lines

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