[gedit] Release 3.18.1
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.18.1
- Date: Mon, 12 Oct 2015 21:31:29 +0000 (UTC)
commit c379a962dc4d41adb94e6edc0f478e929331f1e3
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Oct 12 23:21:37 2015 +0200
Release 3.18.1
NEWS | 20 ++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0582f84..3bcb8f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
============
+gedit 3.18.1
+============
+
+New Features and Fixes
+======================
+- Make the Replace dialog resizable
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- fi (Lauri Nurmi)
+- gd (GunChleoc)
+- it (Milo Casagrande)
+- nl (Hannie Dumoleyn)
+- sr latin (Miloš Popović)
+- sr (Милош Поповић)
+- vi (Trần Ngọc Quân)
+
+============
gedit 3.18.0
============
diff --git a/README b/README
index 6ea565f..b9c96d9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.18.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.18.1 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.0.tar.xz # unpack the sources
- % cd gedit-3.18.0 # change to the toplevel directory
+ % tar Jxf gedit-3.18.1.tar.xz # unpack the sources
+ % cd gedit-3.18.1 # 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 3c0e4a2..3320fdb 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, 0)
+m4_define(gedit_micro_version, 1)
m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
AC_INIT([gedit],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]