[gedit] Release 2.28.0
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit] Release 2.28.0
- Date: Mon, 21 Sep 2009 15:09:28 +0000 (UTC)
commit ec8710e8d76edb7a75f1aa7d16c14bc5ba1c7ba7
Author: Jesse van den Kieboom <jesse icecrew nl>
Date: Mon Sep 21 17:07:53 2009 +0200
Release 2.28.0
NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 4 ++--
3 files changed, 48 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 622c453..e1d1d95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
============
+gedit 2.28.0
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Amitakhya Phukan)
+- bg (Alexander Shopov)
+- bn_IN (Runa Bhattacharjee)
+- br (Denis Arnaud)
+- ca (Gil Forcada)
+- cs (Jiri Eischmann)
+- da (Ask H. Larsen)
+- en_GB (Philip Withnall)
+- et (Ivar Smolin)
+- fi (Tommi Vainikainen)
+- gl (Antón Méixome)
+- gu (Sweta Kothari)
+- hi (Rajesh Ranjan)
+- kn (Shankar Prasad)
+- lt (Gintautas Miliauskas)
+- mai (Sangeeta Kumari)
+- ml (Ani)
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- or (Manoj Kumar Giri)
+- pa (A S Alam)
+- pt_BR (Carlos José Pereira)
+- ro (Adi Roiban)
+- sl (Matej UrbanÄ?iÄ?)
+- sr (MiloÅ¡ PopoviÄ?)
+- ta (ifelix)
+- te (krishnababu k)
+- tr (Baris Cicek)
+- uk (Maxim V. Dziumanenko)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+
+============
gedit 2.27.6
============
diff --git a/README b/README
index cb142fd..ff32593 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.27.6 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.28.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.
@@ -71,8 +71,8 @@ enable python plugins support.
Simple install procedure:
- % gzip -cd gedit-2.27.6.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.27.6 # change to the toplevel directory
+ % gzip -cd gedit-2.28.0.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.28.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 e174b7b..013a721 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.59)
m4_define(gedit_major_version, 2)
-m4_define(gedit_minor_version, 27)
-m4_define(gedit_micro_version, 6)
+m4_define(gedit_minor_version, 28)
+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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]