[glom] 1.22.0



commit 0cd93bbb5b177d0b3cf90edfcbef2a5cd8d9487d
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Apr 11 12:00:59 2012 +0200

    1.22.0

 ChangeLog    |    2 ++
 NEWS         |   12 ++++++++++++
 configure.ac |    6 +++---
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d74e06e..d6f96a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.22.0:
+
 2012-04-11  Murray Cumming  <murrayc murrayc com>
 
 	Fix make check.
diff --git a/NEWS b/NEWS
index 409d636..80bb596 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.22.0 (stable):
+
+libglom:
+* Field: Remove get_holder().
+* ConnectionPool: create_database(): Take a progress slot.
+
+Build:
+* Windows build fixes.
+  (Murray Cumming, alien)
+* Fix some warnings found by scan-build.
+  (Murray Cumming)
+
 1.21.8 (unstable):
 
 * Fix the build with the latest gtkmm, with --enable-warnings=fatal.
diff --git a/configure.ac b/configure.ac
index ac5b743..8d94fce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.21.8],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.22.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -131,13 +131,13 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
                  [Whether to enable support for PostgreSQL databases.])])
 
 # Libraries used by libglom:
-REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.31.0 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.6 libgda-5.0 >= 5.0.3 libgda-postgres-5.0'
+REQUIRED_LIBGLOM_LIBS='giomm-2.4 >= 2.32.0 libxml++-2.6 >= 2.23.1 libxslt >= 1.1.10 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.6 libgda-5.0 >= 5.0.3 libgda-postgres-5.0'
 
 AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.2.20 goocanvasmm-2.0 >= 1.90.8  goocanvas-2.0 >= 2.0.1 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.4.0 goocanvasmm-2.0 >= 1.90.8  goocanvas-2.0 >= 2.0.1 evince-view-3.0"
 
 # Do not require iso-codes in client-only mode, or on Windows:
 # TODO: Package iso-codes for Windows?



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