2021-06-01 07:00:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 26 17:45:07 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
|
|
- update to version 1.8.0:
|
|
|
|
|
* Support ETag header as defined in RFC7232 #17
|
|
|
|
|
* Implement per-view compression #14
|
|
|
|
|
|
|
|
|
|
- changes from version 1.7.0 :
|
|
|
|
|
* The following parameters to control Brotli compression are now
|
|
|
|
|
available: #10
|
|
|
|
|
+ COMPRESS_BR_MODE
|
|
|
|
|
+ COMPRESS_BR_LEVEL
|
|
|
|
|
+ COMPRESS_BR_WINDOW
|
|
|
|
|
+ COMPRESS_BR_BLOCK
|
|
|
|
|
* Add deflate support, with COMPRESS_DEFLATE_LEVEL to control
|
|
|
|
|
compression level (default is -1) #8
|
|
|
|
|
* The default quality level for Brotli is now 4, which provides
|
|
|
|
|
compression comparable to gzip at the default setting, while
|
|
|
|
|
reducing the time required versus the Brotli default of 11
|
|
|
|
|
|
|
|
|
|
- changes from version 1.6.0:
|
|
|
|
|
* Support for multiple compression algorithms and quality factors #7
|
|
|
|
|
* Modified default compression settings to use Brotli when available
|
|
|
|
|
before gzip
|
|
|
|
|
|
2020-05-15 16:42:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 15 14:33:13 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
|
|
- Brotli is actually required
|
|
|
|
|
|
2020-05-04 16:40:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 2 19:53:59 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
|
* update copyright year
|
|
|
|
|
* be more specifc in %files section
|
|
|
|
|
* upate project url
|
|
|
|
|
* remove devel requirement
|
|
|
|
|
* require python-Brotli for tests
|
|
|
|
|
|
|
|
|
|
- update to version 1.5.0:
|
|
|
|
|
* Added brotli compression
|
|
|
|
|
* Added tests
|
|
|
|
|
* setup.py: Update url
|
|
|
|
|
* Fix PyPI rendering of long_description
|
|
|
|
|
* Use request instead of response in cache key callable and ensure
|
|
|
|
|
cache works as expected without always compressing content.
|
|
|
|
|
* Fix indentation in README
|
|
|
|
|
* Added copyright header to flask_compress.py
|
|
|
|
|
|
2018-05-19 13:43:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 18 19:55:21 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- The description should not assume any use context.
|
|
|
|
|
|
2018-05-11 12:28:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 19 18:37:06 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.4.0
|
|
|
|
|
* Added COMPRESS_REGISTER option to selectively register compression
|
|
|
|
|
- Implement single-spec version
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 25 19:40:44 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
- initial package, version 1.3.1
|
|
|
|
|
|