aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-19 22:09:25 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-19 22:09:25 +0000
commite466eb2a3f69715e62ccfa051f23d6a432b94315 (patch)
tree10905aaa11085c9ab3c19bfabd9a1c45850613b6 /configure.in
parent030a76319c02934506ba60942237cb8fe767f520 (diff)
Add a list of release dates for major versions of GTK+ and GLib in case
we want to have another Purging Of Old Code. svn path=/trunk/; revision=43390
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0d10333e5e..0bc39b6a66 100644
--- a/configure.in
+++ b/configure.in
@@ -838,6 +838,18 @@ AC_DEFINE_UNQUOTED(DOC_DIR, "$docdir", [Directory for docs])
# We don't add $GTK_LIBS or $Qt_LIBS to LIBS, because we don't want to
# force all programs to be built with GTK+ or Qt.
#
+# Release dates for GTK+ versions:
+# 2.12.0: 14 Sep 2007
+# 2.14.0: 04 Sep 2008
+# 2.16.0: 13 Mar 2009
+# 2.18.0: 23 Sep 2009
+# 2.20.0: 23 Mar 2010
+# 2.22.0: 23 Sep 2010
+# 2.24.0: 30 Jan 2011
+# 3.0.0: 10 Feb 2011
+# 3.2.0: 25 Sep 2011
+# 3.4.0: 26 Mar 2012
+
if test "x$enable_wireshark" = "xyes"; then
if test "x$with_qt" = "xyes"; then
PKG_CHECK_MODULES([Qt], [QtCore QtGui],
@@ -904,6 +916,18 @@ fi
# We don't add $GLIB_LIBS to LIBS, because we don't want to force all
# programs to be built with GLib.
#
+# Release dates for GLib versions:
+# 2.14.0: 03 Aug 2007
+# 2.16.0: 10 Mar 2008
+# 2.18.0: 02 Sep 2008
+# 2.20.0: 13 Mar 2009
+# 2.22.0: 22 Sep 2009
+# 2.24.0: 28 Mar 2010
+# 2.26.0: 27 Sep 2010
+# 2.28.0: 08 Feb 2011
+# 2.30.0: 27 Sep 2011
+# 2.32.0: 24 Mar 2012
+
if test "$have_gtk" = "no" ; then
#
# We don't have GTK+.