summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-07-21 21:47:27 +0100
committerDavid King <amigadave@amigadave.com>2014-07-21 21:47:27 +0100
commit26e47b1b690d24feebe18fbb0d7c7ed2d5a2e505 (patch)
treeef07cdce2ca38af6f6a29c80b516b358f7272def
parent1d41bfa4db33b8396c8abedfc8fd28b6377c8e4b (diff)
downloadcheese-3.13.4.tar.gz
Update NEWS for 3.13.4 release3.13.4
-rw-r--r--NEWS30
-rw-r--r--configure.ac6
2 files changed, 33 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index aac4bfb2..6a2e7ac1 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 5445de05..82fe608b 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