Tagged v2.5.5 release

This commit is contained in:
Christophe Dumez
2011-01-06 15:24:14 +00:00
parent c571ae900c
commit f5ea96fec2
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
* Thu Jan 6 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.5.4
* Thu Jan 6 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.5.5
- BUGFIX: Added --enable-debug parameter to the configure script
- BUGFIX: Prioritize first and last pieces when sequential download is enabled
- BUGFIX: Some encoding fixes (Windows)

View File

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

View File

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

View File

@@ -135,7 +135,7 @@ void TorrentCreatorThread::run() {
emit updateProgress(100);
emit creationSuccess(save_path, parent_path);
} else {
throw std::exception(tr("Cannot write the output file").toLocal8Bit().constData());
throw std::exception();
}
} catch (std::exception& e){
emit creationFailure(QString::fromLocal8Bit(e.what()));

View File

@@ -1,5 +1,5 @@
# Generated by the configure file
include(../conf.pri)
include(conf.pri)
# COMPILATION SPECIFIC
QT += dbus

View File

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