From a175e9574dc48d6abfd79cb203c7277397366ce3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Mar 2012 09:18:52 -0400 Subject: [PATCH] Add release note about scroll events --- README.in | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/README.in b/README.in index 6c4864f4e12..7db84682844 100644 --- 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