[gedit/gnome-3-0] Release 3.0.5
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-0] Release 3.0.5
- Date: Thu, 16 Jun 2011 15:39:18 +0000 (UTC)
commit f63bfaf8d9564eb0ffe430e420ee248055e6faa9
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Jun 16 17:39:00 2011 +0200
Release 3.0.5
NEWS | 14 ++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 12c2046..6dbc966 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
===========
+gedit 3.0.5
+===========
+
+New Features and Fixes
+======================
+- Fix single instance logic (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- el (Kostas Papadimas)
+- fr (Bruno Brouard)
+
+===========
gedit 3.0.4
===========
diff --git a/README b/README
index 45a72c3..a6b7e21 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.0.4 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.0.5 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.4.tar.gz | tar xvf - # unpack the sources
- % cd gedit-3.0.4 # change to the toplevel directory
+ % gzip -cd gedit-3.0.5.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-3.0.5 # 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 cacb33f..3435b73 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, 4)
+m4_define(gedit_micro_version, 5)
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]