From 59eac573a766dce34876713953efd5a147fd0222 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sun, 6 Jun 2010 11:30:23 -0400 Subject: [PATCH] Some final preparation for 2.3.0. --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fcf40458..6c650d7d 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ - GnuBarcode backend is now optional and is no longer distributed with glabels - IEC16022 (datamatrix) barcode backend is now optional and is no longer distributed with glabels -- Added optional IEC18004 (QRCode) barcode backend +- Added optional IEC18004 (QRCode) barcode backend (Daniel Mueller) - Added optional Zint barcode backend (currently ony supports GS1-128, but other barcodes will be supported by this backend in the future). (Samual Lown) diff --git a/configure.ac b/configure.ac index c39b2259..4942de82 100644 --- a/configure.ac +++ b/configure.ac @@ -70,8 +70,8 @@ dnl --------------------------------------------------------------------------- dnl - Library dependencies dnl --------------------------------------------------------------------------- dnl Required dependencies -GLIB_REQUIRED=2.22.0 -GTK_REQUIRED=2.18.0 +GLIB_REQUIRED=2.24.0 +GTK_REQUIRED=2.20.0 GCONF_REQUIRED=2.28.0 LIBXML_REQUIRED=2.7.0 -- 2.39.5