[gedit] Release 3.0.0



commit 8d2c4b76b8834c801f0ee81fa239c2bc9b3cd329
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Apr 4 18:38:56 2011 +0200

    Release 3.0.0

 NEWS         |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |   10 ++++----
 configure.ac |   14 +++++-----
 3 files changed, 84 insertions(+), 12 deletions(-)
---
diff --git a/NEWS b/NEWS
index a2eea3c..011d600 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,76 @@
 =============
+gedit 3.0.0
+=============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- af (F Wolff)
+- ar (Khaled Hosny)
+- as (Nilamdyuti Goswami)
+- ast (Xandru Armesto)
+- be (Ihar Hrachyshka)
+- bg (Krasimir Chonov)
+- bn_IN ("Last-Translator: \n")
+- ca (Gil Forcada)
+- ca valencia (Gil Forcada)
+- cs (Marek Ä?ernocký)
+- da (Ask Hjorth Larsen)
+- de (Christian Kirbach)
+- de (Mario Blättermann)
+- el (Michael Kotsarinis)
+- el (Simos Xenitellis)
+- en_GB (Bruce Cowan)
+- en shaw (Thomas Thurman)
+- eo (Kristjan SCHMIDT)
+- es (Daniel Mustieles)
+- es (Jorge González)
+- et (Mattias Põldaru)
+- eu (Iñaki Larrañaga Murgoitio)
+- fr (Gérard Baylard)
+- ga (Seán de Búrca)
+- gl (Fran Diéguez)
+- gu (Sweta Kothari)
+- he (Yaron Shahrabani)
+- hi (Rajesh Ranjan)
+- hu (Gabor Kelemen)
+- id (Dirgita)
+- it (Milo Casagrande)
+- ja (Hajime Taira)
+- ko (Changwoo Ryu)
+- lt (Aurimas Ä?ernius)
+- lv (Rudolfs)
+- ml ("Last-Translator: \n")
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- nl (Wouter Bolsterlee)
+- or (Manoj Kumar Giri)
+- pa (A S Alam)
+- pl (Piotr DrÄ?g)
+- pt_BR (Gabriel F. Vilar)
+- pt (Duarte Loreto)
+- ro (Lucian Adrian Grijincu)
+- ru (Yuri Myaseodov)
+- sl (Andrej ŽnidarÅ¡iÄ?)
+- sl (Matej UrbanÄ?iÄ?)
+- sr latin (Miroslav NikoliÄ?)
+- sr (Ð?иÑ?оÑ?лав Ð?иколиÑ?)
+- sv (Daniel Nylander)
+- ta ("Last-Translator: \n")
+- te (Krishnababu Krothapalli)
+- th (Akom Chotiphantawanon)
+- tr ("Last-Translator: \n")
+- ug (Zeper)
+- uk (Korostil Daniel)
+- vi (Clytie Siddall)
+- zh_CN (YunQiang Su)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
 gedit 2.91.11
 =============
 
diff --git a/README b/README
index 2828c53..bc6bc96 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.91.11 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.0.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.0.x and GtkSourceView 3.0.x and libpeas 0.7.0 libraries.
-PyGobject 2.21.5 and gobject-introspection 0.9.0 are required to enable python
+gedit requires GTK+-3.0.x and GtkSourceView 3.0.x and libpeas 0.7.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-2.91.11.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.91.11				# change to the toplevel directory
+  % gzip -cd gedit-3.0.0.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-3.0.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 bc7e2a5..6d70fdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.63.2)
 
-m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 91)
-m4_define(gedit_micro_version, 11)
+m4_define(gedit_major_version, 3)
+m4_define(gedit_minor_version, 0)
+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/])
@@ -323,13 +323,13 @@ dnl ================================================================
 
 PKG_CHECK_MODULES(GEDIT, [
 	libxml-2.0 >= 2.5.0
-	glib-2.0 >= 2.27.92
+	glib-2.0 >= 2.28.0
 	gthread-2.0 >= 2.13.0
 	gio-2.0 >= 2.26.0
 	gtk+-3.0 >= 3.0.0
-	gtksourceview-3.0 >= 2.91.8
-	libpeas-1.0 >= 0.7.2
-	libpeas-gtk-1.0 >= 0.7.2
+	gtksourceview-3.0 >= 3.0.0
+	libpeas-1.0 >= 0.7.3
+	libpeas-gtk-1.0 >= 0.7.3
 	gsettings-desktop-schemas
 ])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]