[gtkmm] 3.3.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.3.2
- Date: Wed, 26 Oct 2011 12:54:29 +0000 (UTC)
commit af272ba6ec8444e624b92ec442541a36c661b27b
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Oct 26 14:53:48 2011 +0200
3.3.2
ChangeLog | 2 ++
NEWS | 10 ++++++++++
configure.ac | 4 ++--
tests/Makefile.am | 2 ++
4 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c89436e..7a9802d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.3.2 (unstable):
+
2011-10-26 Murray Cumming <murrayc murrayc com>
Fix make check
diff --git a/NEWS b/NEWS
index a9ea455..ac2d7e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.3.2. (unstable):
+
+* Avoid some more deprecation warnings with the recent GTK+.
+* Deprecate HandleBox.
+* Deprecate TearOffMenuItem.
+* Deprecate Gtk::Table in favour of Gtk::Grid.
+* Add #includes needed with the latest glibmm.
+* Build: make check: Use xmllint to check the generated .html documentation.
+ (Murray Cumming)
+
3.2.0 (stable):
Gtk:
diff --git a/configure.ac b/configure.ac
index a5e8df4..f2ec1e6 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.2.0],
+AC_INIT([gtkmm], [3.3.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -59,7 +59,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.30.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.2.0 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.30.0 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'])
AS_IF([test "x$gtkmm_host_windows" = xyes],
[GTKMM_MODULES=$GDKMM_MODULES],
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d968381..14fb293 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -60,3 +60,5 @@ local_ldadd = $(gdkmm_ldadd) $(gtkmm_ldadd)
AM_CPPFLAGS = $(local_includes) $(GTHREAD_CFLAGS) $(GTKMM_CFLAGS)
AM_CXXFLAGS = $(GTKMM_WXXFLAGS)
LDADD = $(GTKMM_LIBS) $(local_ldadd)
+
+EXTRA_DIST = test_validate_docs_xhtml.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]