summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-12-17 22:52:15 +0000
committerDavid King <amigadave@amigadave.com>2012-12-17 22:52:15 +0000
commit449a6ca5fe3cf2effd4aa90256c5533a58781f9e (patch)
tree61e4eacfdd07c3d005b8692328c89bb615a86ec7
parentfdcc3fb768918ccbaa7a563901238266b98526bd (diff)
downloadcheese-449a6ca5fe3cf2effd4aa90256c5533a58781f9e.tar.gz
Update NEWS for 3.7.3 release3.7.3
-rw-r--r--NEWS40
-rw-r--r--configure.ac6
2 files changed, 43 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fd5d6a84..bc1c67f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
ChangeLog for Cheese
--------------------
+version 3.7.3
+ - Return to the video view after selecting an effect
+ Fixes bug 687879.
+ - More g_thread_init() removal
+ Add --target-glib 2.32 to the VALAFLAGS so that we don't get
+ g_thread_init() in the generated .c code.
+ - Drop calls to g_thread_init() in tests
+ Our dependency on Gtk 3.4 already gives us an indirect dependency on a
+ GLib that no longer requires these calls.
+
+ We got away with this for a while due to gstreamer's public dependency
+ on libgthread, but as of bug 689043 gstreamer no longer does this so we
+ now get link errors.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=689117
+ - Handle thumbnail directory creation, bug 671614
+ - Return NULL rather than a const empty string
+ Fix bug 687042 and bug 687123 by returning NULL from
+ cheese_camera_get_recorded_time() rather than a const empty string. The
+ returned NULL can be safely freed with g_free(), whereas freeing the
+ const string is undefined and leads to a crash with glibc.
+ - Add keywords to the desktop file
+ This makes gnome-shell search more satisfying.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=687006
+ - Add some missing mnemonics, bug 684513
+ - Post-release verson bump to 3.7.1
+ - Added/Updated Translations
+ - an, courtesy of Jorge Pérez Pérez
+ - as, courtesy of Nilamdyuti Goswami
+ - ca@valencia, courtesy of Gil Forcada
+ - el, courtesy of Tom Tryfonidis
+ - es, courtesy of Daniel Mustieles
+ - pl, courtesy of Piotr Drąg
+ - sk, courtesy of Pavol Babinčák
+ - ta, courtesy of Shantha kumar
+ - Added/Updated Documentation
+ - lv, courtesy of Rūdolfs Mazurs
+ - sl, courtesy of Andrej Žnidaršič
+
version 3.6.0
- Added/Updated Translations
- bg, courtesy of Krasimir Chonov
diff --git a/configure.ac b/configure.ac
index 5b63e7d3..ae8bccb5 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.7.1],
+ [3.7.3],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[http://projects.gnome.org/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:1:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:1:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:2:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:2:0])
#*******************************************************************************
# Internationalization