gitmail-0.5 (2006-02-20)
Full review of the code in order to improve stability and performances.
Rewrite of all functions that contained malloc(CONST_VAL).
Added functions gitm_malloc & gitm_realloc that check pointers after allocating them.
Added some commentaries to describe functions.
New sources files: functions are distributed into files in a more logical way.
Files cbbentries.* removed (functions in cbbentries.* are now in history.*)
Better core/gui splitting.
Created a constant GITM_VERSION to hold the version number.
MIME boundary is now randomly generated.
Server errors are fully displayed.

gitmail-0.4 (2005-01-11)
HELO command implementation
files are now encoded before connection to avoid timing out
combo boxes with empty strings are no longer added to the history

gitmail-0.3 (2005-01-07)
Erasable history implementation

gitmail-0.2 (2004-12-21)
bugs corrected
menus added
some code rewrited

gitmail-0.1c (2004-08-31)
filenames without path in MIME headers
faster base64 encoding
send button is now unsensible when a mail is already sending
added progress bar during data transfert

gitmail-0.1b (2004-08-30)
added threads support when a mail is sending

gitmail-0.1a (2004-08-26)
First public release
