0.1.0  - fsn - 2003 - First initial release.

0.1.1  - fsn - 2003 - 

0.2.0  - fsn - 2004 - First version with ObexGet

0.2.1  - fsn - 2004-06-16 - cobex_ls now uses expat to parse the data

0.2.3  - fsn - 2004-07    - Using a simple parser to parse a packet

0.2.4  - fsn - 2004-09-09 - A teensy weensy bit better input handling of pathnames.

0.2.6  - fsn - 2005-07-19 - Better handling of interrupts, it is now possible to break a transfer.
			    Better handling of changing directory, can now handle deeper hierarchies.
			    A lot of code cleanup (i promise!).

0.2.7  - fsn - 2005-07-19 - Added cobex_rm.
			    Serial port locking added.
	      
0.2.8  - fsn - 2005-11-11 - Added contrib/ , with a simple KDE integration script.
	       2006-01-17 - Made locking a compiletime option.
	       2006-02-15 - ...and changed the way lockfile is handled AGAIN.

0.2.9  - fsn - 2006-06-15 - Fixed a bug in the abort file transfer handling, made sure we drained
			    the input buffer before we tried to send abort.
	       2006-06-16 - Fixed a feature where a File not found error wouldn't return the phone to
	 		    inactive state.
	       2006-06-28 - Implemented a little bit better errormessages. Thank you to Tom Wright
	                    for the patch.

0.2.10 - fsn - 2006-07-24 - Updated path handling in cobex_put with a patch from Maximo Pech.
			    Added cobex_mkdir for creating directories.
	       2006-07-26 - Added automatic detection of what target to connect to, changes to get.
	       2006-07-29 - Removed ModelDB. It lived by the sword and died by the sword.
	       2006-07-29 - The common blob for initializing the communication is now moved to cobex_tools.
	                    I'm not sure it belongs there, and there are rooms for improvement, especially in
	                    the error-handling, but now it's there. All tools have been updated.

0.2.11 - fsn - 2006-09-24 - Will possibly handle National Characters, at least if iconv and locale works 
			    like on my box.

0.2.12 - fsn - 2006-09-28 - i18n safe in folder listing too.

0.2.13 - fsn - 2006-10-12 - It now handles when characters are not convertable to the destination locale, while
			    listing files. Man, shouldn't that be part of iconv? Like in HP/UX with it's 
			    galley chars?
			    Also, cobex_put was not fixed to convert filenames when uploading. Silly me.
			    Found a bug, recursepath/setpath did not fail on a Not Found, and files ended up in the
			    last setPath that was OK, or in the Inbox. As a side effect, the packet from the 
			    failed setPath is propagated to the original caller. I'm not sure I like that, but 
			    the error-reporting is crap anyway.
