[eog-plugins] Prepare for release 3.11.92



commit 27f1b26b63d3b79e31b22cb6ae054d80fc816223
Author: Felix Riemann <friemann gnome org>
Date:   Mon Mar 17 19:24:29 2014 +0100

    Prepare for release 3.11.92
    
    Also switch TAR format to ustar as we hit the maximum filename length.

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e2a6a2b..b9560cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 3.11.92
+---------------
+
+Plugin changes:
+
+- Export to Folder
+ - Fix PyGObject deprecation warnings (Felix Riemann)
+
+- Python Console
+ - Fix PyGObject deprecation warnings (Felix Riemann)
+
+New and updated translations:
+
+- Benjamin Steinwender [de]
+- YunQiang Su [zh_CN]
+
 Version 3.11.4
 --------------
 
diff --git a/configure.ac b/configure.ac
index 4a73f2f..ed04883 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 EOG_MAJOR=3.0.0
 EOG_PLUGINS_MAJOR=3.0.0
 
-AC_INIT([eog-plugins], [3.11.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins])
+AC_INIT([eog-plugins], [3.11.92], [http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins])
 
 AC_CONFIG_SRCDIR([plugins])
 AC_PREFIX_PROGRAM([eog])
@@ -12,7 +12,7 @@ AC_SUBST(EOG_PLUGINS_MAJOR)
 
 AC_PREREQ(2.59)
 
-AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 foreign tar-ustar dist-xz no-dist-gzip])
 AC_CONFIG_MACRO_DIR([m4])
 # Support silencing the build output if supported (automake-1.11+)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])


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