[gedit] Release 3.33.90
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.33.90
- Date: Wed, 7 Aug 2019 02:01:03 +0000 (UTC)
commit d02cefdaae4b1aaedc7fe75ac44d197f0d353ff1
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Tue Aug 6 22:01:03 2019 -0400
Release 3.33.90
NEWS | 17 +++++++++++++++++
README.md | 6 +++---
meson.build | 2 +-
3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4ab964e81..63e88a907 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+=============
+gedit 3.33.90
+=============
+
+- Add "gedit" to .desktop keywords as search workaround for Flatpak
+ and Snap (Felipe)
+- Build fixes (Christopher, Jordi, Luca, Michael, Ting-Wei)
+- Translation updates
+
+Contributors:
+ Luca Bacci
+ Felipe Borges
+ Michael Catanzaro
+ Ting-Wei Lan
+ Jordi Mas
+ Christopher Reiter
+
============
gedit 3.32.2
============
diff --git a/README.md b/README.md
index 8f2932c25..f13b6a1be 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.32.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.33.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.32.0.tar.xz # unpack the sources
-% cd gedit-3.32.0 # change to the toplevel directory
+% tar Jxf gedit-3.33.90.tar.xz # unpack the sources
+% cd gedit-3.33.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 5608577ca..87b5f3547 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gedit', 'c',
- version: '3.32.2',
+ version: '3.33.90',
meson_version: '>=0.46.0',
license: 'GPL2'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]