Blame NEWS

Packit 8ef017
v1.1
Packit 8ef017
~~~~
Packit 8ef017
Packit 8ef017
Bugfixes:
Packit 8ef017
 - Add git version in --version (Marc-André Lureau)
Packit 8ef017
 - Fix list of new symbols in index page (Marc-André Lureau)
Packit 8ef017
 - Fix unused declarations (Marc-André Lureau)
Packit 8ef017
 - Match the former autotools build (Jan Alexander Steffens)
Packit 8ef017
 - Specify gcab compoment in PACKAGE_BUGREPORT (Marc-André Lureau)
Packit 8ef017
Packit 8ef017
v1.0
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
Notes:
Packit 8ef017
 - This fixes the security bug known as CVE-2018-5345
Packit 8ef017
Packit 8ef017
Translations:
Packit 8ef017
 - Add Friulian translation (Fabio Tomat)
Packit 8ef017
 - Updated Brazilian Portuguese translation (Rafael Fontenelle)
Packit 8ef017
 - Updated Danish translation (Ask Hjorth Larsen, Joe Hansen)
Packit 8ef017
 - Updated German translation (Mario Blättermann)
Packit 8ef017
 - Updated Polish translation (Piotr Drąg)
Packit 8ef017
 - Updated Russian translation (Stas Solovey)
Packit 8ef017
 - Updated Slovenian translation (Matej Urbančič)
Packit 8ef017
 - Updated Spanish translation (Daniel Mustieles)
Packit 8ef017
 - Updated Swedish translation (Anders Jonsson)
Packit 8ef017
Packit 8ef017
New Features:
Packit 8ef017
 - Add a helper executable to create massive compressed archives (Richard Hughes)
Packit 8ef017
 - Add a special binary to use just for fuzzing (Richard Hughes)
Packit 8ef017
 - Add gcab_cabinet_get_size() (Richard Hughes)
Packit 8ef017
 - Add gcab_file_new_with_bytes() (Richard Hughes)
Packit 8ef017
 - Add gcab_file_set_attributes() (Richard Hughes)
Packit 8ef017
 - Add gcab_file_set_date() (Richard Hughes)
Packit 8ef017
 - Add gcab_folder_get_comptype() (Richard Hughes)
Packit 8ef017
 - Add gcab_folder_get_file_by_name() (Richard Hughes)
Packit 8ef017
 - Add some self tests to test libgcab (Richard Hughes)
Packit 8ef017
 - Switch to the Meson buildsystem (Richard Hughes)
Packit 8ef017
Packit 8ef017
Bugfixes:
Packit 8ef017
 - Always check the return value when writing to the stream (Richard Hughes)
Packit 8ef017
 - Do not crash when ncbytes is larger than the buffer size (Richard Hughes)
Packit 8ef017
 - Do not encode timezone in generated files (Chris Lamb)
Packit 8ef017
 - Do not return translated errors from libraries (Richard Hughes)
Packit 8ef017
 - Explicitly enable C99 support (Philip Withnall)
Packit 8ef017
 - Fix a few 'Dereference of null pointer' warnings (Richard Hughes)
Packit 8ef017
 - Fix a large memory leak when parsing LZX cab files (Richard Hughes)
Packit 8ef017
 - Fix a theoretical crash when building the table entries (Richard Hughes)
Packit 8ef017
 - Fix buffer overrun when generating Huffman codes (Richard Hughes)
Packit 8ef017
 - Fix dependency on generated .h file (Philip Chimento)
Packit 8ef017
 - Fix invalid return annotation (Marc-André Lureau)
Packit 8ef017
 - Fix the calculation of the checksum on big endian machines (Richard Hughes)
Packit 8ef017
 - Fix -Wimplicit-fallthrough= (Marc-André Lureau)
Packit 8ef017
 - Replace all the custom typedefd unsigned types with working versions (Richard Hughes)
Packit 8ef017
 - Return detailed errors from gcab_cabinet_get_signature() (Richard Hughes)
Packit 8ef017
 - Use g_autoptr() to fix countless memory leaks when parsing corrupt files (Richard Hughes)
Packit 8ef017
 - Use g_autoptr() to fix several memory leaks on error in the library (Richard Hughes)
Packit 8ef017
 - Use G_DECLARE_FINAL_TYPE to remove lots of C boilerplate (Richard Hughes)
Packit 8ef017
 - Use glib-mkenum's prefixes to avoid sed (Emmanuele Bassi)
Packit 8ef017
Packit 8ef017
v0.7
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
- learn to rewind if needed during extraction #763377
Packit 8ef017
- fix extraction of files without cdata #763376
Packit 8ef017
- do not abort with a critical warning if a file has an incorrect
Packit 8ef017
  checksum
Packit 8ef017
- set utf8 flag automatically #754091
Packit 8ef017
- fix wrong modification date #753040
Packit 8ef017
- build warning fixes
Packit 8ef017
- translation updates
Packit 8ef017
Packit 8ef017
v0.6
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
- fix for the AFL-detected crashes
Packit 8ef017
- add file information getters (get_attributes(), get_date(), get_size())
Packit 8ef017
- gcab learned --list-details to list files with those informations
Packit 8ef017
- fix the file date when creating cab
Packit 8ef017
- build-sys fixes
Packit 8ef017
Packit 8ef017
v0.5
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
- fix path traversal: do not escape from output directory
Packit 8ef017
- add gcab_cabinet_get_signature()
Packit 8ef017
- translations updates
Packit 8ef017
- build warning fixes
Packit 8ef017
Packit 8ef017
v0.4
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
- add missing call to g_type_init() for older GLib
Packit 8ef017
- translations updates
Packit 8ef017
- build warning fixes
Packit 8ef017
Packit 8ef017
v0.3
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
- add LZX decompression, thanks to Wine project!
Packit 8ef017
- gcab learned the ubiquitous --version
Packit 8ef017
- overwrite files on extract
Packit 8ef017
Packit 8ef017
v0.2
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
- add support for extraction of MSZIP cabinets
Packit 8ef017
- add 100% gtk-doc API documentation
Packit 8ef017
- make check doesn't require cabextract anymore
Packit 8ef017
- fix a few memleaks and misc bugs
Packit 8ef017
Packit 8ef017
v0.1
Packit 8ef017
====
Packit 8ef017
Packit 8ef017
This is the first release of gcab, a tool and library mainly made to
Packit 8ef017
create Cabinet files, using GObject/GIO API, providing GIR bindings.
Packit 8ef017
- creation supports plain and basic MSZIP compression
Packit 8ef017
- can open and list files from cabinet, no extraction
Packit 8ef017
- provided API/ABI stable