[glom] 1.31.5



commit 8d0e9ed4b48fead4fd151be75e082a6d77fe7565
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon May 16 19:30:33 2016 +0200

    1.31.5

 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9abfcec..4f38003 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.31.5 (unstable):
+
+* Avoid crash when trying to show GtkCssProvider errors.
+* Don't use deprecated font: syntax with GtkCssProvider.
+* Remove some unused code.
+* Require libsigc++ 2.9.2, for the newer R(Args...) syntax.
+
 1.31.4 (unstable):
 
 * Prevent a crash (in the menu code) when using a table name containing a space,
diff --git a/configure.ac b/configure.ac
index c4a1437..ac1aa03 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.31.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.31.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -169,7 +169,7 @@ 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.18.0 goocanvasmm-2.0 >= 1.90.11 goocanvas-2.0 >= 
2.0.1 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.18.0 sigc++-2.0 >= 2.9.2 goocanvasmm-2.0 >= 
1.90.11 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]