Git commit 2028bc2f3621510db05e437e33f5cc225a7cd16b by Christian Ehrlicher. Committed on 03/07/2019 at 18:54. Pushed by chehrlic into branch 'master'.
Update for 2.1 M +2 -2 CMakeLists.txt M +19 -0 ChangeLog M +1 -1 doc/man-kdesvn.1.docbook M +1 -1 doc/man-kdesvnaskpass.1.docbook M +1 -1 kdesvn_suse.spec https://commits.kde.org/kdesvn/2028bc2f3621510db05e437e33f5cc225a7cd16b diff --git a/CMakeLists.txt b/CMakeLists.txt index 713e619b..4c917cb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,8 +59,8 @@ find_package(Qt5 REQUIRED COMPONENTS # Set the version set(KDESVN_VERSION_MAJOR 2) -set(KDESVN_VERSION_MINOR 0) -set(KDESVN_VERSION_PATCH 95) +set(KDESVN_VERSION_MINOR 1) +set(KDESVN_VERSION_PATCH 0) set(KDESVN_VERSION_STRING ${KDESVN_VERSION_MAJOR}.${KDESVN_VERSION_MINOR}.${KDESVN_VERSION_PATCH}) # Append the git revision if available diff --git a/ChangeLog b/ChangeLog index 7fff0d2c..bf7cec1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +version 2.1.0: + * Bug 409442 - Compile with Qt5.13 + * Bug 404734 - Don't crash on exit when log fill thread is still running + * Bug 406425 - Enable 'Revert' action when a single directory with modified items is selected + * Bug 401529 - Don't accept richtext in commit message dialog + * Bug 327221 - Make buttons in sslprompt actually work + * Bug 391804 - Display relative path (including name of the checkout) in the titlebar + * Bug 372423 - Hide unchanged files resets folder and doesn’t hide all elements + * Bug 377041 - Add buttons "Add" and "Remove" to context menu when multiple files are selected + * Bug 383187 - KDED5 crash after right-click in Dolphin + * Bug 375655 - Don't crash when the path contains a '@' + * Fix compilation with FreeBSD + * Fix adding a new property to a svn entry + * Removed support for subversion 1.6 and below + * Code cleanups: + * use c++11 functionality - nullptr, range-based for loops, ... + * use new-style connects where possible + * replace deprecated Qt functions + * set Qt5.9 as minimum allowed Qt version version 2.0.0: * Update to Qt5 / KF5 (completly KDELibs4Support free) * minimum required subversion version is now 1.5 diff --git a/doc/man-kdesvn.1.docbook b/doc/man-kdesvn.1.docbook index aa7fe89b..ed4b35e9 100644 --- a/doc/man-kdesvn.1.docbook +++ b/doc/man-kdesvn.1.docbook @@ -12,7 +12,7 @@ </personname> <email>[email protected]</email></author> <date>2016-05-22</date> -<releaseinfo>kdesvn 2.0.0</releaseinfo> +<releaseinfo>kdesvn 2.1.0</releaseinfo> </refentryinfo> <refmeta> diff --git a/doc/man-kdesvnaskpass.1.docbook b/doc/man-kdesvnaskpass.1.docbook index ae1ac7c2..87723ac4 100644 --- a/doc/man-kdesvnaskpass.1.docbook +++ b/doc/man-kdesvnaskpass.1.docbook @@ -13,7 +13,7 @@ </personname> <email>[email protected]</email></author> <date>2016-05-22</date> -<releaseinfo>kdesvn 2.0.0</releaseinfo> +<releaseinfo>kdesvn 2.1.0</releaseinfo> </refentryinfo> <refmeta> diff --git a/kdesvn_suse.spec b/kdesvn_suse.spec index b4b2c91d..ae2c3ed1 100644 --- a/kdesvn_suse.spec +++ b/kdesvn_suse.spec @@ -17,7 +17,7 @@ Name: kdesvn -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: KDE Subversion Client License: GPL-2.0+
