[gedit] Release 3.2.0



commit 6e0505afa768a43e7d0cf16844b948ecdc5d7646
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Sep 26 21:09:52 2011 +0200

    Release 3.2.0

 NEWS         |   25 +++++++++++++++++++++++++
 README       |   10 +++++-----
 configure.ac |    4 ++--
 3 files changed, 32 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1cbe878..96b9386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
 ===========
+gedit 3.2.0
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- ca valencia (Gil Forcada)
+- de (Christian Kirbach)
+- es (Jorge GonzÃlez)
+- eu (Julen Ruiz Aizpuru)
+- ga (SeÃn de BÃrca)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- hu (Gabor Kelemen)
+- ja (OKANO Takayoshi)
+- kn (Shankar Prasad)
+- ko (Changwoo Ryu)
+- nl (Hannie Dumoleyn)
+- te (Krishnababu Krothapalli)
+
+===========
 gedit 3.1.6
 ===========
 
diff --git a/README b/README
index 73dcbbf..de440d8 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.1.6 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.2.0 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.1.x libraries.
-PyGobject 2.28.x and gobject-introspection 0.9.0 are required to enable python
+gedit requires GTK+-3.2.x and GtkSourceView 3.0.x and libpeas 1.2.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.1.6.tar.xz			# unpack the sources
-  % cd gedit-3.1.6				# change to the toplevel directory
+  % tar Jxf gedit-3.2.0.tar.xz			# unpack the sources
+  % cd gedit-3.2.0				# 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 2df3770..8edddb8 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, 1)
-m4_define(gedit_micro_version, 6)
+m4_define(gedit_minor_version, 2)
+m4_define(gedit_micro_version, 0)
 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]