libgxps 0.2.5 (25 February 2017) ================================ Bug fixes: - Fix handling of internal documents paths to ensure we always use "/" instead of the system path separator (#777894, Ignacio Casal Quinteiro) - Improve performance when querying archive entries by using a hash set instead of a GList (#777272, Paolo Borelli) - Improve performance when querying documents in archive by using a GPtrArray instead of a GList (#777269, Paolo Borelli) - Fix a user after free in tools (Paolo Borelli) - Fix several memory leaks (Paolo Borelli) - Fix potential NULL pointer dereference found by coverity (#776323, Philip Withnall) - Add a missing break in switch statement found by coverity (#776323, Philip Withnall) - Fix uninitialised variables found by coverity (#776323, Philip Withnall) - Fix several compile warnings (Ignacio Casal Quinteiro) - Remove wrong return from print_token() that is void (#772296, Ernestas Kulik) - Fix GObject introspection build (#775637, Jason Crain) Build: - Add support for building with Visual studio (#771057, Ignacio Casal Quinteiro)