2009-01-06 Jody Goldberg * Release 1.14.11 2009-01-02 Jody Goldberg * gsf/gsf-open-pkg-utils.c (gsf_open_pkg_open_rel) : clean up the logic to handle rels with empty components, leading '/', or '.' to deal with POI generated files. 2008-12-25 Morten Welinder * configure.in (statfs): Fix detection for Darwin. Fixes #565603. * gsf-gnome/gsf-input-gnomevfs.h, gsf-gnome/gsf-output-gnomevfs.h: Fix compilation in gnome case. Fixes #565605. 2008-12-24 Morten Welinder * gsf/gsf-input-gio.c (make_local_copy): Use larger buffer. (gsf_input_gio_new, gsf_input_gio_new_for_path, gsf_input_gio_new_for_uri): Use g_return_val_if_fail as appropriate. * gsf/gsf-input-stdio.c (make_local_copy): New function. (gsf_input_stdio_new, gsf_input_stdio_new_FILE): Use make_local_copy for non-regular files. 2008-12-14 Morten Welinder * */*.c: Clean up glib includes. Patch from Pedro Fragoso. Fixes #564004. 2008-11-23 Jody Goldberg * gsf/gsf-utils.c (DllMain): glib-2.18 deprecated G_WIN32_DLLMAIN_FOR_DLL_NAME, create a DllMain ourselves to capture the dll handle. (gsf_init): use it here with g_win32_get_package_installation_directory_of_module. * configure.in : add MSGs for the preceding bz2 test. 2008-11-23 Jody Goldberg From : Richard W.M. Jones * configure.in : AC_CHECK_LIB doesn't work with the Windows port of libbz2 because dnl it uses the __stdcall calling convention. 2008-11-08 Morten Welinder * gsf/gsf-output-bzip.c: Pretend to use args in the don't-have-bzip case. * gsf/gsf-intput-bzip.c: Pretend to use args in the don't-have-bzip case. 2008-11-05 Morten Welinder * */*.c: Fix problem with formats. Based on patch from Hib Eris, #559291. 2008-10-30 Morten Welinder * gsf/gsf-output-stdio.c (rename_wrapper): Only use statfs if it is the expected two-argument kind. Fixes #558253. 2008-10-23 J.H.M. Dassen (Ray) * gsf/gsf-utils.c: Natural endian doubles aren't just used on VFP enabled ARM, but on ARM with EABI as well. Adjust the logic for defining G_FLOAT_BYTE_ORDER accordingly. Patch courtesy of Riku Voipio . (Debian #503144)