2014-01-04 Morten Welinder * Release 1.14.29 2013-12-14 Morten Welinder * gsf/gsf-open-pkg-utils.c (open_pkg_rel_begin): Handle duplicate or missing id and type. Fixes #720458. 2013-12-07 Morten Welinder * gsf/gsf-utils.h (GSF_LE_GET_GUINT32): cast unsigned char to guint32 before left-shifting by 24. This avoids an implicit cast to int followed by an overflowing left-shift which is undefined in the C standard. 2013-09-13 Morten Welinder * gsf/gsf-infile-zip.c (zip_child_init): Fix translation marking, plug leak. Fixes #706937. 2013-08-23 Morten Welinder * gsf/gsf-outfile-stdio.c (gsf_outfile_stdio_new_valist): Allow the directory to exist. Patch from Allin Cottrell. #706219. 2013-08-01 Morten Welinder * configure.ac: Post-release bump.