[gedit] Release 3.9.91
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.9.91
- Date: Tue, 3 Sep 2013 10:13:33 +0000 (UTC)
commit 5e7c48a08eacd688fa4e7fc637114b888fd7c952
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Sep 3 12:09:26 2013 +0200
Release 3.9.91
NEWS | 26 ++++++++++++++++++++++++++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 32 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index f35305e..ba3ae29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
============
+gedit 3.9.91
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- de (Christian Kirbach)
+- es (Daniel Mustieles)
+- ga (Seán de Búrca)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- hu (Balázs Úr)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt_BR (Enrico Nicoletto)
+- sk (Pavol Klačanský)
+- vi (Trần Ngọc Quân)
+
+============
gedit 3.9.90
============
diff --git a/README b/README
index 2dfdae3..fccf668 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.9.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.9.91 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.
@@ -65,14 +65,14 @@ Information about gedit mailing lists can be found at
Installation
============
-gedit requires GTK+-3.9.9, GtkSourceView 3.9.90 and libpeas 1.7.x libraries.
+gedit requires GTK+-3.9.9, GtkSourceView 3.9.91 and libpeas 1.7.x libraries.
PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
plugins support.
Simple install procedure:
- % tar Jxf gedit-3.9.90.tar.xz # unpack the sources
- % cd gedit-3.9.90 # change to the toplevel directory
+ % tar Jxf gedit-3.9.91.tar.xz # unpack the sources
+ % cd gedit-3.9.91 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index ebef661..874a312 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(gedit_major_version, 3)
m4_define(gedit_minor_version, 9)
-m4_define(gedit_micro_version, 90)
+m4_define(gedit_micro_version, 91)
m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
AC_INIT([gedit],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[http://projects.gnome.org/gedit/])
@@ -326,7 +326,7 @@ PKG_CHECK_MODULES(GEDIT, [
glib-2.0 >= 2.37.5
gio-2.0 >= 2.37.0
gtk+-3.0 >= 3.9.9
- gtksourceview-3.0 >= 3.9.5
+ gtksourceview-3.0 >= 3.9.91
libpeas-1.0 >= 1.7.0
libpeas-gtk-1.0 >= 1.7.0
gsettings-desktop-schemas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]