File: NEWS

package info (click to toggle)
gcab 0.7-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,540 kB
  • sloc: sh: 5,923; ansic: 3,141; makefile: 232
file content (59 lines) | stat: -rw-r--r-- 1,406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
v0.7
====

- learn to rewind if needed during extraction #763377
- fix extraction of files without cdata #763376
- do not abort with a critical warning if a file has an incorrect
  checksum
- set utf8 flag automatically #754091
- fix wrong modification date #753040
- build warning fixes
- translation updates

v0.6
====

- fix for the AFL-detected crashes
- add file information getters (get_attributes(), get_date(), get_size())
- gcab learned --list-details to list files with those informations
- fix the file date when creating cab
- build-sys fixes

v0.5
====

- fix path traversal: do not escape from output directory
- add gcab_cabinet_get_signature()
- translations updates
- build warning fixes

v0.4
====

- add missing call to g_type_init() for older GLib
- translations updates
- build warning fixes

v0.3
====

- add LZX decompression, thanks to Wine project!
- gcab learned the ubiquitous --version
- overwrite files on extract

v0.2
====

- add support for extraction of MSZIP cabinets
- add 100% gtk-doc API documentation
- make check doesn't require cabextract anymore
- fix a few memleaks and misc bugs

v0.1
====

This is the first release of gcab, a tool and library mainly made to
create Cabinet files, using GObject/GIO API, providing GIR bindings.
- creation supports plain and basic MSZIP compression
- can open and list files from cabinet, no extraction
- provided API/ABI stable