commit b0001177c828db2331c03c74a97e87780ba37a8e (HEAD -> master)
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 11:51:14 2015 -0400

    configure: bump to 3.18.1

M	configure.ac

commit a121230380eddccbe4473b4b559d254f76745e4f
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 11:50:47 2015 -0400

    Version 3.18.1
    
    * No longer stash environment in $XDG_RUNTIME_DIR/gnome/environment
    * Set SSH_AUTH_SOCK explicitly for wayland sessions
    * Set LC environment variables up front, so g-s-d doesn't have to do
      it and hand it back to us later
    * Set IBus environment variables too
    * Translation updates

M	NEWS

commit 6b8d94ae13b2bec1db1bcff4ab4cc67bf63fda9f (origin/master, origin/HEAD)
Author: Giovanni Campagna <gcampagn@cs.stanford.edu>
Date:   Fri Oct 9 14:54:42 2015 -0700

    Make sure we use the local gio vfs in gnome-settings
    
    So that we don't accidentally start gvfsd too early
    
    Patch slightly modified by Ray Strode to preserve
    original glib environment variable values.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	gnome-session/main.c

commit 39f146e6c5727105a3c88c2290654c6ef83102c5
Author: Giovanni Campagna <gcampagn@cs.stanford.edu>
Date:   Fri Oct 9 14:49:04 2015 -0700

    Read and apply LC_* environment variables from GSettings
    
    Before anything else runs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

M	configure.ac
M	gnome-session/Makefile.am
A	gnome-session/gnome-session.in
M	gnome-session/main.c

commit a8896ccad65583885735a04205351f48a42f29ae
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 10:53:39 2015 -0400

    main: set SSH_AUTH_SOCK explicitly in wayland sessions
    
    Until we can get a more complete environment variable
    propagation story figured, implement a quick hack
    for the most pressing one, SSH_AUTH_SOCK.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738205

M	gnome-session/main.c

commit 3c26d87bd89128a1bd5859f90adc028fcbee5e8e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 10:06:35 2015 -0400

    Revert "gsm-util: save environment to $XDG_RUNTIME_DIR/gnome/environment"
    
    This reverts commit db7ce81e9acd5859cb929496e39880d8b4fdc1bf and
    commit a50a182ef66c58896ba6d8a5d393fb898ece2bbf.
    
    We're probably going to solve this problem a different way.

M	gnome-session/gsm-util.c

commit 8c277825f106f051f806f496a944534342410a4e
Author: Ray Strode <rstrode@redhat.com>
Date:   Wed Oct 14 09:43:15 2015 -0400

    configure: bump minimum library requires to 3.18 ones
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756546

M	configure.ac

commit 9af8474a027edecf7c73827964fd88bc960266d6
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Wed Oct 7 05:31:40 2015 +0000

    Updated Portuguese translation

M	po/pt.po

commit aacfb5d64b7cc4910f858cf8efb2eafdf2b404ac
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Mon Oct 5 17:08:32 2015 +0000

    Updated Finnish translation

M	po/fi.po

commit a50a182ef66c58896ba6d8a5d393fb898ece2bbf
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Sep 17 08:03:10 2015 -0400

    gsm-util: fix leak in new gsm_util_save_environment function
    
    gsm_util_save_environment calls g_get_environ() without calling
    g_strfreev() on the result.
    
    This commit addresses the problem by using the environ external
    variable, directly, instead, and avoiding the allocation
    altogether.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=738205

M	gnome-session/gsm-util.c

commit e5c28ee81c91d659e592de55e0fc42e8e936d128 (tag: 3.18.0, tag: 3.17.92)