summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-05-24 05:51:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-05-24 05:51:56 +0000
commit6921206dd834fea7f025f5c0a949989d78c07347 (patch)
treeb03dfa734e831d1ad27eb0202ee634a70de8f238 /README.in
parent30e97fc11765bd67d8e6dab2077be0c80ee7defc (diff)
downloadgtk+-6921206dd834fea7f025f5c0a949989d78c07347.tar.gz
svn path=/trunk/; revision=17903
Diffstat (limited to 'README.in')
-rw-r--r--README.in16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.in b/README.in
index 302696e4a9..3dc5ef8f8b 100644
--- a/README.in
+++ b/README.in
@@ -34,11 +34,23 @@ Release notes for 2.12
gtk_about_dialog_get/set_program_name(), the GtkAboutDialog now uses the
"program-name" property instead of the conflicting "name" property.
+* The tiff loader now requires libtiff 3.6.0 or later.
+
+* Support for Windows 9x/ME has officially been removed. It hasn't worked
+ since 2.6 anyway.
+
+* The GtkTextBufferTargetInfo enumeration values have been changed from
+ G_MAXUINT-0, G_MAXUINT-1, G_MAXUINT-2, etc, to -1, -2, -3 to stay within
+ ANSI C limits.
+
+* A change in the handling of _NET_WM_USER_TIME properties on toplevel
+ windows can cause deadlock problems with window managers that are using
+ GDK for drawing decorations. In particular, metacity <= 2.18.0 is affected
+ by this. The problem has been fixed in metacity 2.18.1.
+
Release notes for 2.10
======================
-* The tiff loader now requires libtiff 3.6.0 or later.
-
* The hexadecimal Unicode input feature has been reworked. It no longer
blocks the use of the sixteen Ctrl-Shift-<hex digit> key sequences. Now
it only uses Ctrl-Shift-u.