=============================================================================
             eDonkey2000 Command Line Client ChangeLog (public)
=============================================================================

2004-Aug-26  tim (tim@edonkey2000.com)

	* edonkeyclc 1.0.2

2004-Aug-26  tim (tim@edonkey2000.com)

	* Clear search results list when starting a new search via
	  the command line interface (if you still see 'old' results
	  in your new results list, those are most likely 'late' results 
	  from your previous search).

	* Fixed 'overnet (disable|enable)' command (enabled/disabled 
	  edonkey instead of overnet) (This setting does not seem to
	  have any effect though anyway)

	* Servers in server list have numbers again, and 'b' takes a 
	  number from the serverlist to delete a server. Same for 'c'
	  to connect to a specific server.

	* Send 'AutoReconnect' flag to GUI

	* If 'dumax' is called without parameters, show current setting.

2004-Aug-24  tim (tim@edonkey2000.com)

	* edonkeyclc 1.0.1

2004-Aug-18  tim (tim@edonkey2000.com)

	* Fixed wrong 'pral' command help message. 
	  NOTE: The meaning of the numbers for the 'pral' and the 'fral'
	  command has changed! This is particularly important for the 'fral'
	  command, as it determines who can see your list of shared files and
	  who can not, so make sure you double-check your setting.

2004-Aug-16  tim (tim@edonkey2000.com)

	* Fixed crash that would happen when connecting to a server while
	  a GUI controller is connected (buffer smashing due to long welcome
	  message).

2004-Aug-05  tim (tim@edonkey2000.com)

	* When started with the -g command line option, the client now
	  writes an authentication cookie into the system's temp directory
	  (usually /tmp on unix systems, but environment variables TMPDIR,
	  TMP, and TEMP will be checked first, in that order). This cookie
	  can be used by a locally running GUI to authenticate to the core
	  (both core and GUI must be running as the same user for this
	  mechanism to work, as the cookie file's permissions have been set
	  to 00600, meaning that only the user who runs the core can read
	  this file). This is to make it easier to use ed2k-gtk-gui with
	  a core running on the same computer.
	  
2004-Aug-01  tim (tim@edonkey2000.com)

        * Make sure PID file gets removed when client exits

2004-May-04  tim (tim@edonkey2000.com)

        * Create all new files with mode 00644 (no need to make them executable)

2004-May-02  tim (tim@edonkey2000.com)

        * Fixed 'dumax' brokeness

2004-Apr-23  tim (tim@edonkey2000.com)

        * Fixed PageViewer to count lines with embedded newspace chars
          as separate lines (e.g. the help output)

2004-Apr-22  tim (tim@edonkey2000.com)

        * Added ChangeLog-CLC to package
        
        * If not server.met file exists in the config dir, try to copy
          it from /usr/share/edonkey2000/server.met into the config dir
          (makes packaging the client into RPMs/deb easier for the future)
        
        * Added --instance command line option to make the client
          use ~/.eDonkey2000-<instance> to store its configuration files
          (for people who want to run multiple clienst at the same time
          and for testing purposes).
        
        * Fixed --help output (make references to ed2k, not overnet)
        
        * Catch SIGTERM + Control-C properly and make a clean exit 

2004-Apr-20  tim (tim@edonkey2000.com)

        * Added command line options --help, --version, --user, --daemon,
          --pidfile and --chroot and make the client use ~/.eDonkey2000 
          to store its configuration files
        
