]> Pileus Git - ~andy/gtk/commitdiff
Add release note about scroll events
authorMatthias Clasen <mclasen@redhat.com>
Mon, 26 Mar 2012 13:18:52 +0000 (09:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 26 Mar 2012 13:26:46 +0000 (09:26 -0400)
README.in

index 6c4864f4e1286bb2a1794bdb74a455e41ed8f9f8..7db84682844ab7de8030667c21633d2a1dbfb695 100644 (file)
--- a/README.in
+++ b/README.in
@@ -11,8 +11,9 @@ licensing terms for GTK+, the GNU LGPL, allow it to be used by all
 developers, including those developing proprietary software, without any
 license fees or royalties.
 
-The official ftp site is:
+The official download locations are:
   ftp://ftp.gtk.org/pub/gtk
+  http://download.gnome.org/sources/gtk+
 
 The official web site is:
   http://www.gtk.org/
@@ -27,9 +28,58 @@ Installation
 See the file 'INSTALL'
 
 
+How to report bugs
+==================
+
+Bugs should be reported to the GNOME bug tracking system.
+(http://bugzilla.gnome.org, product glib.) You will need
+to create an account for yourself.
+
+In the bug report please include:
+
+* Information about your system. For instance:
+
+   - What operating system and version
+   - For Linux, what version of the C library
+
+  And anything else you think is relevant.
+
+* How to reproduce the bug.
+
+  If you can reproduce it with one of the test programs that are built
+  in the tests/ subdirectory, that will be most convenient.  Otherwise,
+  please include a short test program that exhibits the behavior.
+  As a last resort, you can also provide a pointer to a larger piece
+  of software that can be downloaded.
+
+* If the bug was a crash, the exact text that was printed out
+  when the crash occured.
+
+* Further information such as stack traces may be useful, but
+  is not necessary.
+
+
+Patches
+=======
+
+Patches should also be submitted to bugzilla.gnome.org. If the
+patch fixes an existing bug, add the patch as an attachment
+to that bug report.
+
+Otherwise, enter a new bug report that describes the patch,
+and attach the patch to that bug report.
+
+Patches should be in unified diff form. (The -up option to GNU diff.)
+
+
 Release notes for 3.4
 =====================
 
+* Scroll events have been separated from button events, and smooth
+  scrolling has been added with a separate event mask. Widgets now
+  need to have either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK in
+  their event mask to receive scroll events.
+
 * The -uninstalled variants of the pkg-config files have been dropped.
 
 Release notes for 3.2