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

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-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 in 00644 mode (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 contact.dat file exists in the config dir, try to copy
          it from /usr/share/overnet/contact.dat 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 ~/.overnet-<instance> to store its configuration files
          (for people who want to run multiple clienst at the same time
          and for testing purposes).
        
        * 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 ~/.overnet to 
          store its configuration files
        
