commit ffefa544d68972cf5cc7099eb015c35630c5314d
Author: Matthias Clasen <
[email protected]>
Date: Tue Jul 17 13:50:58 2012 -0400
More updates
NEWS | 1 +
1 file changed, 1 insertion(+)
commit a0b71839ee27eec27d8b9da24d25c153d6273f42
Author: Stef Walter <
[email protected]>
Date: Tue Jul 17 18:34:16 2012 +0200
GIOScheduler: Fix access after free in "cancelled" handler
* GCancellable can be "cancelled" more than once if
g_cancellable_reset() is called.
* Don't assume that because the "cancelled" signal fired
it won't fire again.
https://bugzilla.gnome.org/show_bug.cgi?id=680111
gio/gioscheduler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e97a4c7e5ef205dea08928f64ee5ba7e222e3b9b
Author: Matthias Clasen <
[email protected]>
Date: Tue Jul 17 13:00:00 2012 -0400
2.33.6
https://bugzilla.gnome.org/show_bug.cgi?id=680111
NEWS | 14 ++++++++++++++
configure.ac | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
commit d90ad1805552aab969f316a1de687efdb71e27fe
Author: Dan Winship <
[email protected]>
Date: Tue Jul 17 09:12:39 2012 -0400
GAsyncInitable: partially revert the init_finish changes
g_async_initable_real_init_finish() was previously handling all
GSimpleAsyncResults, even if they weren't created by
g_async_initable_real_init_async(), and libnm-glib accidentally relied
on that behavior. So remove the g_simple_async_result_is_valid()
check.
gio/gasyncinitable.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
commit cd8ec3359b4b8afd5cce48bf218ecd793f8064eb
Author: Krzesimir Nowak <
[email protected]>
Date: Sun Jul 15 19:10:43 2012 +0200
GVariantType: Add (constructor) annotation for some constructors.
This are mistaken by g-ir-scanner as GVariantType's methods, because
they take a GVariantType* as a first parameter.
https://bugzilla.gnome.org/show_bug.cgi?id=679968
glib/gvarianttype.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 1b3578ec0beb19639e21c08e560a4fdb010a438a
Author: Daniel Mustieles <
[email protected]>
Date: Mon Jul 16 16:42:49 2012 +0200
Updated Spanish translation
po/es.po | 441
++++++++++++++++++++++++++++++++------------------------------
1 file changed, 231 insertions(+), 210 deletions(-)
commit bfbfbec91e10ea7f34e43a5d263031abb914dec6
Author: Marc-André Lureau <
[email protected]>
Date: Mon Jul 9 04:12:02 2012 +0200
win32: g_getenv() should return "" if variable exists and empty
On Windows, GetEnvironmentVariable() returns 0 for empty variables.
Checking GetLastError() == ERROR_ENVVAR_NOT_FOUND helps make a
difference between a variable that does not exist or an empty one
which should return "".
https://bugzilla.gnome.org/show_bug.cgi?id=679617
glib/genviron.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 6007a4b0b109855f8521ba93ed10b3a1d2bf77f2
Author: Marc-André Lureau <
[email protected]>
Date: Mon Jul 9 03:54:55 2012 +0200
win32: fix g_get_environ()
The current code create the strv array incorrectly, it is too big and
leaves invalid holes. This may result in crashes when freeing the
returned value.
https://bugzilla.gnome.org/show_bug.cgi?id=679617
glib/genviron.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
commit 11819933e2d0b8833dfd7a0173f66be989a5a914
Author: Matthias Clasen <
[email protected]>
Date: Mon Jul 16 06:01:55 2012 -0400
Bump version
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)