[cheese] Update NEWS for 3.13.4 release



commit 26e47b1b690d24feebe18fbb0d7c7ed2d5a2e505
Author: David King <amigadave amigadave com>
Date:   Mon Jul 21 21:47:27 2014 +0100

    Update NEWS for 3.13.4 release

 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 33 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index aac4bfb..6a2e7ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,36 @@
 ChangeLog for Cheese
 --------------------
 
+version 3.13.4
+  - Track flash opacity explicitly
+    Retrieving the opacity of the flash, reducing it by an exponentially
+    small step, and setting it again does not always actually decrease the
+    widget's opacity, and so the fading does not actually terminate.
+
+    Incidentally, also unset the flash timeout tags to avoid calling
+    g_source_remove() spuriously.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=733433
+  - Use a better fallback image location
+    https://bugzilla.gnome.org/show_bug.cgi?id=731032
+  - Use new GtkApplication appmenu resource handling
+  - Match desktop file name in AppData
+    Update the AppData reference to the desktop file, as it was not changed
+    when the desktop file was renamed.
+  - Avoid crash during delete-event in chooser test
+  - Added/Updated Translations
+    - ca valencia, courtesy of Pau Iranzo
+    - es, courtesy of Daniel Mustieles
+    - gl, courtesy of Fran Dieguez
+    - he, courtesy of Yosef Or Boczko
+    - hu, courtesy of Balázs Úr
+    - id, courtesy of Andika Triwidada
+    - nb, courtesy of Kjartan Maraas
+    - pt_BR, courtesy of Enrico Nicoletto
+    - zh_TW, courtesy of Cheng-Chia Tseng
+  - Added/Updated Documentation
+    - fi, courtesy of Sami Jaktholm
+
 version 3.13.1
   - Updated POTFILES.in
   - Use a traditional title bar when requested
diff --git a/configure.ac b/configure.ac
index 5445de0..82fe608 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([Cheese],
-        [3.13.1],
+        [3.13.4],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -41,8 +41,8 @@ GNOME_COMPILE_WARNINGS([maximum])
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-AC_SUBST([LIBCHEESE_LT_VERSION], [7:24:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:8:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:25:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:9:1])
 
 #*******************************************************************************
 # Internationalization


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