commit 48ec6a137d7f7cb89bbc43397d739120b7f864f9
Author: David King <amigadave@amigadave.com>
Date:   Mon Jan 19 21:34:51 2015 +0000

    Update NEWS for 3.15.4 release

M	NEWS
M	configure.ac

commit 85f894f5b7b14287371be51972714ebb5e16638a
Author: David King <amigadave@amigadave.com>
Date:	Mon Jan 19 21:30:19 2015 +0000

    Ignore intermediate file with Automake 1.15

M	po/POTFILES.skip

commit 5b3aecd4c09a80052a1ce19950f008b2e69f602c
Author: David King <amigadave@amigadave.com>
Date:	Mon Jan 19 21:26:36 2015 +0000

    Removed obsolete variables in autogen.sh

M	autogen.sh

commit 5741aa39afa6edd4585a1eba2857aa43bf04e456
Author: Rui Matos <tiagomatos@gmail.com>
Date:	Wed Jan 7 16:13:14 2015 +0100

    um-crop-area: Fix deprecated API usage

    https://bugzilla.gnome.org/show_bug.cgi?id=742530

M	libcheese/um-crop-area.c

commit 08ff9ff6999157f25b10676fdb088b04ac6f190e
Author: Rui Matos <tiagomatos@gmail.com>
Date:	Wed Jan 7 16:09:30 2015 +0100

    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

M	libcheese/um-crop-area.c

commit 8b5bc7375e031fe1f6faec8c45d54d0b84bc4ef5
Author: Rui Matos <tiagomatos@gmail.com>
Date:	Wed Jan 7 15:16:53 2015 +0100

    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

M	libcheese/um-crop-area.c