diff --git a/Changelog b/Changelog index f6a8e4797..4837c042a 100644 --- a/Changelog +++ b/Changelog @@ -1,11 +1,11 @@ -* Unreleased - Christophe Dumez - v2.0.6 +* Tue Jan 5 2009 - Christophe Dumez - v2.0.6 - BUGFIX: Fix detection of invalid torrent files - BUGFIX: Stop catching signals once one has been caught to avoid possible infinite loop - BUGFIX: Force data recheck whenever a torrent is moved - BUGFIX: Detect existing torrent data even if incomplete torrents are saved to a different folder - COSMETIC: Improve torrent deletion confirmation dialog so that the text that not get truncated -* Web Dec 31 2009 - Christophe Dumez - v2.0.5 +* Thu Dec 31 2009 - Christophe Dumez - v2.0.5 - BUGFIX: Fix crash with downloaded/availability bars when the torrent has too many pieces * Wed Dec 30 2009 - Christophe Dumez - v2.0.4 diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 05f4bca5c..f18a4b269 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.0.5 +Comment=V2.0.6 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/skin/splash.png b/src/Icons/skin/splash.png index 8b003be73..b4dcba383 100644 Binary files a/src/Icons/skin/splash.png and b/src/Icons/skin/splash.png differ diff --git a/src/src.pro b/src/src.pro index 0e764a7ad..916c85eec 100644 --- a/src/src.pro +++ b/src/src.pro @@ -12,10 +12,10 @@ CONFIG += qt \ thread # Update this VERSION for each release -DEFINES += VERSION=\\\"v2.0.5\\\" +DEFINES += VERSION=\\\"v2.0.6\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=5 +DEFINES += VERSION_BUGFIX=6 # !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) {