what's wrong with config*
[debian/mimetic.git] / ChangeLog
1 03.04.2007, 0.9.3
2         - gcc 4.3.x fix
3
4 21.01.2007, 0.9.2
5         - Solaris compatibility fixes (thanks to Shan Will)
6         - itparser.h fixes (thanks to Phil Endecott and Joshua Chang)
7         - DateTime set fix
8
9 10.04.2006, 0.9.1
10         - utils.h: gcc 4.1 compatibility fix
11         - assert() on malformed quoted-printable messages removed
12
13 12.03.2006, 0.9.0
14         - Body::load optimization (thanks to Jorge Ortiz Claver)
15         - InIt copy_until_boundary fix (thanks to Harald Gering)
16         - fixes to let it build on Solaris (thanks to Shan Will)
17
18 07.03.2005, 0.8.9
19         - thread-safe MessageId
20         - always use CRLF (instead of '\n') on write functions
21         - gcc 3.4.x support
22         - fix: endless loop on malformed base64 input (thanks to Soenke Schau [ss])
23         - fix: no more characters are eaten by folding algorithm when a word is 
24                    longer then the chosen folding limit
25         - fixed a bug that segfault apps parsing some 'binary' encoded entities
26           (thanks to Paul Marcovici)
27         - examples/exbin, correctly extract 'binary' encoded entities
28
29 06.09.2004, 0.8.8
30     - Codec const-ness mimetic::Body fix
31     - itparser memory leak fixed
32
33 30.08.2004, 0.8.7
34     - Mac OS X support
35     - initial Win32 support (thanks to Andreas Gruen [agr]) 
36     - copyright date updated
37     - config_win32.h autogen on 'make dist'
38     - removed a linux specific header file
39     - inline changed to be the first keyword in funcs declaration 
40           (thanks to Harald Gering)
41     - *.cc renamed to *.cxx (required by MS Visual C++)
42     - IteratorParser<>::append() fix [agr]
43     - Mailbox::str() fix [agr]
44     - tokenizer fix [agr]
45
46 29.04.2004, 0.8.6
47     - cutee resync
48     - Body::set(...) added
49     - doc/header.html and doc/footer.html added to distribution pkg
50     - dist-hook to rm test/*.cutee.* test/autocutee.mk
51
52 20.01.2004, 0.8.5
53     - parser bug: \n after the body of multipart msgs (see t.parser.h::t0)
54     - cutee resync
55
56 17.12.2003, 0.8.4
57     - cutee (unit testing engine) upgraded
58     - a multi-function email tool has been added into the examples
59       directory. it's still work in progess but already useful for 
60       filtering/searching
61     - Attachment and subclasses modified for easy porting
62     - fix to avoid an error when parsing fields without any
63       value: "fieldname: \n". (segfaults if such field is the first one)
64     - find_bm fixed
65
66 20.11.2003, 0.8.3
67     - random_access_iterator parser fixed: 
68       sometimes boundary was included into the body
69     - input_iterator parser fixed (will no more ignore the 
70       first body newline)
71     - MMFile::open() will return true only opening regular files
72
73 18.11.2003, 0.8.2
74     - initial public release