commit 223dea8d72e27fd6e448c880839dc92e754cd426
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Apr 16 13:48:37 2014 +0200

    3.12.1

M	NEWS
M	configure.ac

commit 11eb5b0d93e46d2d63e1b108b0cf659ab8f30c77
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Mar 25 17:39:21 2014 +0100

    gnome-rr: Actually define output_get_possible_crtcs
    
    Fallout from 817fd136603bf92294411345b2281b6ab0d37adf
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727034

M	libgnome-desktop/gnome-rr.c

commit 07480cb20cf4155a6e975a011211ea98d57037fa
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Wed Mar 26 15:35:09 2014 +0100

    gnome-rr: Initialize GnomeRROutputInfo:rotation to GNOME_RR_ROTATION_0
    
    Otherwise, the GnomeRROutputInfos representing connected but inactive
    outputs (ie. without an assigned CRTC) had their rotations set to
    GNOME_RR_ROTATION_NEXT, which is not a valid value. This leads to
    gnome_rr_config_applicable returning FALSE, because it thinks that one
    of the outputs require a rotation that is not supported by any of the
    available CRTCs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727023

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-output-info.c