[gnome-latex] Release 3.30.0



commit 8468c6ab6a89f54d38bd54d2a1d21d8482accf2c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jul 16 13:01:56 2018 +0200

    Release 3.30.0
    
    gspell 1.8 has a much better implementation than 1.0.

 NEWS         | 6 ++++++
 README       | 6 +++---
 configure.ac | 6 +++---
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index aadc020..6e2d2fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 GNOME LaTeX NEWS
 
+Release 3.30.0, 2018-07-16
+--------------------------
+* Change go-to-line shortcut from Ctrl+G to Ctrl+L.
+* Adapt some Vala code to make it work with valac >= 0.42.
+* Translation updates.
+
 Release 3.28.1, 2018-05-20
 --------------------------
 * Warning for packagers:
diff --git a/README b/README
index 74f7784..93d9f02 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 GNOME LaTeX
 ===========
 
-This is the version 3.29.0 of GNOME LaTeX.
+This is the version 3.30.0 of GNOME LaTeX.
 
 GNOME LaTeX is a LaTeX editor for the GNOME desktop.
 
@@ -21,8 +21,8 @@ Dependencies
 * GLib >= 2.56
 * GTK+ >= 3.22
 * GtkSourceView >= 4.0
-* Tepl >= 4.0 - https://wiki.gnome.org/Projects/Tepl
-* gspell >= 1.0
+* Tepl >= 4.2 - https://wiki.gnome.org/Projects/Tepl
+* gspell >= 1.8
 * gee-0.8 >= 0.10
 * gsettings-desktop-schemas
 * dconf (optional, recommended on Linux, can be disabled with
diff --git a/configure.ac b/configure.ac
index 52ac3bc..7f82506 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([GNOME LaTeX],
-       [3.29.0],
+       [3.30.0],
        [https://gitlab.gnome.org/GNOME/gnome-latex/issues],
        [gnome-latex],
        [https://wiki.gnome.org/Apps/GNOME-LaTeX])
@@ -31,8 +31,8 @@ LT_INIT
 GLIB_REQUIRED_VERSION="2.56"
 GTK_REQUIRED_VERSION="3.22"
 GTKSOURCEVIEW_REQUIRED_VERSION="4.0"
-TEPL_REQUIRED_VERSION="4.0"
-GSPELL_REQUIRED_VERSION="1.0"
+TEPL_REQUIRED_VERSION="4.2"
+GSPELL_REQUIRED_VERSION="1.8"
 VALA_REQUIRED_VERSION="0.34"
 GEE_REQUIRED_VERSION="0.10"
 


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