[java-libglom] 1.21.5
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-libglom] 1.21.5
- Date: Sun, 4 Mar 2012 17:22:21 +0000 (UTC)
commit 8c39a7751c1973ce3a840ce8e521484fb4cec5cd
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Mar 4 18:22:15 2012 +0100
1.21.5
ChangeLog | 4 ++++
NEWS | 7 +++++++
configure.ac | 4 ++--
3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1f3a857..9fdced3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.21.5:
+
2012-03-04 Murray Cumming <murrayc murrayc com>
Add Report layout items.
@@ -15,6 +17,8 @@
* src/glom.i: Added an %ignore line.
+1.21.4
+
2012-01-23 Murray Cumming <murrayc murrayc com>
Update tests and examples for the latest libglom API.
diff --git a/NEWS b/NEWS
index 8e8cf44..fc84aee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.21.5:
+
+* Add Report layout items:
+ LayoutItem_GroupBy, LayoutItem_Summary, LayoutItem_FieldSummary, and
+ LayoutItem_VerticalGroup.
+* Build: Fix the build with the latest libglom 1.22 API.
+
1.21.4:
* Build: Update for the latest libglom 1.22 API.
diff --git a/configure.ac b/configure.ac
index 4076016..ba36fdd 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.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=Glom],
+AC_INIT([Java libglom], [1.21.5], [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.4])
+ [glom-1.22 >= 1.21.5])
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]