[gedit/zbrown/deteplification-src: 44/633] Release 3.35.1




commit e71deb0123df0c1747320472db51c130242ff1be
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 22 10:07:58 2019 +0100

    Release 3.35.1

 NEWS        | 12 ++++++++----
 README.md   |  2 +-
 meson.build |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 413b8a840..fee21bc02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
-News in 3.35.2 - not yet released
---------------
+News in 3.35.1, 2019-11-22
+--------------------------
 
 User-visible changes:
 * File browser plugin: fix interactive search.
+* A few fixes in the CSS style.
 
 Changes for packagers:
 * New dependency: Tepl, which itself depends on Amtk and uchardet.
@@ -10,12 +11,15 @@ Changes for packagers:
   https://wiki.gnome.org/Projects/Amtk
   https://www.freedesktop.org/wiki/Software/uchardet/
 * Removed dependency: libxml-2.0
-* Remove the enable-gvfs-metadata build option, it's now handled by Tepl, and
+* Remove the 'enable-gvfs-metadata' build option, it's now handled by Tepl, and
   Tepl has a similar build option.
+* Rename the build option 'documentation' -> 'gtk_doc'.
 
 Changes for plugins:
-* Bump gedit API version to 3.32.
+* Bump gedit API version to 3.36.
 * Remove the deprecated API.
+* Deprecate some gedit_utils functions.
+* Write an API breaks section in the gtk-doc reference manual of gedit.
 
 Tepl-ification:
 * Use some tepl_utils functions.
diff --git a/README.md b/README.md
index bb30fd22b..6eae80b56 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit - The GNOME text editor
 =============================
 
-This is version 3.34.0 of gedit.
+This is version 3.35.1 of gedit.
 
 gedit is the official text editor of the GNOME desktop environment.
 While aiming at simplicity and ease of use, gedit is a powerful general
diff --git a/meson.build b/meson.build
index 36bb9f090..fb0f20334 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit', 'c',
-  version: '3.35.0',
+  version: '3.35.1',
   meson_version: '>=0.49.0',
   license: 'GPL2'
 )


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