[gedit] Release 3.1.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.1.1
- Date: Mon, 13 Jun 2011 15:52:57 +0000 (UTC)
commit bd0a8b39291c3916c00b8970047be757e2831c0e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Jun 13 17:55:26 2011 +0200
Release 3.1.1
NEWS | 16 ++++++++++++++++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 499814e..a52f0a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
===========
+gedit 3.1.1
+===========
+
+New Features and Fixes
+======================
+- Port to GtkOverlay (Ignacio Casal Quinteiro)
+- Fix single instance logic (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca valencia (Gil Forcada)
+- el (Kostas Papadimas)
+- fr (Bruno Brouard)
+
+===========
gedit 3.0.3
===========
diff --git a/README b/README
index f0d487f..93f0d26 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.0.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.1.1 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.0.x and GtkSourceView 3.0.x and libpeas 1.0.x libraries.
+gedit requires GTK+-3.1.x and GtkSourceView 3.0.x and libpeas 1.0.x libraries.
PyGobject 2.28.x and gobject-introspection 0.9.0 are required to enable python
plugins support.
Simple install procedure:
- % gzip -cd gedit-3.0.3.tar.gz | tar xvf - # unpack the sources
- % cd gedit-3.0.3 # change to the toplevel directory
+ % gzip -cd gedit-3.1.1.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-3.1.1 # 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 329469d..ac79bdc 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.2)
m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 0)
-m4_define(gedit_micro_version, 3)
+m4_define(gedit_minor_version, 1)
+m4_define(gedit_micro_version, 1)
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/])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]