2000-02-10  Andrew Parker <zaphod42@u.washington.edu>
	    Bob Grimm <bgrimm@yourmindseye.com>
	
	* Version 0.5.0
	* Got the Hosts up and working.  If anyone has any trouble tell me
	* changed the Makefile to work properly with RPM creation
	* added the searching options that the windows client has

2000-01-29  Andrew Parker <zaphod42@u.washington.edu>

	* I guess I'm the new maintainer.  Let's see how things go!
	  If anyone has any ideas or fixes please send them in ;) 
	* Version 0.4.1
	* Fixed a problem with seemingly random crashes in the search area
	* Fixed a race condition in the download code that locked up the program
	* Added some comments to the code
	* Some code cleanup in search.c
	
1999-12-21  Evan Martin  <eeyem@u.washington.edu>

	* Version 0.4.0.
	* Unthreaded server responses.  This may slow response time down a bit,
	  but it reduces memory consumption and (hopefully) fixes a lot of
	  crashing problems.  It also seems more logical.
	* Fixed installation paths so data is always installed to gnome
	  datadir.  (Thanks to Eric Gillespie, Jr.  <epg@pobox.com> for his
	  post to GNOME-devel.)
	* Fixed picture paths so you can run the binary without installing.
	* Rewrote login procedure, to fix threading problems and support new
	  user creation.
	* Now uses the newer Napster redirector.
	* Redirector configuration option, in case they switch it again,
	  and for some other projects.
	* Added a "--quiet" option, because someone requested it.  
	  Defaulted the GNOME menu entry to use it, so logs aren't filled with
	  garbage.
	* Added preliminary "host browse" support.
	* Moved shifting buttons to list title.  Fancy! :P
	* Added "Recieved <x> results..." to the searches.
	* Wrote a weird semi-nonblocking nap_recvpacket_nonblock to make
	  the UI stop blocking at weird moments. HACK ALERT.
	* Hacked the internationalization code out of the distribution.  It
	  will remain gone until someone expresses interest in translating.
	* Fought with the download kb/sec code a bit, then reverted back to the
	  0.3.2 code.
	* Download to dlpath/pending/ directory, then move to dlpath/ after file
	  is complete.

1999-12-05  Evan Martin  <eeyem@u.washington.edu>

	* Version 0.3.2 - bugfix bugfix release :\
	* Really did fix the MSG_WAITALL problem this time.  Honestly!
	* Sorting in search results.  Thanks Craig Newell 
	  <craign@cheque.uq.edu.au> and Dave O'Neill <dave@nexus.carleton.ca>.
	* Configured download path now used.
	* Disabled unused configuration options.
	* Solaris fixes in lnap.c, thanks Marek Mandre <marek@pld.ttu.ee>.
	* More endian fixes, thanks Tom Sightler <ttsig@mindspring.com>.
	* "genbugreport" shell script to *force* people to include their
	  library versions.

1999-12-04  Evan Martin  <eeyem@u.washington.edu>

	* Version 0.3.1 - bugfix release
	* Remove MSG_WAITALL code; some systems didn't support it.
	* Add connection speed to search results list.
	* Double click in search results begins download.
	* Default to popping up login box on start.
	
1999-12-03  Evan Martin  <eeyem@u.washington.edu>

	* Version 0.3
	* libnap:
	 - Endian fixes.  (thanks Rasmus Bonnedal <d99rambo@dtek.chalmers.se>)
	 - Off-by-one packet read error (hopefully) fixed.  Should fix search
	   crashing and download file corruption bugs.  
	* Search:
	 - Don't search for "".  Search history.  
	* Login: 
	 - "Retry login until succesful" option.  
	 - Better handling failed logins.  Login account creation. (May not
	     be necessary? See README.)
	* Configuration: 
	 - "Apply" button works as expected.  New options.

1999-12-01  Evan Martin  <eeyem@u.washington.edu>

	* Version 0.2.
	* GNOME desktop entry.
	* 'make install' works.
	* Configuration.  Can someone suggest a better layout?
	* Server selection.  Server list management to follow.
	* Bug fixes.

1999-11-30  Evan Martin  <eeyem@u.washington.edu>

	* Version 0.1.
	* Initial release.

