 $Header: /cvsroot/overdose/overdose/ChangeLog,v 1.9 2006/09/17 20:09:42 segin Exp $

Version 0.3
	* Complete rewrite of the build system

Version 0.2.3 (Codename 'Mepis')
	* Wordwrap code was added, doesn't clip text like it used to at 
	right edge of terminal

Version 0.2.2-ALPHA
	* /exec command runs a shell commands and dumps output to chatroom

Version 0.2.1-ALPHA
	* Added timestamping
	* /me is officially broken.

Version 0.2-ALPHA
	* Full Win32 support :)
	* /target command tells you what OS it was built for. (as if you do
	not already know)

Version 0.1.5-ALPHA
	* Partial Win32 support (still not enough to chat)
	* Fixed /ver (tried to send a message to the chatroom if you were
	logged in and not in a chatroom. could cause problems. new behaviour 
	is to display local multicolored /ver info unless your in a room, even
	if you are logged in.)
	* Overdose is now in CVS. yay!
	* Additional functions added for portability.
	* unsupported xcurses target added (doesn't work)
	* xcurses target in makefile has comment, read it. that comment is
	part of the official documentation.

Version 0.1.4-ALPHA
	* Initial (and broken) Win32 support :)
	* Removed any need of glib
	* Added WinSock compatability
	* edit /ver to work differently if not logged in.
	* using a portable snprintf. Should build on more exotic platforms
	* also added a 'noresize' build target if you get errors with
	resize_term
	
Version 0.1.3-ALPHA
	* Linking against glib for portability reasons.
	* vasprintf was replaced by the GLIB version.
	* asprintf is now oasprintf, a wrapper for vasprintf.

Version 0.1.2-ALPHA
	* command line option parsing less broken
	* /me is still broken.

Version 0.1.1-ALPHA
	* /ver added, now display versions
	* VERSION preprosessor directive added, which is defined by Makefile

Version 0.1-ALPHA:
	* Added (broken) command line option parsing
	* Automatic call to login(), make it ask for server on startup
	* added default server
	* Versioned code
	* First real public release :)
