mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
- Bump to v2.0.7
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.0.7
|
* Mon Jan 11 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.7
|
||||||
- BUGFIX: Fix 'Add in pause' setting in torrent addition dialog
|
- BUGFIX: Fix 'Add in pause' setting in torrent addition dialog
|
||||||
- BUGFIX: Update RSS feed as soon as feed downloader is enabled
|
- BUGFIX: Update RSS feed as soon as feed downloader is enabled
|
||||||
- BUGFIX: RSS Feed downloader ignores articles above maximum number of articles
|
- BUGFIX: RSS Feed downloader ignores articles above maximum number of articles
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Qt;Network;P2P;
|
Categories=Qt;Network;P2P;
|
||||||
Comment=V2.0.6
|
Comment=V2.0.7
|
||||||
Exec=qbittorrent %f
|
Exec=qbittorrent %f
|
||||||
GenericName=Bittorrent client
|
GenericName=Bittorrent client
|
||||||
GenericName[bg]=Торент клиент
|
GenericName[bg]=Торент клиент
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 78 KiB |
@@ -12,10 +12,10 @@ CONFIG += qt \
|
|||||||
thread
|
thread
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
DEFINES += VERSION=\\\"v2.0.6\\\"
|
DEFINES += VERSION=\\\"v2.0.7\\\"
|
||||||
DEFINES += VERSION_MAJOR=2
|
DEFINES += VERSION_MAJOR=2
|
||||||
DEFINES += VERSION_MINOR=0
|
DEFINES += VERSION_MINOR=0
|
||||||
DEFINES += VERSION_BUGFIX=6
|
DEFINES += VERSION_BUGFIX=7
|
||||||
|
|
||||||
# !mac:QMAKE_LFLAGS += -Wl,--as-needed
|
# !mac:QMAKE_LFLAGS += -Wl,--as-needed
|
||||||
contains(DEBUG_MODE, 1) {
|
contains(DEBUG_MODE, 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user