- updated splash screen

This commit is contained in:
Christophe Dumez 2006-10-16 19:33:25 +00:00
parent c17196e07c
commit 80d090cd1f
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
* Mon Oct 16 2006 - Christophe Dumez <chris@qbittorrent.org> - 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 <chris@qbittorrent.org> - v0.7.0
- FEATURE: Based on new libtorrent v0.11 (a lot of bugfixes, new features)
- FEATURE: Added DHT (Trackerless - Decentralized BT) support

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -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