[gedit-plugins] Add NEWS from 3.32.2 release



commit 05173a9ead266ff0bb9d443a359e05f89c3e49c5
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue May 14 21:41:39 2019 -0400

    Add NEWS from 3.32.2 release

 NEWS        | 10 ++++++++++
 README      |  2 +-
 meson.build |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b9e4832..a3a4a8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+====================
+gedit-plugins 3.32.2
+====================
+- Fix ColorSchemer plugin for GTKSourceView 4 (Jordi)
+- Cache language names per session to prevent unnecessary web requests
+  by Translate plugin (Jordi)
+- Fix enabling and disabling the Translate plugin (Jordi)
+
+Contributors: Jordi Mas
+
 ====================
 gedit-plugins 3.32.0
 ====================
diff --git a/README b/README
index 276247e..aa63cee 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.32.0 of gedit-plugins. gedit-plugins are a set of plugins
+This is version 3.32.2 of gedit-plugins. gedit-plugins are a set of plugins
 for gedit.
 
 Installation
diff --git a/meson.build b/meson.build
index 77c58d5..071efa1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit-plugins', 'c',
-  version: '3.32.0',
+  version: '3.32.2',
   meson_version: '>=0.49.0',
   license: 'GPL2'
 )


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