[gedit] Release 3.29.90



commit 9c3453636c8625a838725462488ed5c9203f5a52
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Aug 8 12:13:11 2018 -0400

    Release 3.29.90

 NEWS         | 17 +++++++++++++++++
 README       |  2 +-
 configure.ac |  4 ++--
 3 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index deabddf3f..f1b2d2ce6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+=============
+gedit 3.29.90
+=============
+Development release
+
+- Port GeditFileChooserDialogGtk to GtkFileChooserNative
+  so that it can use the file chooser portal for better confinement
+  when run as a Flatpak or Snap (James)
+- Add a style class to the main window for theming (abakkk)
+- Move nightly Flatpak manifest here (Jordan)
+- Misc bugfixes (Jeremy, Mathieu, Andre, nick, Ken)
+- Translation updates
+
+Contributors:
+ abakkk, Jeremy Bicha, Mathieu Bridon, James Henstridge, Andre Klapper,
+ Jordan Petridis, nick richards, Ken VanDine
+
 ============
 gedit 3.28.1
 ============
diff --git a/README b/README
index 8b0063511..52d4b038a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.27.4 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.29.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.
diff --git a/configure.ac b/configure.ac
index 6cb7c3ccf..f17bb3253 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 28)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_minor_version, 29)
+m4_define(gedit_micro_version, 90)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],


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