[gedit/gnome-3-8] Release 3.8.2



commit b9d82f28c6c5cc2bedcb90c665199018487d21fc
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon May 13 19:13:35 2013 +0200

    Release 3.8.2

 NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 46 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d0d9da..a3496ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,46 @@
 ===========
+gedit 3.8.2
+===========
+
+New Features and Fixes
+======================
+- Many bugfixes to the external tools, snippets and
+  quickopen plugins (Ignacio Casal Quintero)
+- Make preferences dialog resizable (Ignacio Casal Quintero)
+- Rework how some settings are applied to documents (Ignacio Casal Quintero)
+- Use GtkRGBA for text tags (Sébastien Wilmet)
+- Misc Bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- ca (Gil Forcada)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Christian Kirbach)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- hi (Rajesh Ranjan)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- ja (OKANO Takayoshi)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- or (Manoj Kumar Giri)
+- pa (A S Alam)
+- pl (Piotr Drąg)
+- pt_BR (Rafael Ferreira)
+- ru (Dmitriy S. Seregin)
+- sl (Matej Urbančič)
+- sr latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- ta (Shantha kumar)
+- te (Krishnababu Krothapalli)
+
+===========
 gedit 3.8.1
 ===========
 
diff --git a/README b/README
index f5f8f4d..9451a70 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.8.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.8.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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.8.1.tar.xz                 # unpack the sources
-  % cd gedit-3.8.1                             # change to the toplevel directory
+  % tar Jxf gedit-3.8.2.tar.xz                 # unpack the sources
+  % cd gedit-3.8.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 831ca5e..ab2dc4c 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, 1)
+m4_define(gedit_micro_version, 2)
 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]