[gedit-plugins] Release 3.14.0
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Release 3.14.0
- Date: Mon, 22 Sep 2014 18:58:25 +0000 (UTC)
commit c449f9fd69452faaf3d4618aa358fac82e68d379
Author: Garrett Regier <garrettregier gmail com>
Date: Mon Sep 22 11:55:24 2014 -0700
Release 3.14.0
NEWS | 22 ++++++++++++++++++++++
README | 2 +-
configure.ac | 10 +++++-----
3 files changed, 28 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index bbc1f6a..5617474 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
====================
+gedit-plugins 3.14.0
+====================
+
+New features and fixes
+======================
+- Improve joinlines plugin
+- Improve multiedit plugin
+- Improve commander plugin
+- Improve git plugin
+- terminal: Port to vte-2.91
+
+New features and fixes
+======================
+- cs (Marek Černocký)
+- el (Tom Tryfonidis)
+- fi (Jiri Grönroos)
+- fr (Alain Lojewski)
+- hu (Balázs Úr)
+- id (Andika Triwidada)
+- ko (Changwoo Ryu)
+
+====================
gedit-plugins 3.13.2
====================
diff --git a/README b/README
index 7f6ed4c..14a3dab 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.13.2 of gedit-plugins. gedit-plugins are a set of plugins
+This is version 3.14.0 of gedit-plugins. gedit-plugins are a set of plugins
for gedit.
Installation
diff --git a/configure.ac b/configure.ac
index ab0f521..d6de3b8 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])
m4_define(gedit_plugins_major_version, 3)
-m4_define(gedit_plugins_minor_version, 13)
-m4_define(gedit_plugins_micro_version, 2)
+m4_define(gedit_plugins_minor_version, 14)
+m4_define(gedit_plugins_micro_version, 0)
m4_define(gedit_plugins_version,
gedit_plugins_major_version.gedit_plugins_minor_version.gedit_plugins_micro_version)
AC_INIT([gedit-plugins],
@@ -66,10 +66,10 @@ PKG_CHECK_MODULES(GEDIT, [
glib-2.0 >= 2.32.0
gio-2.0 >= 2.32.0
gtk+-3.0 >= 3.9.0
- gtksourceview-3.0 >= 3.13.2
+ gtksourceview-3.0 >= 3.14.0
libpeas-1.0 >= 1.7.0
libpeas-gtk-1.0 >= 1.7.0
- gedit >= 3.11.3
+ gedit >= 3.14.0
])
dnl ================================================================
@@ -174,7 +174,7 @@ then
# Dashboard (Zeitgeist)
# ================================================================
AC_MSG_CHECKING([for dashboard dependency zeitgeist])
- if `$PYTHON -c "import gi; gi.require_version('Zeitgeist', '2.91')" 2>/dev/null`;
+ if `$PYTHON -c "import gi; gi.require_version('Zeitgeist', '2.0')" 2>/dev/null`;
then
have_dashboard=yes
PLUGINS="$PLUGINS dashboard"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]