summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2007-10-18 14:56:23 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2007-10-18 14:56:23 +0000
commitd530dffd0e0d2054e86167b486753fc94e31d976 (patch)
treef489cbbe8a5670895f602a8e25472a4cdc12e898
parent4cb3b641f926afb55f6b21600389d033bad06810 (diff)
downloadgedit-d530dffd0e0d2054e86167b486753fc94e31d976.tar.gz
release 2.20.3GEDIT_2_20_3
svn path=/trunk/; revision=5974
-rw-r--r--ChangeLog11
-rw-r--r--NEWS14
-rw-r--r--README6
-rw-r--r--configure.ac2
-rw-r--r--help/ChangeLog2
-rw-r--r--po/ChangeLog3
6 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4032a72cf..5789602cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+
+=== gedit 2.20.3 ===
+
+2007-10-18 Paolo Borelli <pborelli@katamail.com>
+
+ * configure.ac:
+ * README:
+ * NEWS:
+
+ gedit 2.20.3 released
+
2007-10-17 Paolo Borelli <pborelli@katamail.com>
* gedit/gedit-local-document-saver.c: fix permissions and ownership
diff --git a/NEWS b/NEWS
index ff1390543..d0656d6f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
============
+gedit 2.20.3
+============
+
+New Features and Fixes
+======================
+- Properly preserve file permissions and ownership when saving (Paolo Borelli)
+
+New and updated translations
+============================
+- Gabor Kelemen (hu)
+- Ivar Smolin (et)
+
+
+============
gedit 2.20.2
============
diff --git a/README b/README
index 783a80579..572e98382 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.20.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.20.3 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.20.2.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.20.2 # change to the toplevel directory
+ % gzip -cd gedit-2.20.3.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.20.3 # 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 76821e6a3..75d1f352d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
m4_define(gedit_major_version, 2)
m4_define(gedit_minor_version, 20)
-m4_define(gedit_micro_version, 2)
+m4_define(gedit_micro_version, 3)
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)
diff --git a/help/ChangeLog b/help/ChangeLog
index cee1f84ca..2b7b130ab 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,4 +1,6 @@
+=== gedit 2.20.3 ===
+
=== gedit 2.20.2 ===
2007-10-14 Luca Ferretti <elle.uca@libero.it>
diff --git a/po/ChangeLog b/po/ChangeLog
index ca38d1d7d..41712d4d9 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,6 @@
+
+=== gedit 2.20.3 ===
+
2007-10-18 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation update by Ivar Smolin.