forked from pool/libchardet
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Mon Oct 25 00:37:08 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||
|
|
||
|
- Update to version 1.0.6:
|
||
|
* Add subdir-objects to configure.ac (gh#Joungkyun/libchardet#9).
|
||
|
* Fix an autogen failure because of AM_PROG_AR with
|
||
|
automake 1.11.1 (gh#Joungkyun/libchardet#10).
|
||
|
* Fix no include guard (gh#Joungkyun/libchardet#12).
|
||
|
* Add a BOM member to the DetectObj structure
|
||
|
(gh#Joungkyun/libchardet#13).
|
||
|
* Support automake-style "make check"
|
||
|
(gh#Joungkyun/libchardet#15).
|
||
|
* Fix a vulnerability: access to deleted heap memory in chardet
|
||
|
and chardet_r api (gh#Joungkyun/libchardet#18).
|
||
|
* Can't detect short euc-kr (gh#Joungkyun/libchardet#14).
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri May 27 13:25:24 UTC 2016 - sor.alexei@meowr.ru
|
||
|
|
||
|
- Update to version 1.0.5:
|
||
|
* Fix EUC extended area detection.
|
||
|
* Fix control character on US-ASCII detection.
|
||
|
* Fix wrong Danash ISO-8859-15 detection.
|
||
|
* Fix binary safe problems.
|
||
|
+ replace detect to detect_r;
|
||
|
+ replace detect_handledata to detect_handledata_r.
|
||
|
* Fix separate model directory
|
||
|
* Improve single-byte charset detection confidence algorithm.
|
||
|
* Update model of Greek, Hungarian and Thai.
|
||
|
* New language model (Arabic, Danish, Esperanto, German, Spanish,
|
||
|
Turkish, Vietnamese).
|
||
|
* Fix wrong macro in manpages.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Feb 8 16:29:10 UTC 2015 - sor.alexei@meowr.ru
|
||
|
|
||
|
- Initial package.
|