diff --git a/Changelog b/Changelog index 180277810..4f4ef5214 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,9 @@ -* Unknown - Christophe Dumez - v1.2.1 +* Sun Nov 9 2008 - Christophe Dumez - v1.2.1 - BUGFIX: Fixed possible crash when deleting a torrent permanently - BUGFIX: Queued_for_checking torrents were not displayed as checking in seeding list - BUGFIX: Speed up startup time when having a lot of torrents -* Wed Oct 29th 2008 - Christophe Dumez - v1.2.0 +* Wed Oct 29 2008 - Christophe Dumez - v1.2.0 - FEATURE: Torrent queueing system (with priorities) - FEATURE: The number of DHT nodes is displayed - FEATURE: RSS can now be disabled from program preferences diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 4457b46a5..1538ae462 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P -Comment=V1.2.0 +Comment=V1.2.1 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[bg]=Торент клиент diff --git a/src/Icons/splash.png b/src/Icons/splash.png index 08169de00..9d6af2492 100644 Binary files a/src/Icons/splash.png and b/src/Icons/splash.png differ diff --git a/src/src.pro b/src/src.pro index 763e0332f..213c34697 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,10 +11,10 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.2.0\\\" +DEFINES += VERSION=\\\"v1.2.1\\\" DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MINOR=2 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 !mac { QMAKE_LFLAGS += -Wl,--as-needed