commit 6fec14cb8802105e68116e167ad10ca68548767f (HEAD -> master, github/master)
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Apr 12 10:46:26 2017 -0400

    configure: bump to 3.24.1

M	configure.ac

commit c62a8304754774625787e757c6e89bf1389b47ca
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Apr 12 10:43:46 2017 -0400

    NEWS: update for release

M	NEWS

commit 34dbc87f9df014e0232be8bc25aaf1e8928c91dc (origin/master, origin/HEAD)
Author: Mario Sanchez Prada <mario@endlessm.com>
Date:   Tue Mar 28 20:08:13 2017 +0100

    data: Don't clean $(wayland_session_in_files) in DISTCLEANFILES
    
    This variable references gnome.desktop.in now, which is not generated,
    and so cleaning this up is not correct.

M	data/Makefile.am

commit 076d2e7e0b54a46980b8ff770e93d26c1aec2555
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Mar 22 15:58:43 2017 +0100

    main: Start the manager only after we're sure we own the DBus name
    
    This closes a race where the clients we spawn wouldn't be able to
    reach us on the well known DBus name because they'd attempt to do so
    before we own it.
    
    By registering DBus APIs on the bus acquired callback but only
    starting the GsmManager on name acquired we guarantee that clients
    will be able to reach us.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780405

M	gnome-session/main.c

commit 9148aad95de0683ccf857978efe80dce4111d128 (tag: 3.24.0)