1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-02 15:58:48 +00:00

Release 3.37.1

This commit is contained in:
Sébastien Wilmet 2020-04-24 15:00:39 +02:00
parent 53cfa17155
commit ea0976feb6
4 changed files with 8 additions and 5 deletions

6
NEWS
View File

@ -1,4 +1,4 @@
News in 3.37.1, 2020-xx-yy (not yet released)
News in 3.37.1, 2020-04-24
--------------------------
* Remove the support for X11 workspaces.
See: commit d0728e7d0c3e7fdc58f03f0af4e0ce64eb7aef6e
@ -19,9 +19,11 @@ Changes for plugins:
* See the list of API breaks and new deprecations in the API reference.
Tepl-ification:
* Move some utils functions to the Tepl library.
* Move some utility functions to the Tepl library.
* Refactor and move some I/O error infobars to Tepl.
* GeditView now inherits from TeplView.
* Port to the new Tepl metadata API.
* Use TeplStyleSchemeChooserWidget.
News in 3.36.1, 2020-03-20
--------------------------

View File

@ -1,7 +1,7 @@
gedit - The GNOME text editor
=============================
This is version 3.37.0 of gedit.
This is version 3.37.1 of gedit.
gedit is the official text editor of the GNOME desktop environment.
While aiming at simplicity and ease of use, gedit is a powerful general

View File

@ -44,6 +44,7 @@
<translation type="gettext">gedit</translation>
<content_rating type="oars-1.1" />
<releases>
<release version="3.37.1" date="2020-04-24" />
<release version="3.36.1" date="2020-03-20" />
<release version="3.36.0" date="2020-03-06" />
</releases>

View File

@ -1,6 +1,6 @@
project(
'gedit', 'c',
version: '3.37.0',
version: '3.37.1',
meson_version: '>= 0.53'
)
@ -50,7 +50,7 @@ libgd_dep = libgd_subproject.get_variable('libgd_dep')
gio_dep = dependency('gio-2.0', version: '>= 2.64')
gtk_dep = dependency('gtk+-3.0', version: '>= 3.22')
gtksourceview_dep = dependency('gtksourceview-4', version: '>= 4.0.2')
tepl_dep = dependency('tepl-5', version: '>= 4.99')
tepl_dep = dependency('tepl-5', version: '>= 4.99.1')
libpeas_gtk_dep = dependency('libpeas-gtk-1.0', version: '>= 1.14.1')
gspell_dep = dependency('gspell-1', version: '>= 1.0')