commit a227525d612ef57cdbb88210f83bb0ef54a466ef Author: Matthias Clasen Date: Wed Jan 6 19:32:12 2010 -0500 Updates NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 2c0c35af564fd29b10345b38505ccae70d59eaad Author: Matthias Clasen Date: Wed Jan 6 13:23:48 2010 -0500 Fix the filename roundtrip check The check was always failing because the code was comparing the wrong strings. Reported in bug 605977. (cherry picked from commit f2d8f6287d6e3fcb9e58402c2051d557f7e41632) gio/glocalfile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 40005647ed81d6bbc13fac581ce44505deb042ca Author: Ryan Lortie Date: Tue Jan 5 18:49:23 2010 -0500 GUnixFDMessage: fix a small typo in an extra check In the deserialise function, GUnixFDMessage was comparing 'level' to both SOL_SOCKET and SCM_RIGHTS. It is correct to compare 'type' to SCM_RIGHTS. The code passed tests only because: 1) it's a "should always be OK" double-check 2) SOL_SOCKET and SCM_RIGHTS, by chance, both have the value '1' on Linux systems. (cherry picked from commit baf20e09842a97c2d7925dff5ff9c6d35e36b27d) gio/gunixfdmessage.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit aecd2616c78e82fcff49c584448a010da381f944 Author: Matthias Clasen Date: Tue Jan 5 18:18:55 2010 -0500 Fix a memleak An early exit in expand_application_parameters forgot to free a GString. Reported by Steve Grubb. (cherry picked from commit b00c6d7fb5798b4e528554e1221a553ab95506ed) gio/gdesktopappinfo.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 6a8828d40f07bef12c902cf271fd5b37b0be616c Author: Matthias Clasen Date: Tue Jan 5 18:16:37 2010 -0500 Fix an off-by-one error Reported by Steve Grubb. (cherry picked from commit 6cee86a3efc98333282218f8eb1e0149a7cd703d) gio/gcontenttype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 41b39280692c70ee2aaae73377f07fff35f1ea5e Author: Javier Jardón Date: Mon Dec 28 02:04:01 2009 +0100 [docs] Fix 'Deprecated' tag on some win32 functions Fix g_win32_get_package_installation_directory() and g_win32_get_package_installation_subdirectory_utf8() (cherry picked from commit 73ca6f70199353c22bf2d6aa99d5cd1eaea76702) glib/gwin32.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 70731424fd25c0032a026646a2cd75226ce2e656 Author: Javier Jardón Date: Thu Dec 24 05:05:21 2009 +0100 [docs] Fix 'Deprecated' tag in g_date_set_time() (cherry picked from commit 85e00d3a9433a5f83f9897c832fa00e4e0540e2c) glib/gdate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2ad84bbc03389a9da24ff2a2dac1c455a5fb1655 Author: Kamal Mostafa Date: Fri Dec 18 10:34:05 2009 -0800 Fix typo "Performace" in gtester-report Details pop-up window (cherry picked from commit 046e521b4f08a88c889620225faea7284356eb23) glib/gtester-report | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1a0f372907414a148a652aedb39068bd9b83790b Author: Dan Winship Date: Fri Dec 18 10:26:09 2009 +0100 Fix UnixWare build by not using "sa_len" as a variable name https://bugzilla.gnome.org/show_bug.cgi?id=604875 (cherry picked from commit 28d91b5bb6f0543c259976d8338a7b4d95054dd3) gio/gnetworkingprivate.h | 2 +- gio/gresolver.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit bd6dce6046c908424ac284b53a49d58d0ef0665a Author: Haakon Sporsheim Date: Tue Jan 5 11:28:43 2010 +0200 Avoid compilation warning from MSVC Signed-off-by: Tor Lillqvist glib/gutils.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 84e791e580c3a16d628c8161a92a0652aa94b294 Author: Matthias Clasen Date: Mon Dec 21 09:11:23 2009 -0500 Revert the g_set_prgname change This change breaks our API and causes warnings from essentially all applications. See bug 563627. glib/gutils.c | 11 ++--------- glib/tests/option-context.c | 5 ----- 2 files changed, 2 insertions(+), 14 deletions(-) commit 7e9ad3d7460059cc29113ec26b769cee0629a453 Author: Gian Mario Tagliaretti Date: Wed Dec 16 23:38:39 2009 +0100 Remove wrong file imports, only gio/gio.h should be included gio/gunixconnection.h | 3 +-- gio/gunixfdmessage.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) commit 3d546303e87bc3b95a4c1124079a1ea6090f569b Author: Tor Lillqvist Date: Mon Dec 14 03:09:46 2009 +0200 Check for and use it if present Should help bug #603527 if glib is built in an environment that has . config.h.win32.in | 7 +++++++ configure.in | 2 +- gio/gwin32resolver.c | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletions(-) commit 3a7a950b2b912d0c22ce1208b883128077319d1e Author: Matthew W. S. Bell Date: Wed Dec 2 01:48:30 2009 +0100 Initialise variable in g_time_val_from_iso8601() The function does not initialise the struct tm, giving it improper values of tm_isdst making the result an hour out. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=603540 (cherry picked from commit 2321e5aed07154761223bb124770beba56700e41) glib/gtimer.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 31f928a2c32f5b219da9c30b8c5bbfcea2343426 Author: Alexander Larsson Date: Mon Dec 7 22:00:51 2009 +0100 Remove default implementation of async filter steam ops Not only is the default implementation broken (it causes infinite recursion as seen in bug #603982), but its also worthless. If we just fall back on the default stream operations we automatically get async version based on the sync filter stream operations, which is what we want. (cherry picked from commit 4fbbe190b7cbfd271bbb18428bc103ebffa41112) gio/gfilterinputstream.c | 185 +-------------------------------------------- gio/gfilteroutputstream.c | 173 ------------------------------------------ 2 files changed, 2 insertions(+), 356 deletions(-) commit a8027e093e5eda117b7079dc503a6fc8d5b03062 Author: Matthias Clasen Date: Tue Dec 1 08:22:54 2009 -0500 Bump version configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 227609c73b4b1c0127dbb3262ffa49e7492694d4 Author: Matthias Clasen Date: Tue Dec 1 08:21:55 2009 -0500 2.22.3 docs/reference/glib/tmpl/glib-unused.sgml | 67 +++ docs/reference/glib/tmpl/macros_misc.sgml | 5 +- docs/reference/glib/tmpl/version.sgml | 68 --- po/am.po | 114 ++-- po/ar.po | 114 ++-- po/as.po | 114 ++-- po/az.po | 114 ++-- po/be.po | 114 ++-- po/be@latin.po | 114 ++-- po/bg.po | 114 ++-- po/bn.po | 114 ++-- po/bn_IN.po | 114 ++-- po/bs.po | 114 ++-- po/ca.po | 114 ++-- po/ca@valencia.po | 909 ++++++++++++++--------------- po/cs.po | 114 ++-- po/cy.po | 114 ++-- po/da.po | 114 ++-- po/de.po | 114 ++-- po/dz.po | 114 ++-- po/el.po | 114 ++-- po/en_CA.po | 114 ++-- po/en_GB.po | 114 ++-- po/eo.po | 114 ++-- po/es.po | 114 ++-- po/et.po | 473 +++++++++++++++- po/eu.po | 114 ++-- po/fa.po | 114 ++-- po/fi.po | 114 ++-- po/fr.po | 114 ++-- po/ga.po | 114 ++-- po/gl.po | 114 ++-- po/gu.po | 114 ++-- po/he.po | 114 ++-- po/hi.po | 114 ++-- po/hr.po | 114 ++-- po/hu.po | 114 ++-- po/hy.po | 114 ++-- po/id.po | 114 ++-- po/is.po | 114 ++-- po/it.po | 114 ++-- po/ja.po | 114 ++-- po/ka.po | 114 ++-- po/kn.po | 114 ++-- po/ko.po | 114 ++-- po/ku.po | 114 ++-- po/lt.po | 114 ++-- po/lv.po | 114 ++-- po/mai.po | 114 ++-- po/mg.po | 114 ++-- po/mk.po | 114 ++-- po/ml.po | 114 ++-- po/mn.po | 114 ++-- po/mr.po | 114 ++-- po/ms.po | 114 ++-- po/nb.po | 114 ++-- po/ne.po | 114 ++-- po/nl.po | 114 ++-- po/nn.po | 114 ++-- po/oc.po | 114 ++-- po/or.po | 114 ++-- po/pa.po | 114 ++-- po/pl.po | 114 ++-- po/ps.po | 114 ++-- po/pt.po | 114 ++-- po/pt_BR.po | 114 ++-- po/ro.po | 114 ++-- po/ru.po | 114 ++-- po/rw.po | 114 ++-- po/si.po | 114 ++-- po/sk.po | 114 ++-- po/sl.po | 114 ++-- po/sq.po | 114 ++-- po/sr.po | 114 ++-- po/sr@ije.po | 114 ++-- po/sr@latin.po | 114 ++-- po/sv.po | 114 ++-- po/ta.po | 114 ++-- po/te.po | 114 ++-- po/th.po | 114 ++-- po/tl.po | 114 ++-- po/tr.po | 114 ++-- po/tt.po | 114 ++-- po/uk.po | 114 ++-- po/vi.po | 114 ++-- po/wa.po | 114 ++-- po/xh.po | 114 ++-- po/yi.po | 114 ++-- po/zh_CN.po | 114 ++-- po/zh_HK.po | 114 ++-- po/zh_TW.po | 114 ++-- 91 files changed, 5886 insertions(+), 5440 deletions(-)