[gtkmm] 3.3.18



commit f32a48fee0975a85c547b7e94be1cbf39877ba1c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 6 12:58:26 2012 +0100

    3.3.18

 ChangeLog    |    2 ++
 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7dc6176..71515cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.3.18:
+
 2012-03-03  Murray Cumming  <murrayc murrayc com>
 
 	Widget: Add get_modifier_mask().
diff --git a/NEWS b/NEWS
index 3c26fb7..ab02d86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.3.18 (unstable):
+
+Gtk:
+* AboutDialog: Added add_credits_section().
+* Application: Added get/set_app_menu(), get/set_menubar(),
+  add/remove_accelerator(), inhibit(), uninhibit(), is_inhibited(),
+  properties and signals.
+* Add ApplicationWindow.
+* Add ColorChooser and ColorChooserDialog.
+* ColorSelection*: Document these as deprecated.
+* EntryCompletion: Added compute_prefix().
+* FontChooser: Add properties and signals.
+* Image: Add set_from_resource().
+* Main: Deprecate (most of) this in favor of Gtk::Application.
+* StyleContext: Added set_parent() and unset_parent().
+* Widget: Add get_modifier_mask().
+* Window: Add unset/set/get_attached_to(),
+  get/set_hide_titlebar_when_maximized() and property.
+  (Murray Cumming)
+
+* gmmproc: _CLASS_GTKOBJECT: Include destructor documentation.
+  (Josà Alburquerque) Bug #668918.
+
 3.3.16 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index b383f0d..3de3b4f 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.3.16],
+AC_INIT([gtkmm], [3.3.18],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -94,7 +94,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.31.18.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.31.20 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.18 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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