From kde-commits Sun Apr 17 15:08:43 2016 From: Nick Shaforostoff Date: Sun, 17 Apr 2016 15:08:43 +0000 To: kde-commits Subject: [ktorrent] /: update version Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146090577121361 Git commit 8ffd07667a0905da04c3e3ec889e732e3c7a5de0 by Nick Shaforostoff. Committed on 17/04/2016 at 15:08. Pushed by shaforo into branch 'master'. update version M +7 -3 ChangeLog M +2 -2 libktcore/ktversion.h http://commits.kde.org/ktorrent/8ffd07667a0905da04c3e3ec889e732e3c7a5de0 diff --git a/ChangeLog b/ChangeLog index f91e817..357a2cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +Changes in 5.0.1: +- Store interface name as a string in cfg +- Port stats plugin + Changes in 5.0: - Port to KF5/Qt5: QHttp-based tracker communication was dropped in favour= of KIO-based one -- fix issues found by Coverity static analyzer -- improve naming of few UI items -- initiate sequential download of media content automatically when it is o= pened from filelist view +- Fix issues found by Coverity static analyzer +- Improve naming of few UI items +- Initiate sequential download of media content automatically when it is o= pened from filelist view = Changes in 4.4: - Fix typo in generalpref.ui (305383) diff --git a/libktcore/ktversion.h b/libktcore/ktversion.h index cf481c5..d9efbbf 100644 --- a/libktcore/ktversion.h +++ b/libktcore/ktversion.h @@ -23,13 +23,13 @@ #include #include "util/constants.h" = -#define KT_VERSION_MACRO "5.0" +#define KT_VERSION_MACRO "5.0.1" = namespace kt { const bt::Uint32 MAJOR =3D 5; const bt::Uint32 MINOR =3D 0; - const bt::Uint32 RELEASE =3D 0; + const bt::Uint32 RELEASE =3D 1; const bt::VersionType VERSION_TYPE =3D bt::DEVEL; const char VERSION_STRING[] =3D KT_VERSION_MACRO; }