Skip to content

Commit

Permalink
release 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Meinhard Ritscher committed Dec 21, 2015
1 parent a8f97fc commit 580fe74
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(CuteCom)

set (CuteCom_MAJOR_VERSION 0)
set (CuteCom_MINOR_VERSION 30)
set (CuteCom_PATCH_VERSION 0)
set (CuteCom_PATCH_VERSION 1)
set (CuteCom_VERSION
${CuteCom_MAJOR_VERSION}.${CuteCom_MINOR_VERSION}.${CuteCom_PATCH_VERSION})

Expand Down
5 changes: 4 additions & 1 deletion Changelog
@@ -1,4 +1,7 @@
0.30.0, December 20th, 2015
0.31.1, December 21th, 2015
-fixed a bug preventing to compile on gcc 5.2

0.30.0, December 18th, 2015
-first public release of the reimplemented version

0.25.0, November 30th, 2015
Expand Down
4 changes: 2 additions & 2 deletions distribution/Debian/cutecom.dsc
@@ -1,9 +1,9 @@
Format: 1.0
Source: cutecom
Version: 0.30-0
Version: 0.30-1
Binary: CuteCom
Maintainer: Meinhard Ritscher <cyc1ingsir@gmail.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cmake (>= 2.8.11), qt5-default, libqt5serialport5-dev ,cutecom
Files:
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.0.tgz
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.1.tgz
7 changes: 6 additions & 1 deletion distribution/Debian/debian.changelog
@@ -1,10 +1,15 @@
cutecom (0.30.1-0) unstable; urgency=low
* fixed a bug preventing to compile on gcc 5.2

-- Meinhard Ritscher <cyc1ingsir@gmail.com> Mon, 21 Dec 2015 11:20:00 +0100

cutecom (0.30.0-0) unstable; urgency=low

* Reimplementation using Qt5
* Feature enhancements
* Facelift GUI

-- Meinhard Ritscher <cyc1ingsir@gmail.com> Sat, 21 Dec 2015 11:20:00 +0100
-- Meinhard Ritscher <cyc1ingsir@gmail.com> Fri, 18 Dec 2015 11:20:00 +0100


cutecom (0.22.0-2) unstable; urgency=low
Expand Down
6 changes: 4 additions & 2 deletions distribution/openSUSE/cutecom.spec
Expand Up @@ -18,7 +18,7 @@


Name: cutecom
Version: 0.30.0
Version: 0.30.1
Release: 1.0.0
Url: http://github.com/neundorf/CuteCom
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -64,7 +64,9 @@ rm -rf "$RPM_BUILD_ROOT"
%doc Changelog TODO LICENSE CREDITS README.md

%changelog
* Fri Dec 4 2015 cyc1ingsir@gmail.com
* Mon Dec 21 2015 cyc1ingsir@gmail.com
- fixed a bug preventing to compile on gcc 5.2
* Fri Dec 18 2015 cyc1ingsir@gmail.com
- reimplementation based on Qt5
- including various feature enhancements
* Tue Nov 17 2015 opensuse@dstoecker.de
Expand Down

0 comments on commit 580fe74

Please sign in to comment.