File brotli.changes of Package brotli
92
1
-------------------------------------------------------------------
2
Thu Jan 16 16:26:59 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
3
4
- Add missing libbrotlicommon1 and libbrotlidec1 Requires to devel
5
subpackage [bsc#1161104]
6
7
-------------------------------------------------------------------
8
Wed Jan 3 20:25:21 UTC 2018 - jengelh@inai.de
9
10
- Merge devel subpackages as libbrotli-devel
11
12
-------------------------------------------------------------------
13
Sat Dec 30 00:16:35 UTC 2017 - jengelh@inai.de
14
15
- Avoid shipping duplicate files.
16
Avoid shipping README.md, this just contains the description -
17
and build instructions.
18
- Drop duplicate Requires on -devel.
19
20
-------------------------------------------------------------------
21
Wed Dec 20 15:59:17 UTC 2017 - pgajdos@suse.com
22
23
- build for SLE_12 and SLE_12_SP1
24
25
-------------------------------------------------------------------
26
Thu Nov 30 13:23:39 UTC 2017 - buschmann23@opensuse.org
27
28
- update to Brotli 1.0.2
29
+ Major chnages
30
* added Autotools build files
31
* switched shared library version to libtool scheme
32
+ Minor changes
33
* BrotliDictionary members are not const now
34
* ZopfliNode distance could be up to 128MiB
35
* fixed API documentation typos
36
* total_out is always set by decoder
37
* fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output
38
+ Other changes
39
* fixed scripts for oss-fuzz, test them with Travis
40
* made Bazel JNI tests less messy
41
* fixed linter warnings in JS decoder
42
* fixed permissions of various files
43
* added Bazel build to Appveyor matrix
44
* added Sieve dictionary generator
45
46
-------------------------------------------------------------------
47
Tue Oct 24 08:24:51 UTC 2017 - buschmann23@opensuse.org
48
49
- update to Brotli 1.0.1
50
+ updated README.md
51
+ fixed parallel exeuction of CMake "compatibility" tests
52
- update to Brotli 1.0.0
53
+ new CLI; bro -> brotli; + man page
54
+ remove "custom dictionary" support
55
+ add ability to side-load brotli RFC dictionary
56
+ add decoder API to avoid ringbuffer reallocation
57
+ PY streaming decompression support
58
+ PY wrapper accepts memview
59
- spec file changes
60
+ improve descriptions
61
+ add man pages
62
63
-------------------------------------------------------------------
64
Wed Sep 20 12:11:42 UTC 2017 - buschmann23@opensuse.org
65
66
- spec file changes
67
+ improve package description
68
69
-------------------------------------------------------------------
70
Fri Jun 23 19:03:24 UTC 2017 - buschmann23@opensuse.org
71
72
- update to Brotli 0.6.0
73
+ better compression on 1MiB+ files
74
+ update "common" API to make dictionary fetching more flexible
75
+ fix decoder bug #502
76
+ faster compression on mid-low quality levels
77
+ fix encoder q10-11 slowdown after long copy #468
78
+ introduce Brotli*TakeOutput API
79
- now build shared libraries and development files in the following
80
new packages:
81
+ libbrotlicommon0_6_0
82
+ libbrotlicommon-devel
83
+ libbrotlidec0_6_0
84
+ libbrotlidec-devel
85
+ libbrotlienc0_6_0
86
+ libbrtolienc-devel
87
88
-------------------------------------------------------------------
89
Fri Mar 24 16:10:30 UTC 2017 - buschmann23@opensuse.org
90
91
- initial package
92