[gtkmm] 3.1.18



commit 4a39284bf48181d4f5f3d7b6d083fe0a61db114f
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 6 11:32:35 2011 +0200

    3.1.18

 ChangeLog    |    2 ++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5da2c40..9cc2c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.1.18:
+
 2011-09-06  Murray Cumming  <murrayc murrayc com>
 
 	Regenerated methods .defs and documentation .xml files.
diff --git a/NEWS b/NEWS
index 68890c9..d60b0c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.1.18 (unstable):
+
+Gtk:
+* Assistant: Added remove_page().
+  (Murray Cumming)
+* Dialog::get_content_area(): Avoid infinite loop.
+  (Kjell Ahlstedt)
+* Added FontChooser and FontChooserDialog, deprecating old widgets.
+  (Murray Cumming)
+* PrintUnixDialog::get_selected_printer(): ref-counting correction.
+  (Kjell Ahlstedt) Bug #657751.
+* TreeView: Added unset_drag_dest_row().
+ (Murray Cumming) Bug #577986 (Hubert Figuiere, Johannes Schmid)
+
+Build:
+* Updated Visual C++ Projects
+	(Chun-wei Fan)
+
 3.1.16 (unstable):
 
 * Added Gtk::FontChooser and Gtk::FontChooserDialog, deprecating old widgets.
diff --git a/configure.ac b/configure.ac
index 0aee424..10f0caa 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.1.16],
+AC_INIT([gtkmm], [3.1.18],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,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.27.93 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.1.16 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.93 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.1.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]