summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--configure.ac4
2 files changed, 30 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bc1c67f3..88fb3168 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,34 @@
ChangeLog for Cheese
--------------------
+version 3.7.4
+ - Eliminate an instance-used-via-static warning
+ - Avoid deprecated GFile attribute syntax
+ Bump Vala requirement to 0.16.0.
+ - Update photo-take help page
+ Update language and add instructions for capturing photo using a
+ capture button on a webcam (bug 690961)
+ - Shoot when the webcam capture button is pressed
+ This functionality existed is Cheese 2.32 (it was added in commit
+ de0114556cef148c396552d1c189b476ea0c8aab) but was lost in 3.0. Add it
+ back to fix bug 690961.
+ - Post-release bump to version 3.7.4
+ - Added/Updated Translations
+ - an, courtesy of Jorge Pérez Pérez
+ - bg, courtesy of Krasimir Chonov
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - et, courtesy of Mattias Põldaru
+ - fur, courtesy of TmTFx
+ - gl, courtesy of Fran Dieguez
+ - he, courtesy of Yaron Shahrabani
+ - hu, courtesy of Balázs Úr
+ - kk, courtesy of Baurzhan Muftakhidinov
+ - lt, courtesy of Aurimas Černius
+ - nb, courtesy of Kjartan Maraas
+ - ru, courtesy of Aleksej Kabanov
+ - sl, courtesy of Matej Urbančič
+ - th, courtesy of Akom Chotiphantawanon
+
version 3.7.3
- Return to the video view after selecting an effect
Fixes bug 687879.
diff --git a/configure.ac b/configure.ac
index d05106ac..32500f00 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:2:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:2:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:3:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:3:0])
#*******************************************************************************
# Internationalization