[gedit] Release 3.13.5
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.13.5
- Date: Tue, 12 Aug 2014 11:06:04 +0000 (UTC)
commit 57aea1fbbe2c0d8ab20df849a4533ded6733517d
Author: Paolo Borelli <pborelli gnome org>
Date: Tue Aug 12 13:01:52 2014 +0200
Release 3.13.5
NEWS | 20 ++++++++++++++++++++
README | 8 ++++----
configure.ac | 2 +-
3 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index c536e8a..ca0d7b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
============
+gedit 3.13.5
+============
+
+New Features and Fixes
+======================
+- Rework the headerbar again
+- Fix opening files from nautilus
+- Center the view in fullscreen mode
+- Win32 improvements and new installer
+- Misc bug fixes
+
+New and updated translations
+============================
+- el (Maria Mavridou)
+- eu (Iñaki Larrañaga Murgoitio)
+- ja (Jiro Matsuzawa)
+- nn (Moonchild)
+- tg (Victor Ibragimov)
+
+============
gedit 3.13.4
============
diff --git a/README b/README
index 7c587fb..f250628 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.13.4 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.5 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.
@@ -64,14 +64,14 @@ Information about gedit mailing lists can be found at
Installation
============
-gedit requires GTK+ >= 3.13.4, GtkSourceView >= 3.13.2 and libpeas >= 1.7.x libraries.
+gedit requires GTK+ >= 3.13.5, GtkSourceView >= 3.13.2 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.13.4.tar.xz # unpack the sources
- % cd gedit-3.13.4 # change to the toplevel directory
+ % tar Jxf gedit-3.13.5.tar.xz # unpack the sources
+ % cd gedit-3.13.5 # 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 32e1e3e..b744e4e 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, 13)
-m4_define(gedit_micro_version, 4)
+m4_define(gedit_micro_version, 5)
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],[https://wiki.gnome.org/Apps/Gedit])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]