summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2013-07-30 08:30:19 +0100
committerDavid King <amigadave@amigadave.com>2013-07-30 08:30:19 +0100
commitd2463177a0ef20637479097ccd97a9cd497589aa (patch)
tree0a2a071d6fb6a9a85beee3b6b70915420fa6d0bb
parentfd541e76b94da0491ed61d7b2ffdead800027d8c (diff)
downloadcheese-3.9.5.tar.gz
Update NEWS for 3.9.5 release3.9.5
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b5ee2c7b..0ef09b4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,28 @@
ChangeLog for Cheese
--------------------
+version 3.9.5
+ - Remove cheese-actions.ui from po/POTFILES.in
+ Fixes bug 704119.
+ - Refactor thumbnail context menu event handling
+ Use Gdk.Event.triggers_context_menu() rather than checking if the
+ secondary button was pressed. Return true if the event was handled, to
+ stop further event propagation.
+ - Use GAction for thumbnail popup menu actions
+ - Post-release version bump to 3.9.5
+ - Added/Updated Translations
+ - cs, courtesy of Marek Černocký
+ - es, courtesy of Daniel Mustieles
+ - nb, courtesy of Kjartan Maraas
+ - pt_BR, courtesy of Enrico Nicoletto
+ - sk, courtesy of Pavol Klačanský
+ - tg, courtesy of Victor Ibragimov
+ - zh_CN, courtesy of 甘露(Lu Gan)
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+ - Added/Updated Documentation
+ - pt_BR, courtesy of Enrico Nicoletto
+
version 3.9.4
- Move gettext initialization to main()
Ensure that gettext is always initialized, regardless of whether the
diff --git a/configure.ac b/configure.ac
index e5101513..81d79d13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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:12:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:12:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:13:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:13:0])
#*******************************************************************************
# Internationalization