[java-libglom] 1.21.8



commit 8b1bc72d515749b6504187c30cd733200b7836f9
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 11 11:53:31 2012 +0200

    1.21.8

 ChangeLog    |    2 ++
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index eb4ec21..d3eb577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.21.8:
+
 2012-03-29  Murray Cumming  <murrayc murrayc com>
 
 	Rename FieldFormatting to Formatting.
diff --git a/NEWS b/NEWS
index 12874a3..7a7328b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.21.8:
+
+* Rename FieldFormatting to Formatting.
+
 1.21.7:
 
 * Adapt to the latest libglom API from git master.
diff --git a/configure.ac b/configure.ac
index 846804b..e359b61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
 ## along with java-libglom; if not, write to the Free Software Foundation, Inc.,
 ## 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AC_INIT([Java libglom], [1.21.7], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
+AC_INIT([Java libglom], [1.21.8], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
         [java-libglom], [http://www.glom.org])
 AC_CANONICAL_HOST
 AC_PREREQ([2.58])
@@ -42,7 +42,7 @@ PKG_PROG_PKG_CONFIG
 # gmodule-export-2.0 adds -Wl,--export-dynamic to the linker flags
 # so that libglade can get at the custom widget creation functions.
 PKG_CHECK_MODULES([LIBGLOM],
-                  [glom-1.22 >= 1.21.8])
+                  [glom-1.22 >= 1.22.0])
 
 LIBGLOM_INCLUDE_DIR=`$PKG_CONFIG --variable=includedir glom-1.22`
 AC_SUBST([LIBGLOM_INCLUDE_DIR])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]