[gedit-plugins] Release 3.35.1
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Release 3.35.1
- Date: Fri, 22 Nov 2019 09:37:06 +0000 (UTC)
commit e2a26084c0fad3bed410b01e0da0c3de3cf0725c
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Nov 22 10:33:09 2019 +0100
Release 3.35.1
NEWS | 7 +++++++
README.md | 2 +-
meson.build | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 165cb02..ab00e28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 3.35.1, 2019-11-22
+--------------------------
+* Lots of improvements to the build system (meson).
+* Adapt file metadata key name for gedit 3.35.
+* Some small maintenance tasks.
+* Translation updates.
+
News in 3.34.1, 2019-11-21
--------------------------
* Re-add the synctex plugin.
diff --git a/README.md b/README.md
index 1e73fbd..103edf7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
gedit-plugins
=============
-This is version 3.34.0 of gedit-plugins.
+This is version 3.35.1 of gedit-plugins.
gedit-plugins is a set of additional plugins for the
[gedit](https://wiki.gnome.org/Apps/Gedit) text editor.
diff --git a/meson.build b/meson.build
index 1ba3e35..794c852 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit-plugins', 'c', # vala is added below if needed, with add_languages().
- version: '3.34.0',
+ version: '3.35.1',
meson_version: '>= 0.50'
)
@@ -26,7 +26,7 @@ localedir = join_paths(datadir, 'locale')
# Dependencies in common for all plugins
libpeas_dep = dependency('libpeas-1.0', version: '>= 1.14.1')
-gedit_dep = dependency('gedit', version: '>= 3.35')
+gedit_dep = dependency('gedit', version: '>= 3.35.1')
appstream_util = find_program('appstream-util', required: false)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]