Skip to content

Commit

Permalink
various - prep for 1.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jan 11, 2020
1 parent 522b8fd commit 6dd98b4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 14 deletions.
22 changes: 11 additions & 11 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
Version 1.2.7 (UNRELEASED):
-------------
*
Version 1.2.7:
--------------
* Small buildsystem fixes for rpath and static builds

Version 1.2.6:
-------------
--------------
* New EULA (see LICENSE.txt)
* New CMake option BUILD_TESTS to disable building the tests
* Comes with an installing file for Conan (see conan folder)
* Small cleanups

Version 1.2.5:
-------------
--------------
* Keeping up with Qt5, CMake and QNX

Version 1.2.4:
-------------
--------------
* Fix minor compile error

Version 1.2.3:
-------------
--------------
* minor syncing with externals

Version 1.2.2:
-------------
--------------
* Fix build issue with Qt 5.10 on windows+MSVC
* Update graphviz SHA1 (fixes issues regarding sort.exe lookup)
* Minor CMake improvements

Version 1.2:
-----------
------------
* Introduce adapter for QtSCXML (requires Qt 5.8 or higher)
* Build system: Generate and install pdb files on Windows

Version 1.1:
-----------
------------
* View: Added button to show/hide transition labels
* View: Now using native text rendering
* View: Status bar got removed
Expand All @@ -44,5 +44,5 @@ Version 1.1:
Works on all major platforms (tested on Linux, OS X, Windows)

Version 1.0:
-----------
------------
* Initial Release
6 changes: 6 additions & 0 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kdstatemachineeditor (1.2.7) final; urgency=low

* 1.2.7 final

-- Allen Winter <allen.winter@kdab.com> Sat, 11 Jan 2020 10:00:00 -0500

kdstatemachineeditor (1.2.6) final; urgency=low

* 1.2.6 final
Expand Down
4 changes: 2 additions & 2 deletions kdstatemachineeditor.dsc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Format: 1.0
Source: kdstatemachineeditor
Version: 1.2.6
Version: 1.2.7
Binary: kdstatemachineeditor
Maintainer: Allen Winter <allen.winter@kdab.com>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev, qtbase5-dev-tools, qtbase5-private-dev, qttools5-dev, qttools5-dev-tools, qtdeclarative5-dev, qtdeclarative5-dev-tools, graphviz-dev
Files:
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.6.tar.gz
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.7.tar.gz
4 changes: 3 additions & 1 deletion kdstatemachineeditor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kdstatemachineeditor
Version: 1.2.6
Version: 1.2.7
Release: 1
Summary: State Machine Editor Library
Source0: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -75,6 +75,8 @@ make install DESTDIR=%{buildroot} %{?_smp_mflags}
%{_libdir}/qt5/mkspecs/modules/*

%changelog
* Sat Jan 11 2020 Allen Winter <allen.winter@kdab.com> 1.2.7
1.2.7 Patch Release
* Mon Dec 16 2019 Allen Winter <allen.winter@kdab.com> 1.2.6
1.2.6 Patch Release
* Sat Feb 16 2019 Allen Winter <allen.winter@kdab.com> 1.2.5
Expand Down

0 comments on commit 6dd98b4

Please sign in to comment.