2018-12-14 12:34:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 14 11:01:35 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Avoid bashisms, install manpages without +x bit, get rid of
|
|
|
|
wrap descriptions, feed through cleaner.
|
|
|
|
|
2018-12-14 11:24:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 14 10:06:08 UTC 2018 - astieger@suse.com
|
|
|
|
|
|
|
|
- brotli 1.0.7:
|
|
|
|
* faster decoding on ARM
|
|
|
|
* improved precision of window size calculation in CLI
|
|
|
|
- includes changes from 1.0.6:
|
|
|
|
* fix unaligned 64-bit accesses on AArch32
|
|
|
|
* add ASAN/MSAN unaligned read specializations
|
|
|
|
* fix JDK 8<->9 incompatibility
|
|
|
|
|
2018-07-25 15:33:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 25 13:14:15 UTC 2018 - bjorn.lie@gmail.com
|
|
|
|
|
|
|
|
- Add baselibs.conf, build 32bit library support.
|
|
|
|
|
2018-07-24 10:43:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 24 07:55:04 UTC 2018 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Use cmake macros for building and tests
|
|
|
|
|
2018-06-29 23:50:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 28 11:04:51 UTC 2018 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.0.5:
|
|
|
|
* improve q=1 compression on small files
|
|
|
|
* inverse Bazel workspace tree
|
|
|
|
* add rolling-composite-hasher for large-window mode
|
|
|
|
* add tools to download and transform static dictionary data
|
|
|
|
- Changes for version 1.0.4:
|
|
|
|
* fix unaligned access for aarch64-cross-armhf build
|
|
|
|
* fix aarch64 target detection
|
|
|
|
* allow CLI to compress with enabled "large window" feature
|
|
|
|
* add NPOSTFIX / NDIRECT encoder parameters
|
|
|
|
* automatic NDIRECT/NPOSTFIX tuning (better compression)
|
|
|
|
* fix "memory leak" in python tests
|
|
|
|
* fix bug in durchschlag
|
|
|
|
* fix source file lists (add params.h)
|
|
|
|
* fix Bazel/MSVC compilator options
|
|
|
|
* fix "fall though" warnings
|
|
|
|
|
2018-05-02 08:05:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 2 04:58:52 UTC 2018 - bjorn.lie@gmail.com
|
|
|
|
|
|
|
|
- Add missing libbrotlicommon%%{sover} and libbrotlidec%%{sover}
|
|
|
|
Requires to devel subpackage.
|
|
|
|
|
2018-03-05 20:31:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 5 19:29:33 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.3
|
|
|
|
* New "Large Window Brotli" feature
|
|
|
|
* New dictionary generator
|
|
|
|
|
2018-01-03 21:26:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 3 20:25:21 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Merge devel subpackages as libbrotli-devel
|
|
|
|
|
2017-12-30 01:20:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 30 00:16:35 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Avoid shipping duplicate files.
|
|
|
|
Avoid shipping README.md, this just contains the description -
|
|
|
|
and build instructions.
|
|
|
|
- Drop duplicate Requires on -devel.
|
|
|
|
|
2017-12-20 18:51:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 20 15:59:17 UTC 2017 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- build for SLE_12 and SLE_12_SP1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 30 13:23:39 UTC 2017 - buschmann23@opensuse.org
|
|
|
|
|
|
|
|
- update to Brotli 1.0.2
|
|
|
|
+ Major chnages
|
|
|
|
* added Autotools build files
|
|
|
|
* switched shared library version to libtool scheme
|
|
|
|
+ Minor changes
|
|
|
|
* BrotliDictionary members are not const now
|
|
|
|
* ZopfliNode distance could be up to 128MiB
|
|
|
|
* fixed API documentation typos
|
|
|
|
* total_out is always set by decoder
|
|
|
|
* fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output
|
|
|
|
+ Other changes
|
|
|
|
* fixed scripts for oss-fuzz, test them with Travis
|
|
|
|
* made Bazel JNI tests less messy
|
|
|
|
* fixed linter warnings in JS decoder
|
|
|
|
* fixed permissions of various files
|
|
|
|
* added Bazel build to Appveyor matrix
|
|
|
|
* added Sieve dictionary generator
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 24 08:24:51 UTC 2017 - buschmann23@opensuse.org
|
|
|
|
|
|
|
|
- update to Brotli 1.0.1
|
|
|
|
+ updated README.md
|
|
|
|
+ fixed parallel exeuction of CMake "compatibility" tests
|
|
|
|
- update to Brotli 1.0.0
|
|
|
|
+ new CLI; bro -> brotli; + man page
|
|
|
|
+ remove "custom dictionary" support
|
|
|
|
+ add ability to side-load brotli RFC dictionary
|
|
|
|
+ add decoder API to avoid ringbuffer reallocation
|
|
|
|
+ PY streaming decompression support
|
|
|
|
+ PY wrapper accepts memview
|
|
|
|
- spec file changes
|
|
|
|
+ improve descriptions
|
|
|
|
+ add man pages
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 20 12:11:42 UTC 2017 - buschmann23@opensuse.org
|
|
|
|
|
|
|
|
- spec file changes
|
|
|
|
+ improve package description
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 23 19:03:24 UTC 2017 - buschmann23@opensuse.org
|
|
|
|
|
|
|
|
- update to Brotli 0.6.0
|
|
|
|
+ better compression on 1MiB+ files
|
|
|
|
+ update "common" API to make dictionary fetching more flexible
|
|
|
|
+ fix decoder bug #502
|
|
|
|
+ faster compression on mid-low quality levels
|
|
|
|
+ fix encoder q10-11 slowdown after long copy #468
|
|
|
|
+ introduce Brotli*TakeOutput API
|
|
|
|
- now build shared libraries and development files in the following
|
|
|
|
new packages:
|
|
|
|
+ libbrotlicommon0_6_0
|
|
|
|
+ libbrotlicommon-devel
|
|
|
|
+ libbrotlidec0_6_0
|
|
|
|
+ libbrotlidec-devel
|
|
|
|
+ libbrotlienc0_6_0
|
|
|
|
+ libbrtolienc-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 24 16:10:30 UTC 2017 - buschmann23@opensuse.org
|
|
|
|
|
|
|
|
- initial package
|