[gedit] Release 3.31.92



commit 75bb6eef4256e7ec30353aff675df48166c5623f
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Mar 3 16:01:02 2019 -0500

    Release 3.31.92

 NEWS        | 12 ++++++++++++
 README.md   |  6 +++---
 meson.build |  2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3f5faacfe..c753c19d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+=============
+gedit 3.31.92
+=============
+Development release
+
+- Fix segfault in open document selector (Sebastien)
+- Update help for app menu changes (Andre)
+- Miscellaneous fixes (Jeremy, Ken)
+
+Contributors:
+ Sebastien Bacher, Jeremy Bicha, Andre Klapper, Ken VanDine
+
 ==============
 gedit 3.31.90
 ==============
diff --git a/README.md b/README.md
index 84e1d1b43..0e4f193ef 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.31.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.31.92 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.90.tar.xz                 # unpack the sources
-% cd gedit-3.31.90                             # change to the toplevel directory
+% tar Jxf gedit-3.31.92.tar.xz                 # unpack the sources
+% cd gedit-3.31.92                             # 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 f9c16e6d6..11fcbfb4f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit', 'c',
-  version: '3.31.90',
+  version: '3.31.92',
   meson_version: '>=0.46.0',
   license: 'GPL2'
 )


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