[gedit] Release 3.0.2
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.0.2
- Date: Mon, 25 Apr 2011 22:14:45 +0000 (UTC)
commit 6a89f17a7d9f2d0dc5f08aafde4c33a201229a51
Author: Paolo Borelli <pborelli gnome org>
Date: Tue Apr 26 00:00:37 2011 +0200
Release 3.0.2
NEWS | 16 ++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index db282e9..bba4650 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+===========
+gedit 3.0.2
+===========
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- es (Daniel Mustieles)
+- hu (Gabor Kelemen)
+- sk (Ivan Masár)
+- vi (Clytie Siddall)
+
=============
gedit 3.0.1
=============
diff --git a/README b/README
index bce54ae..d08681c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.0.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.0.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.
@@ -71,8 +71,8 @@ plugins support.
Simple install procedure:
- % gzip -cd gedit-3.0.1.tar.gz | tar xvf - # unpack the sources
- % cd gedit-3.0.1 # change to the toplevel directory
+ % gzip -cd gedit-3.0.2.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-3.0.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 b401305..900add6 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, 0)
-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]