[gedit] Release 3.31.90
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.31.90
- Date: Sun, 3 Feb 2019 22:32:54 +0000 (UTC)
commit fb380706a047746c90fd6c03f85f2cf5724176ba
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sun Feb 3 17:28:20 2019 -0500
Release 3.31.90
NEWS | 17 +++++++++++++++++
README.md | 6 +++---
meson.build | 2 +-
3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c4dc1d8d8..3f5faacfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+==============
+gedit 3.31.90
+==============
+Development release
+
+- Switch to meson (Martin)
+- Drop autotools support (Jeremy)
+- Add tests to validate AppStream metadata and .desktop (Bilal)
+- Flatpak and Snap versions now bundle gedit-plugins (Martin & Jeremy)
+- Fix some issues resulting from the GNOME 3.32 menu changes (Jeffery)
+- Drop gconf conversion file (Jeremy)
+- Miscellaneous fixes (Andre, Jeremy)
+
+Contributors:
+ Jeremy Bicha, Martin Blanchard, Bilal Elmoussaoui
+ Andre Klapper, Jeffery To
+
=============
gedit 3.31.3
=============
diff --git a/README.md b/README.md
index 3d10baeaa..84e1d1b43 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.31.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.31.90 of gedit. gedit is a small and lightweight UTF-8 text
editor for the GNOME environment.
gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -72,8 +72,8 @@ python plugins support.
Simple install procedure:
```
-% tar Jxf gedit-3.31.3.tar.xz # unpack the sources
-% cd gedit-3.31.3 # change to the toplevel directory
+% tar Jxf gedit-3.31.90.tar.xz # unpack the sources
+% cd gedit-3.31.90 # change to the toplevel directory
% meson _build # run the `configure' script
% ninja -C _build # build gedit
[ Become root if necessary ]
diff --git a/meson.build b/meson.build
index 26338b3a2..f9c16e6d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit', 'c',
- version: '3.31.3',
+ version: '3.31.90',
meson_version: '>=0.46.0',
license: 'GPL2'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]