File Release Notes and Changelog
Release Name: 0.6.4
Notes:
***** NOTE *********************************************************
There's a small bug in the 0.6.4 source tarball. It uses two functions that only exist since Gtk+-2.4, but ./configure will not complain about older Gtk+ versions. If you have an ancient Gtk+ version and run into this bug while compiling from source, please either use a ready-made package, or change the two occurances of gtk_spin_button_get_value_as_float in options_page.c into gtk_spin_button_get_value and insert a double forward slash ('//') at the beginning of all gtk_adjustment_set_padding statements in linkhandler.c
*********************************************************************
ed2k_gui - README
Please refer to the file INSTALL for instructions on how to compile and install
the GUI.
See the file COPYING for the licence and AUTHORS for credits.
If you want to hack the GUI source code, have a look at the file HACKING.
The GUI's homepage is at
http://ed2k-gtk-gui.sourceforge.net
There you can also file bug reports, feature requests, and subscribe to three
GUI-related mailing lists (-announce,-users,-devel).
BUG REPORTS
file them here: http://sourceforge.net/projects/ed2k-gtk-gui/
FEATURE REQUESTS
file them here: http://sourceforge.net/projects/ed2k-gtk-gui/
COMMENTS ETC
file them here: http://sourceforge.net/projects/ed2k-gtk-gui/
Many thanks also to everyone that helped debugging the GUI and everyone that
made suggestions on how to improve it. My memory is bad, but you know who you
are. I would like to thank 'exp' and Jaroslav M. in particular for all their
help.
------------------------------------------------------------------------
v0.6.4 - 'Long Time No See'
------------------------------------------------------------------------
* ed2k://-link handler dialog allows setting of initial priority now
* Fixed ed2k://-link handler installation for some Gnome-2.6/2.8
[Alban Browaeys, Simon Umbrecht] (#1018350)
* Fix outdated and non-working default serverlist URLs and point them
to http://www.edonkey.com/server.met
* Allow more precision for max. upload/download speeds, ie. use
floats instead of ints (for modem users) (#884270)
* Mozilla/Firefox ed2k:// link support; just follow the instructions
from the options page ('GUI 3' tab, scroll down to bottom) to make
Mozilla or Firefox send ed2k:// links directly to ed2k-gtk-gui.
(Thanks to Laurent Besson for the hint).
* Added 'Check razorback history of file' to the search list context
menu. This will give you the names a file has been known under
previously and availability information and helps you to avoid
fakes.
* Orbit icon theme updates (Elouen Lanoe)
* Fix various minor issues
Changes:
------------------------------------------------------------------------
v0.6.4 - 'Long Time No See'
------------------------------------------------------------------------
* ed2k://-link handler dialog allows setting of initial priority now
* Fixed ed2k://-link handler installation for some Gnome-2.6/2.8
[Alban Browaeys, Simon Umbrecht] (#1018350)
* Fix outdated and non-working default serverlist URLs and point them
to http://www.edonkey.com/server.met
* Allow more precision for max. upload/download speeds, ie. use
floats instead of ints (for modem users) (#884270)
* Mozilla/Firefox ed2k:// link support; just follow the instructions
from the options page ('GUI 3' tab, scroll down to bottom) to make
Mozilla or Firefox send ed2k:// links directly to ed2k-gtk-gui.
(Thanks to Laurent Besson for the hint).
* Added 'Check razorback history of file' to the search list context
menu. This will give you the names a file has been known under
previously and availability information and helps you to avoid
fakes.
* Orbit icon theme updates (Elouen Lanoe)
* Fix various minor issues