2005-04-03: microdc 0.4.0 released.
  Fixed various typos in the README document.
  Fix debian building: target in Makefile.am is now PHONY.
  Add command-line options --help and --version.
  Add very basic manual page.
  Support localization.
  Add swedish translation.
  Improve some error messages and error handling in signal routines.
  Add newline to some error messages missing it.
  Improve way to determine temporary directory.
  Clean up common code - remove memory.h.
  Fix crash in share directory scanning code (crashed when file status
  could not be retried).
  Make it possible to browse ourselves.
  Added MANIFEST.sources file.
  Don't add search results to old searches (more than 60 seconds old at the
  moment).
  Create RPM packages for microdc.
  Rename Known bugs section and add info about lack of support for multiple
  share directories.
  Make it possible to "fake" address listening on using listenaddr command.
  This is useful if you are behind a router. Patch submitted by Tiago
  Cogumbreiro.
  Don't add empty lines to readline history.

2005-04-30: microdc 0.3.0 released.
  microdc is now hosted on Savannah.
  The home page has been redesigned.
  Better prompt - displays browsing user and current directory.
  Automaticly browses users when file list downloaded.
  Add command find to list recursively.
  Improve file name completion - now completes file names with spaces
  correctly.
  Improve completion for say command - now adds colon (":") when a single
  match is found.
  Fix certain error messages missing newline at end.
  Fix completion for transfer command.
  Display more information with who command.
  Fix bug in cd command - change to root directory now works.
  No longer creates full absolute path for downloaded files in the download
  directory.
  The ls command now prints file sizes in megabytes.
  The ls command now sorts files.
  The who command now sorts users by name.
  The who command doesn't wrap lines.
  Better readline check - only link with termcap and/or ncurses if
  necessary.
  Fix _rl_mark_modified_lines compilation bug (reported by Spoiala
  Cristian).
  Check max number of connections to user before sending them
  $RevConnectToMe.
  Add more error messages: "No more connections allowed...".
  Fix a potential bug with connections being identified for a certain user
  despite the fact that no more connections to that user are allowed. This
  should fix this error:
    microdc: user.c:1000: user_disconnect: Assertion `c !=
    uc->info->conn_count' failed.
  Display who sent private messages (oops).
  Download files as ".part" and rename when completed.

2005-04-22: microdc 0.2.2 released.
  Use autoconf, automake and gnulib.
  Fix compilation warnings/errors on 64-bit platforms.
  Added patch to fix listenport problem (from Jakub Jankowski, thanks).
  The msg command no longer sends text into public... Oops!
  Updated README (various additions and modifications).

2004-08-21: microdc 0.2.1 released.
  Fixed crash on some (many) search requests.
  Fixed crash when disabling active mode.
  Fixed compile and link problems with readline on some systems (reported
  by Ludvig Holmstrm).
  Added a new document INTERNALS.
  Use user name completion for queue, unqueue and say commands for now.
  If file is already queued on get, retry immediately instead of doing
  nothing.
  Detection and handling of user active/passive state has been improved.
  TTH searches are now recognized and ignored.
  Print only outgoing search information when debug is enabled.
  Fixed minor memory leak when reusing searches (issuing same search).
  Internal changes:
    Implemented a better IPC mechanism.
    Better status reporting, improving latency of transfers command.
    Improved code looking up user connections.

2004-08-13: microdc 0.2.0 released.
  Alpha 2 release.
  Added support for searching.
  New commands: search, results, unsearch.
  Improved completion of local symbolic links (to match bash behavior).
  Some minor bugs that I have forgotten about were probably fixed.

2004-08-11: microdc 0.1.0 released.
  First release (alpha 1).
