summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2015-11-11 23:59:54 +0100
committerPaolo Borelli <pborelli@gnome.org>2015-11-11 23:59:54 +0100
commit8156d35a6eb27f3251e1ea454a48cb2a2ae4f87c (patch)
tree7d76897b53ad4d0813914a825c8491d6fb72cef7
parentc408105a145ab0e40a0eb809b4926dc2d7432a80 (diff)
downloadgedit-8156d35a6eb27f3251e1ea454a48cb2a2ae4f87c.tar.gz
Release 3.18.23.18.2
-rw-r--r--NEWS16
-rw-r--r--README6
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3bcb8f343..495902a2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
============
+gedit 3.18.2
+============
+
+New Features and Fixes
+======================
+- Fix performance problem with remote files in the open file selector
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- eu (Iñaki Larrañaga Murgoitio)
+- is (Sveinn í Felli)
+- ro (Daniel Șerbănescu)
+- th (Akom Chotiphantawanon)
+
+============
gedit 3.18.1
============
diff --git a/README b/README
index b9c96d95e..d4ebe4280 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.18.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.18.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.
@@ -74,8 +74,8 @@ plugins support.
Simple install procedure:
- % tar Jxf gedit-3.18.1.tar.xz # unpack the sources
- % cd gedit-3.18.1 # change to the toplevel directory
+ % tar Jxf gedit-3.18.2.tar.xz # unpack the sources
+ % cd gedit-3.18.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 3320fdb1d..7e022a440 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, 18)
-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],