summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-27 16:42:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-27 18:25:32 -0400
commitca89cf0a41d268c6523f1db2f646c03d5b02e079 (patch)
treeed0cc3817f7f2132031d860f70f41538ee36679f
parentfe2260c53d52d581fe07656f71fe6afeed6ba9c6 (diff)
downloadgtk+-ca89cf0a41d268c6523f1db2f646c03d5b02e079.tar.gz
3.9.23.9.2
-rw-r--r--NEWS77
-rw-r--r--configure.ac2
2 files changed, 78 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af45a3503e..02941eab50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,80 @@
+Overview of Changes in GTK+ 3.9.0 to 3.9.2
+==========================================
+
+* The GDK initialization code has been refactored. GdkDisplayManager
+ is no longer backend-specific.
+
+* The symbol exporting functionality has been refactored. We no longer
+ use .symbols files, and instead rely on explicit header annotations
+ for every exported symbol. the abicheck scripts are no longer used.
+
+* The GDK drawing and scrolling has been simplified. We no longer use
+ XCopyArea for scrolling, instead an offscreen cache is used. There
+ is a new debug flag, GTK_DEBUG=pixel-cache for this.
+
+* Window sizing issues have been addressed.
+
+* Implement height-for-width for GtkEventBox and GtkCheckButton
+
+* Custom titlebars can now be set from GtkBuilder files
+
+* Optionally install tests, when configured with --enable-installed-tests.
+ To run these tests, gnome-desktop-testing-runner can be used.
+
+* Native input methods are supported on OS X now.
+
+699739
+699140
+699633
+699901
+699750
+698051
+699929
+695120
+700007
+700053
+700054
+699239
+699104
+698361
+700079
+698933
+700056
+699690
+700301
+699970
+696640
+700578
+700575
+700465
+700233
+699289
+694273
+691921
+667759
+700737
+561221
+700844
+700787
+628902
+700979
+360131
+591969
+700864
+696001
+
+* Translation updates:
+ Brazilian Portuguese
+ English
+ Hebrew
+ Japanese
+ Norwegian bokmål
+ Russian
+ Slovak
+ Spanish
+ Tajik
+
+
Overview of Changes in GTK+ 3.7 to 3.9
======================================
diff --git a/configure.ac b/configure.ac
index 4e029daf86..b7c8f06ccd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [9])
-m4_define([gtk_micro_version], [1])
+m4_define([gtk_micro_version], [2])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])