[gedit] Release 3.6.1



commit 0b55a76b64b3ce5e99cf2c39c8387642f92a334f
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Oct 15 23:44:09 2012 +0200

    Release 3.6.1

 NEWS         |   23 +++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c0a18d7..48c1253 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
 ===========
+gedit 3.6.1
+===========
+
+New Features and Fixes
+======================
+- File Browser side panel improvements (Ignacio Casal Quinteiro)
+- Fix print preview in landscape mode (Adrian Johnson)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca (David Planella)
+- ca valencia (David Planella)
+- el (Tom Tryfonidis)
+- gl (Fran Dieguez)
+- km (Khoem Sokhem)
+- lv (RÅdolfs Mazurs)
+- nb (Kjartan Maraas)
+- sk (Ivan MasÃr)
+- sl (Matej UrbanÄiÄ)
+- uk (Daniel Korostil)
+
+===========
 gedit 3.6.0
 ===========
 
diff --git a/README b/README
index d56a9d6..250cbc0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.6.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.6.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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.6.0.tar.xz			# unpack the sources
-  % cd gedit-3.6.0				# change to the toplevel directory
+  % tar Jxf gedit-3.6.1.tar.xz			# unpack the sources
+  % cd gedit-3.6.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 1f325b7..79ac28f 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, 6)
-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],[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]