[cheese] Update NEWS for 3.15.2 release
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Update NEWS for 3.15.2 release
- Date: Mon, 24 Nov 2014 19:49:49 +0000 (UTC)
commit ab2084a3eaa0fda7760bdc70ca4c3f12e71f4a3e
Author: David King <amigadave amigadave com>
Date: Mon Nov 24 19:34:18 2014 +0000
Update NEWS for 3.15.2 release
NEWS | 15 +++++++++++++++
configure.ac | 6 +++---
2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 90c23e6..b9d1717 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
ChangeLog for Cheese
--------------------
+version 3.15.2
+ - Fix Nepali desktop file keywords translation
+ - Add name and summary elements to AppData
+ Pacify appstream-util validate.
+ - Limit default size for avatar cropping
+ Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
+ for cropping avatars thus crop rectangle could be easily bigger then
+ image. The crop rectagle can't be modified and cc_crop_area_get_picture
+ causes errors if the rectangle is bigger, because it has negative
+ coordinates. Limit the default size to fit the image also.
+ https://bugzilla.gnome.org/show_bug.cgi?id=739870
+ - Added/Updated Translations
+ - fi, courtesy of Jiri Grönroos
+ - ne, courtesy of Pawan Chitrakar
+
version 3.15.1
- Substitute bindir and libexecdir in Makefile.am
Rather than substituting the values of libexecdir and bindir during
diff --git a/configure.ac b/configure.ac
index d42fbbb..66fa615 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.15.1],
+ [3.15.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
@@ -45,8 +45,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:32:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:16:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:33:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:17:1])
#*******************************************************************************
# Internationalization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]