[gtkmm/gtkmm-3-22] 3.22.3



commit d81b959b4349d90517afd742893464d228e5aeb1
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Nov 7 10:06:39 2018 +0100

    3.22.3

 NEWS         | 30 ++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e1383473..471fb1a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+3.22.3 (stable):
+
+Unusually for a stable micro release, this release has some deprecations
+compared to 3.22.2, to match similar deprecations in GTK+ 3.22.x.
+
+Gdk:
+* Deprecate screen_width(), screen_height(),
+    screen_width_mm(), screen_height_mm(), flush().
+  (Kjell Ahlstedt)
+
+Gtk:
+* CellRendererPixbuf: Fix property_surface()
+  (Kjell Ahlstedt) Bug #788513 (Alexander Shaduri)
+* AboutDialog: Fix ref count in get_logo()
+  (Kjell Ahlstedt)
+* MenuItem: add_accel_label(): Make sure accelator keys are shown.
+  (Christian Schoenebeck)
+* Settings: Undeprecate property_gtk_cursor_blink(),
+    property_gtk_cursor_blink_time(), property_gtk_cursor_blink_timeout(),
+    property_gtk_entry_password_hint_timeout().
+  (Kjell Ahlstedt)
+
+Demos:
+* Update some demo programs.
+
+Build:
+* Replace the Visual Studio project files with MSVC NMake project files
+  (Chun-wei Fan) Merge request !6
+
+
 3.22.2 (stable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index c6e37e44..c4ca28f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.22.2],
+AC_INIT([gtkmm], [3.22.3],
         [https://gitlab.gnome.org/GNOME/gtkmm/issues/],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]