home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libglib1.2 / README < prev   
Encoding:
Text File  |  2001-03-15  |  2.0 KB  |  71 lines

  1. General Information
  2. ===================
  3.  
  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.
  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. Information about mailing lists can be found at
  15.   http://www.gtk.org/mailinglists.html
  16.  
  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")
  19.  
  20. Installation
  21. ============
  22.  
  23. See the file 'INSTALL'
  24.  
  25. How to report bugs
  26. ==================
  27.  
  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.
  31.  
  32. In the bug report please include:
  33.  
  34. * Information about your system. For instance:
  35.  
  36.    - What operating system and version
  37.    - For Linux, what version of the C library
  38.  
  39.   And anything else you think is relevant.
  40.  
  41. * How to reproduce the bug. 
  42.  
  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.
  48.  
  49. * If the bug was a crash, the exact text that was printed out
  50.   when the crash occured.
  51.  
  52. * Further information such as stack traces may be useful, but
  53.   is not necessary.
  54.  
  55. Patches
  56. =======
  57.  
  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.
  61.  
  62. Otherwise, enter a new bug report that describes the patch,
  63. and attach the patch to that bug report.
  64.  
  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.
  68.  
  69. Patches should be in unified diff form. (The -u option to GNU
  70. diff.)
  71.