This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
forked from blackwinter/cmess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
82 lines (48 loc) · 1.89 KB
/
ChangeLog
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
= Revision history for cmess
== 0.3.0 [2011-07-25]
* Extensive refactoring
* Some more Ruby 1.9 compatibility fixes (thx to @Omer)
== 0.2.5 [2011-04-29]
* Switched license to Affero GPL
== 0.2.4 [2010-07-13]
* decode_entities: Added flavour 'xml-safe' for HTMLEntities decoder
and made it the new default
== 0.2.3 [2010-04-23]
* guess_encoding: Conveniently test common encodings
* cinderella: Ignore illegal sequences in char pool
* Housekeeping
== 0.2.2 [2009-10-24]
* guess_encoding: More encodings from the ISO 8859 family
== 0.2.1 [2009-09-24]
* decode_entities: Fixes for current HTMLEntities
== 0.2.0 [2009-05-08]
* Ruby 1.9 compatibility (Syntax, at least)
== 0.1.2 [2008-09-17]
* Some refactoring; started to make tools more usable as a library
* Make tools accept multiple files for input (via tempfile)
* Use ENV.user_encoding from ruby-nuggets
* Wrap command execution in a block catching any exceptions
== 0.1.1 [2008-09-16]
* Added bconv tool to convert between bibliographic encodings
== 0.1.0 [2008-09-15]
* Added ability to operate on all encodings available on a system
== 0.0.9 [2008-08-15]
* Reorganized file structure for guess_encoding
* Added shortcuts GuessEncoding.manual/.automatic
* GuessEncoding::Automatic now also takes a String
as input (will be converted to a StringIO)
== 0.0.8 [2008-08-14]
* Require 'cmess' inside libs, so the user doesn't have to
== 0.0.7 [2008-05-19]
* Fixed "Illegal seek" error when inside a pipe
== 0.0.6 [2008-01-30]
* Added ability to specify charcodes as input for manual guessing
* Improved automatic guessing and further enhancements
== 0.0.5 [2008-01-21]
* Made automatic guessing the default for guess_encoding
* Allow to specify input file as argument
== 0.0.4 [2007-12-18]
* Added BOM detection
== 0.0.3 [2007-12-12]
* Added automatic encoding detection to GuessEncoding. Idea and original
implementation provided by John. Thanks :-)