[gedit] Release 3.1.2
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.1.2
- Date: Tue, 5 Jul 2011 11:41:18 +0000 (UTC)
commit ad587fdd99422a289c235b5b8d04cff931108637
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jul 5 13:41:21 2011 +0200
Release 3.1.2
NEWS | 22 ++++++++++++++++++++++
README | 8 ++++----
configure.ac | 2 +-
3 files changed, 27 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index a52f0a5..0d10ea5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
===========
+gedit 3.1.2
+===========
+
+New Features and Fixes
+======================
+- Add markdown snippets (Jean-Philippe Fleury)
+- Fix slowdown on gedit (Paolo Borelli)
+- Update to use libpeas 1.1 API (Garrett Regier)
+- New GNOME 3 like style for snippets and external tools (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Christian Kirbach)
+- de (Paul Seyfert)
+- es (Jorge GonzÃlez)
+- gl (Fran DiÃguez)
+- he (Yaron Shahrabani)
+- nb (Kjartan Maraas)
+- sl (Matej UrbanÄiÄ)
+
+===========
gedit 3.1.1
===========
diff --git a/README b/README
index 93f0d26..f2ebf70 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.1.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.1.2 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.1.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.1.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.1.1.tar.gz | tar xvf - # unpack the sources
- % cd gedit-3.1.1 # change to the toplevel directory
+ % gzip Jxf gedit-3.1.2.tar.gz # unpack the sources
+ % cd gedit-3.1.2 # 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 e1f2fc2..8007d67 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, 1)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_micro_version, 2)
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]