[cheese] Update NEWS for 3.15.4 release
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Update NEWS for 3.15.4 release
- Date: Mon, 19 Jan 2015 21:39:08 +0000 (UTC)
commit 48ec6a137d7f7cb89bbc43397d739120b7f864f9
Author: David King <amigadave amigadave com>
Date: Mon Jan 19 21:34:51 2015 +0000
Update NEWS for 3.15.4 release
NEWS | 19 +++++++++++++++++++
configure.ac | 6 +++---
2 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00112ee..da11bca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
ChangeLog for Cheese
--------------------
+version 3.15.4
+ - Ignore intermediate file with Automake 1.15
+ - Removed obsolete variables in autogen.sh
+ - um-crop-area: Fix deprecated API usage
+ https://bugzilla.gnome.org/show_bug.cgi?id=742530
+ - um-crop-area: Enforce a minimum size
+ Otherwise, if callers aren't careful, users could resize us so small
+ that we'd crash inside gdk_pixbuf_scale() .
+ https://bugzilla.gnome.org/show_bug.cgi?id=742530
+ - um-crop-area: Fix background rendering around the picture
+ Instead of trying to fill the displayed pixbuf with the background
+ color (and failing at that), just make the pixbuf be an aspect correct
+ scaled size of the original picture and draw it at the correct offset
+ on the draw vfunc.
+ This allows us to get rid of deprecated gtk+ API usage and fixes the
+ background around the picture ending up black despite de code's
+ intent.
+ https://bugzilla.gnome.org/show_bug.cgi?id=742530
+
version 3.15.3
- Refactor crop area scaling code
Recently committed patch f9d576e was modified before applying it into
diff --git a/configure.ac b/configure.ac
index 6ac724a..2fa9baf 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.3],
+ [3.15.4],
[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:34:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:18:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:35:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:19:1])
#*******************************************************************************
# Internationalization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]