summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-03-26 09:18:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-03-26 09:26:46 -0400
commita175e9574dc48d6abfd79cb203c7277397366ce3 (patch)
tree6ee79395b58f91ed74e297943b02f3ca553ef265 /README.in
parent65bb4b6dbe390e0c1d02bbe2fb4ccd11fc401893 (diff)
downloadgtk+-a175e9574dc48d6abfd79cb203c7277397366ce3.tar.gz
Add release note about scroll events
Diffstat (limited to 'README.in')
-rw-r--r--README.in52
1 files changed, 51 insertions, 1 deletions
diff --git a/README.in b/README.in
index 6c4864f4e1..7db8468284 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