From: Jim Evins Date: Sun, 6 Jun 2010 15:30:23 +0000 (-0400) Subject: Some final preparation for 2.3.0. X-Git-Tag: glabels-2_3_0^0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59eac573a766dce34876713953efd5a147fd0222;p=glabels Some final preparation for 2.3.0. --- 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