2016-04-14  Murray Cumming  <[email protected]>

       2.46.4

2016-04-14  Chun-wei Fan  <[email protected]>

       MSVC builds: Look for includes in include/gio-win32-2.0

       At some point gio.h is going to include headers from this location, so
       make sure we look for headers from here.

2016-04-14  Aurelien Jacobs  <[email protected]>

       Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declaration

       Bug #761046

2016-04-14  Chun-wei Fan  <[email protected]>

       glibmmconfig.h.in: Fix Visual Studio 2013 builds

       The thread_local keyword is only supported natively on Visual Studio 2015,
       so we need to use the Microsoft-specific extension __declspec(thread) for
       supporting thread_local in Visual Studio 2013 builds.

       Also re-organize the Visual Studio 2013-specific parts a bit so that it is
       clearer to people.

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

2016-04-14  Aurelien Jacobs  <[email protected]>

       Glib::ustring fix gcc 6 warning in public header

       Avoid a warning when compiling with gcc 6 with -Wmisleading-indentation.
       Bug #760641.