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