From dbb7d616f770187dde7e98d05f9159a54a63a2c3 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 4 Jun 2012 21:40:14 +0100 Subject: [PATCH] Update NEWS for 3.5.2 release --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fbf89e8e..7cb5930b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,30 @@ ChangeLog for Cheese -------------------- +version 3.5.2 + - Depend on intltool 0.50 for GSettings translations + - Use G_SOURCE_REMOVE and _CONTINUE + - Use GDK provided work area code, bug 670996 + - Remove markup from translatable string + - Updated help makefile + - Add fullscreen help page + - Update help index page + - Updated introduction help page + - Efstathios Iosifidis + - Added/Updated Translations + - es, courtesy of Daniel Mustieles + - fr, courtesy of Pierre Henry + - gl, courtesy of Fran Dieguez + - he, courtesy of Yaron Shahrabani + - ja, courtesy of Jiro Matsuzawa + - nb, courtesy of Kjartan Maraas + - pt_BR, courtesy of Gabriel Speckhahn + - sl, courtesy of Matej Urbančič + - Added/Updated Documentation + - el, courtesy of Efstathios Iosifidis + - es, courtesy of Daniel Mustieles + - fr, courtesy of Bruno Brouard + version 3.5.1 - Add cheese_camera_get_recorded_time to API doc - Properly quote $UDEV_REQUIRED variable, bug 673628 diff --git a/configure.ac b/configure.ac index f44dbc2e..ce213816 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], [6:0:3]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:4:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [6:1:3]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:5:1]) #******************************************************************************* # Internationalization -- 2.11.4.GIT