[gtkmm/gtkmm-3-22] 3.22.2



commit 1ba9c5cc9dab1e5b64587f01822168e6bf608d2e
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Sep 13 11:30:16 2017 +0200

    3.22.2

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0704837..e138347 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.22.2 (stable):
+
+Gtk:
+* Editable, RecentChooser, Scale: Fix memory leaks.
+  (Kjell Ahlstedt) Bug #783360
+* PrintJob: Fix a call to Glib::throw_exception().
+  (Kjell Ahlstedt)
+
+Documentation:
+* Gdk::RGBA: Update ctor(ustring) docs from GTK+
+  (Daniel Boles) Bug #784483
+
+
 3.22.1 (stable):
 
 Unusually for a stable micro release, this release has some deprecations
diff --git a/configure.ac b/configure.ac
index 7af5098..e5e82dc 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.1],
+AC_INIT([gtkmm], [3.22.2],
         [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]