[gtkmm-documentation] 2.99.3
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] 2.99.3
- Date: Mon, 7 Feb 2011 11:07:12 +0000 (UTC)
commit 278535d4df9b632d7319cb9bb52d61cf081f41a2
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Feb 7 12:07:05 2011 +0100
2.99.3
ChangeLog | 2 ++
NEWS | 14 ++++++++++++++
configure.ac | 4 ++--
3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ffc64ed..8a867c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.99.3:
+
2011-02-02 Murray Cumming <murrayc murrayc com>
Adapt to the Socket API change.
diff --git a/NEWS b/NEWS
index 5c4586f..195f02a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.99.3: (ustable):
+
+* Ported to the latest gtkmm API.
+ (Murray Cumming, Krzesimir Nowak)
+* Modified the custom_container and custom_widget examples to use
+ the extended layout API.
+ (Kjell Ahlstedt)
+* Fix the print preview dialog in the printing/advanced example.
+ (Kjell Ahlstedt)
+* Build: Check for mm-common.
+ (Kjell Ahlstedt) Bug #628713 (Patricia Santana Cruz)
+* Book: Fix some typos.
+ (Chris Kühl)
+
2.91.6: (unstable):
* Ported to the recent gtkmm API, using Gdk::RGBA and Gtk::StyleContext
diff --git a/configure.ac b/configure.ac
index e0f9ffb..d9c3601 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
## This file is part of gtkmm-documentation.
AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [2.91.6],
+AC_INIT([gtkmm-documentation], [2.99.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm-documentation], [http://www.gtkmm.org/])
@@ -19,7 +19,7 @@ AC_PROG_CXX
AC_PATH_PROG([PERL], [perl], [perl])
PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.24.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.91.6])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 2.99.3])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
AC_LANG([C++])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]