commit 6c605b0ed57c0b31c679ab366ab6c8dbf2c33545 (HEAD, origin/gnome-3-6, gnome-3-6) Author: Ray Strode Date: Mon Nov 12 18:29:46 2012 -0500 configure: bump to 3.6.2 M configure.ac commit 75895db7530ff0a67025357c8a8cd1f9cc87feb3 Author: Ray Strode Date: Mon Nov 12 18:31:58 2012 -0500 NEWS: update for release M NEWS commit f8a6f3a6b67b558c18d475b468bff66d561c2ee3 Author: Colin Walters Date: Wed Nov 7 07:50:16 2012 -0500 GsmSystemd: use free() on string returned from libsystemd, not g_free() Doesn't matter now, but it may sometime in the future. Also, it's just good to stay on one's toes in C about what kinds of pointers need to be freed with which function. https://bugzilla.gnome.org/show_bug.cgi?id=687821 M gnome-session/gsm-systemd.c commit 981acc49ed778860c3128ad6592a7ed7850259e7 Author: Ray Strode Date: Tue Nov 6 15:46:42 2012 -0500 main: initialize gsm-system before acquring name gsm-systemd makes synchronous calls to logind. These calls invoke a main loop. If we've already acquired a name on the session bus when the main loop is running, then we'll service that bus name too early. This commit initializes gsm-system before acquiring a name to avoid that clash. https://bugzilla.gnome.org/show_bug.cgi?id=687804 (cherry picked from commit 5aff5ed2e24146f16c6eabbd4f39e9c9fc28dbb9) M gnome-session/main.c commit 6cbadc58e8ad5eac5d0ab54becaeffcb9fc2e87a Author: DuĊĦan Kazik Date: Tue Oct 23 20:57:24 2012 +0200 Updated slovak translation M po/sk.po commit 13346cbdfb04981f205dd1c40fe03571369d5118 Author: Tom Tryfonidis Date: Tue Oct 23 17:29:06 2012 +0300 Updated Greek translation M po/el.po commit e8e5d3f7376eeb0b2d365644b1a8a5064cccf5b0 Author: Matthias Clasen Date: Mon Oct 22 10:24:00 2012 -0400 dbus: Add SessionName property to introspection This fixes the GetAll call that gdbus clients automatically do and currently (harmlessly) error out on. https://bugzilla.gnome.org/show_bug.cgi?id=686546 M gnome-session/org.gnome.SessionManager.xml commit 048fd0971ac11ff8544c53acad0e8f1c85e3aadf Author: Matthias Clasen Date: Mon Oct 22 21:06:24 2012 -0400 systemd: Drop system inhibitor when necessary We need to be careful here, since we are getting the system inhibitor with an async call. By the time we get the reply, the session inhibitor may have already been dropped again. https://bugzilla.gnome.org/show_bug.cgi?id=685499 M gnome-session/gsm-systemd.c commit ffdfdb7c452da0ba4540bb198fee7cfe945f4e42 (tag: 3.6.1)