[gtkmm] 3.89.1



commit 655f9d1c42cf4bf25f0326d6f42bf20efe1713cc
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 23 11:55:05 2016 +0100

    3.89.1

 NEWS         |   48 +++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 48 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c84872f..5472445 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,50 @@
-3.22.0:
+3.89.1: (unstable)
+
+This is the first release of the gtkmm-4.0 API/ABI, wrapping
+GTK+-4.0. It installs in parallel with the gktmm-3.0 API/ABI,
+of which the most recent version is gtkmm 3.22.0.
+
+Build/General:
+* Use GTK+-4.0 instead of GTK+-3.0.
+  (Kjell Ahlstedt)
+* Use C++14.
+  (Murray Cumming)
+* Use glibmm-2.52 instead of glibmm-2.4,
+  pangomm-2.42 instead of pangomm-1.4,
+  and atkmm-2.26 instead of atkmm-1.6.
+  Note that, via, glibmm, we now use libsigc++-3.0 instead
+  of libsigc++-2.0.
+  (Murray Cumming)
+* Remove deprecated API.
+  (Kjell Ahlstedt)
+* Add default signal handlers (on_*()), where we couldn't
+  before without breaking ABI.
+  (Kjell Ahlstedt)
+
+Gtk:
+* Container: Make add() non-virtual.
+  (Kjell Ahlstedt)
+* FontButton: Derice from, and implement, the FontChooser
+  interface.
+  (Kjell Ahlstedt)
+* Label(): don't use misleading align argument names.
+  (djb) Bug #774652
+* Object: Remove gobject_disposed_.
+  (Kjell Ahlstedt)
+* ToolButton: Derive from, and implement, the Actionable
+  interface.
+  (Kjell Ahlstedt)
+* Widget: Add measure() and measure_vfunc(), which replaces
+  get_preferred_*_vfunc().
+  (Kjell Ahlstedt)
+* Window: Make raise() non-virtual.
+  (Kjell Ahlstedt)
+
+Documentation:
+* Frame: Fix the documentation of set_label_align()
+  (Kjell Ahlstedt) Bug #774249
+
+3.22.0: (stable)
 
 No changes compared to 3.21.6.
 
diff --git a/configure.ac b/configure.ac
index be70cc1..013653a 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.89.0],
+AC_INIT([gtkmm], [3.89.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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