[gedit/gnome-3-8] Release 3.8.3



commit 56f92169da9819818b6ff5df62ad3710c55c9e4b
Author: Garrett Regier <garrettregier gmail com>
Date:   Tue Jun 25 00:04:11 2013 -0700

    Release 3.8.3

 NEWS         |   19 +++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index a3496ea..e14ed40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
 ===========
+gedit 3.8.3
+===========
+
+New Features and Fixes
+======================
+- Multiple bugfixes to the external tools plugin (Garrett Regier)
+- Fix filtering duplicate files in quickopen plugin (Garrett Regier)
+- Do no include non-text files in quickopen plugin (Garrett Regier)
+- Only check for python when python is enabled (Garrett Regier)
+- Misc Bugfixes
+
+New and updated translations
+============================
+- de (Christian Kirbach)
+- kn (Shankar Prasad)
+- mr (Sandeep Shedmake)
+- ru (Yuri Myasoedov)
+
+===========
 gedit 3.8.2
 ===========
 
diff --git a/README b/README
index 9451a70..69ed936 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.8.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.8.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 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.8.2.tar.xz                 # unpack the sources
-  % cd gedit-3.8.2                             # change to the toplevel directory
+  % tar Jxf gedit-3.8.3.tar.xz                 # unpack the sources
+  % cd gedit-3.8.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 29342e8..10b7966 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, 8)
-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],[gedit],[http://projects.gnome.org/gedit/])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]