[latexila] Release 3.14.1



commit 8b3ab4f4805240d1415bb5d609821ac3105cee1b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Oct 1 13:44:35 2014 +0200

    Release 3.14.1

 NEWS         |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1b9c6cf..ac3cc38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 LaTeXila NEWS
 
+Release 3.14.1
+--------------
+* A few bug fixes and small improvements
+* GTK+ 3.14 is required because LaTeXila overrides some CSS properties
+  and assumes that GTK+ 3.14 is used.
+
 Release 3.14.0
 --------------
 * Now LaTeXila follows the GNOME versions
diff --git a/configure.ac b/configure.ac
index e0579b5..da90602 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([LaTeXila],
-        [3.14.0],
+        [3.14.1],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
        [latexila],
        [https://wiki.gnome.org/Apps/LaTeXila])
@@ -26,7 +26,7 @@ LT_INIT
 # Required dependencies versions
 # Update also the --target-glib option in src/Makefile.am.
 GLIB_REQUIRED_VERSION="2.40"
-GTK_REQUIRED_VERSION="3.6"
+GTK_REQUIRED_VERSION="3.14"
 GTKSOURCEVIEW_REQUIRED_VERSION="3.10"
 GTKSPELL_REQUIRED_VERSION="3.0.4"
 VALA_REQUIRED_VERSION="0.25.4"


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