Skip to content

Commit

Permalink
final preparations for release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jul 20, 2021
1 parent ac6bce2 commit cc6af1e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
7 changes: 3 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Release Highlights
==================

** WARNING ** Version 2.7.2 was the final release with Qt4 support **

Version 2.8.0 (unreleased):
---------------------------
Version 2.8.0:
--------------
* Support for Qt4 is removed
* The qmake buildsystem is deprecated and will be removed in version 3.0
* CMake buildsystem - increase min version to 3.1.0
Expand All @@ -13,6 +11,7 @@ Version 2.8.0 (unreleased):

Version 2.7.2:
--------------
** WARNING ** Version 2.7.2 is the final release with Qt4 support **
* CMake buildsystem - option BUILD_PYTHON_BINDINGS => KDChart_PYTHON_BINDINGS
* CMake buildsystem - option PYTHON_BINDINGS_INSTALL_PREFIX => KDChart_PYTHON_BINDINGS_INSTALL_PREFIX
* Fix static linking examples and unittests in the CMake buildsystem
Expand Down
6 changes: 4 additions & 2 deletions INSTALL-cmake.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
These are the instructions for installing KD Chart using the CMake buildsystem.
CMake version 3.1.0 or higher is required.

The same source code compiles with either Qt 4 or Qt 5.

Please see the comments at the top of CMakeLists.txt for
the available configuration options you can pass to cmake.

KD Chart 2.5.0 supports Qt version 4.x.
KD Chart 2.5.1 to 2.7.x supports both Qt 4 and Qt 5.
KD Chart 2.8.x supports Qt5 only.

The installation directory defaults to c:\KDAB\KDChart-<version> on Windows
and /usr/local/KDAB/KDChart-<version> on non-Windows. You can change this
location by passing the option -DCMAKE_INSTALL_PREFIX=/install/path to cmake.
Expand Down
6 changes: 6 additions & 0 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kdchart (2.8.0) final; urgency=high

* 2.8.0 final release

-- Allen Winter <[email protected]> Tue, 20 Jul 2021 12:00:00 -0500

kdchart (2.7.2) final; urgency=high

* 2.7.2 final release
Expand Down
6 changes: 3 additions & 3 deletions qt5-kdchart.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: kdchart
Version: 2.7.2
Version: 2.8.0
Binary: kdchart
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev qtsvg5-dev
Build-Depends: debhelper (>=9), cdbs, cmake, qtbase5-dev qtsvg5-dev

Files:
00000000000000000000000000000000 00000 qt5-kdchart-2.7.2.tar.gz
00000000000000000000000000000000 00000 qt5-kdchart-2.8.0.tar.gz
4 changes: 3 additions & 1 deletion qt5-kdchart.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: qt5-kdchart
Version: 2.7.2
Version: 2.8.0
Release: 1
Summary: A Qt tool for creating business and scientific charts
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -82,6 +82,8 @@ QMAKE_ARGS="LIB_SUFFIX=64" ./configure.sh -shared -release -no-unittests -prefix
%{_libdir}/libkdchart.so

%changelog
* Tue Jul 20 2021 Allen Winter <[email protected]> 2.8.0
2.8.0
* Fri Oct 16 2020 Allen Winter <[email protected]> 2.7.2
2.7.2
* Fri Jun 19 2020 Allen Winter <[email protected]> 2.7.1
Expand Down

0 comments on commit cc6af1e

Please sign in to comment.