diff --git a/ChangeLog b/ChangeLog index b59b4b8a9..8901f278a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * Implement new RPC protocol DelugeRPC replacing XMLRPC * Move to a twisted framework * Add an 'Error' filter for Trackers to show trackers that currently have a tracker error + * Use system GeoIP database if available, this is now an optional dependency ==== GtkUI ==== * Remove SignalReceiver @@ -28,6 +29,7 @@ ==== Misc ==== * PyGTK dependency bumped to => 2.12 to use new tooltip system * Add new scripts for invoking UIs: deluge-gtk, deluge-web, deluge-console + * Remove GeoIP database from the source tree === Deluge 1.1.0 - "Time gas!" (10 January 2009) === ==== Core ==== diff --git a/README b/README index b635e796c..9a7c5b336 100644 --- a/README +++ b/README @@ -48,6 +48,7 @@ Dependencies: setuptools gettext pyxdg + geoip-database (optional) Gtk: python-notify (libnotify python wrapper)