summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-01-19 21:34:51 +0000
committerDavid King <amigadave@amigadave.com>2015-01-19 21:34:51 +0000
commit48ec6a137d7f7cb89bbc43397d739120b7f864f9 (patch)
tree95311a53310647138646017e68057b9f836d168e /NEWS
parent85f894f5b7b14287371be51972714ebb5e16638a (diff)
downloadcheese-48ec6a137d7f7cb89bbc43397d739120b7f864f9.tar.gz
Update NEWS for 3.15.4 release3.15.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00112ee4..da11bca6 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