diff --git a/Changelog b/Changelog index f3e5af494..70eb2540d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,14 @@ +* Mon Oct 16 2006 - Christophe Dumez - v0.7.1 + - I18N: Updated French, Polish, Dutch, Swedish, Slovak translations + - BUGFIX: Fixed Seeds/Leechers display in torrent properties + - BUGFIX: Fixed finished torrent state on restart + - BUGFIX: Fixed trayicon with Qt 4.2 + - BUGFIX: Enabling debug when Qt 4.2.0 is detected (because of a bug in this Qt) + - BUGFIX: Display errors to stderr instead of stdout + - BUGFIX: Forgot to catch invalid_handle exception thrown by libtorrent + - BUGFIX: Close torrents properties windows when they are deleted + - BUGFIX: Fixed prefix in Makefile + * Fri Oct 13 2006 - Christophe Dumez - v0.7.0 - FEATURE: Based on new libtorrent v0.11 (a lot of bugfixes, new features) - FEATURE: Added DHT (Trackerless - Decentralized BT) support diff --git a/src/Icons/splash.jpg b/src/Icons/splash.jpg index 11b25970b..f7e52aa79 100644 Binary files a/src/Icons/splash.jpg and b/src/Icons/splash.jpg differ diff --git a/src/about_imp.h b/src/about_imp.h index f5260d60b..721f58dcb 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -23,7 +23,7 @@ #define ABOUT_H #include "ui_about.h" -#define VERSION "v0.7.0svn" +#define VERSION "v0.7.1svn" class about : public QDialog, private Ui::AboutDlg{ Q_OBJECT