-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
40 lines (30 loc) · 1.12 KB
/
Changes
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
Revision history for Python extension CHARDET
2.0.1
* Sun May 23 2021 JoungKyun.Kim <[email protected]>
- fixed #3 Report utf-8-sig
- fixed #4 Compatibility with traditional chardet
- fixed #6 detector.done can't check
* Sun Mar 18 2018 JoungKyun.Kim <[email protected]>
- add python 3.x classifiers in setup.py
- build wheel package in Makefile
2.0.0
* Tue May 10 2016 JoungKyun.Kim <[email protected]>
- compatible python-chardet <https://github.com/chardet/chardet>
1.0.2
* Sat May 8 2016 JoungKyun.Kim <[email protected]>
- support python 3
- 1.0.2 release
* Fri May 6 2016 JoungKyun.Kim <[email protected]>
- add __version__ constant
* Thu May 5 2016 JoungKyun.Kim <[email protected]>
- support detect_handledata_r for binary safe problems (libchardet >= 1.0.5)
1.0.1
* Thu Apr 27 2011 JoungKyun.Kim <[email protected]>
- fixed overflow 32bit address on 64bit system
- 1.0.1 release
* Tue Apr 26 2011 JoungKyun.Kim <[email protected]>
- start 1.0.1 tree
- fixed chardet.detect segfault on 64bit system
1.0.0
* Mon Jul 5 2010 JoungKyun.Kim <[email protected]>
- 1.0.0 release