Skip to content

Commit cc6af1e

Browse files
author
Allen Winter
committed
final preparations for release 2.8.0
1 parent ac6bce2 commit cc6af1e

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

CHANGES

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
Release Highlights
22
==================
33

4-
** WARNING ** Version 2.7.2 was the final release with Qt4 support **
5-
6-
Version 2.8.0 (unreleased):
7-
---------------------------
4+
Version 2.8.0:
5+
--------------
86
* Support for Qt4 is removed
97
* The qmake buildsystem is deprecated and will be removed in version 3.0
108
* CMake buildsystem - increase min version to 3.1.0
@@ -13,6 +11,7 @@ Version 2.8.0 (unreleased):
1311

1412
Version 2.7.2:
1513
--------------
14+
** WARNING ** Version 2.7.2 is the final release with Qt4 support **
1615
* CMake buildsystem - option BUILD_PYTHON_BINDINGS => KDChart_PYTHON_BINDINGS
1716
* CMake buildsystem - option PYTHON_BINDINGS_INSTALL_PREFIX => KDChart_PYTHON_BINDINGS_INSTALL_PREFIX
1817
* Fix static linking examples and unittests in the CMake buildsystem

INSTALL-cmake.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
These are the instructions for installing KD Chart using the CMake buildsystem.
22
CMake version 3.1.0 or higher is required.
33

4-
The same source code compiles with either Qt 4 or Qt 5.
5-
64
Please see the comments at the top of CMakeLists.txt for
75
the available configuration options you can pass to cmake.
86

7+
KD Chart 2.5.0 supports Qt version 4.x.
8+
KD Chart 2.5.1 to 2.7.x supports both Qt 4 and Qt 5.
9+
KD Chart 2.8.x supports Qt5 only.
10+
911
The installation directory defaults to c:\KDAB\KDChart-<version> on Windows
1012
and /usr/local/KDAB/KDChart-<version> on non-Windows. You can change this
1113
location by passing the option -DCMAKE_INSTALL_PREFIX=/install/path to cmake.

debian.changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kdchart (2.8.0) final; urgency=high
2+
3+
* 2.8.0 final release
4+
5+
-- Allen Winter <[email protected]> Tue, 20 Jul 2021 12:00:00 -0500
6+
17
kdchart (2.7.2) final; urgency=high
28

39
* 2.7.2 final release

qt5-kdchart.dsc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Format: 1.0
22
Source: kdchart
3-
Version: 2.7.2
3+
Version: 2.8.0
44
Binary: kdchart
55
Maintainer: Allen Winter <[email protected]>
66
Architecture: any
7-
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev qtsvg5-dev
7+
Build-Depends: debhelper (>=9), cdbs, cmake, qtbase5-dev qtsvg5-dev
88

99
Files:
10-
00000000000000000000000000000000 00000 qt5-kdchart-2.7.2.tar.gz
10+
00000000000000000000000000000000 00000 qt5-kdchart-2.8.0.tar.gz

qt5-kdchart.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: qt5-kdchart
2-
Version: 2.7.2
2+
Version: 2.8.0
33
Release: 1
44
Summary: A Qt tool for creating business and scientific charts
55
Source0: %{name}-%{version}.tar.gz
@@ -82,6 +82,8 @@ QMAKE_ARGS="LIB_SUFFIX=64" ./configure.sh -shared -release -no-unittests -prefix
8282
%{_libdir}/libkdchart.so
8383

8484
%changelog
85+
* Tue Jul 20 2021 Allen Winter <[email protected]> 2.8.0
86+
2.8.0
8587
* Fri Oct 16 2020 Allen Winter <[email protected]> 2.7.2
8688
2.7.2
8789
* Fri Jun 19 2020 Allen Winter <[email protected]> 2.7.1

0 commit comments

Comments
 (0)