Bump to v2.6.2

This commit is contained in:
Christophe Dumez
2011-01-12 17:48:35 +00:00
parent cdede2d3db
commit 35541e14aa
4 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.2 * Wed Jan 12 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.2
- BUGFIX: Do not report PeX as being disabled when DHT is - BUGFIX: Do not report PeX as being disabled when DHT is
- BUGFIX: Fix possible crash on adding magnet links - BUGFIX: Fix possible crash on adding magnet links
- BUGFIX: Fix torrent import - BUGFIX: Fix torrent import (was not working)
- I18N: Updated Greek, Croatian, Unkrainian and Bulgarian translations - I18N: Updated Greek, Croatian, Russian, Unkrainian and Bulgarian translations
- I18N: Added Armenian translation - I18N: Added Armenian translation (New)
- I18N: Remove country flags from program preferences (language selection) - I18N: Remove country flags from program preferences (language selection)
- I18N: Translate locale names (language selection) - I18N: Translate locale names (language selection)

View File

@@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Network;P2P; Categories=Qt;Network;P2P;
Comment=V2.6.1 Comment=V2.6.2
Exec=qbittorrent %f Exec=qbittorrent %f
GenericName=Bittorrent client GenericName=Bittorrent client
GenericName[ar]=العميل Bittorrent GenericName[ar]=العميل Bittorrent

View File

@@ -47,7 +47,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.6.1</string> <string>2.6.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>

View File

@@ -1,11 +1,11 @@
os2 { os2 {
DEFINES += VERSION=\'\"v2.6.1\"\' DEFINES += VERSION=\'\"v2.6.2\"\'
} else { } else {
DEFINES += VERSION=\\\"v2.6.1\\\" DEFINES += VERSION=\\\"v2.6.2\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=6 DEFINES += VERSION_MINOR=6
DEFINES += VERSION_BUGFIX=1 DEFINES += VERSION_BUGFIX=2
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=NORMAL DEFINES += VERSION_TYPE=NORMAL