Skip to content

Commit 45fc864

Browse files
author
Meinhard Ritscher
committed
rel 0.30.2
1 parent 061baa3 commit 45fc864

File tree

6 files changed

+57
-21
lines changed

6 files changed

+57
-21
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(CuteCom)
44

55
set (CuteCom_MAJOR_VERSION 0)
66
set (CuteCom_MINOR_VERSION 30)
7-
set (CuteCom_PATCH_VERSION 1)
7+
set (CuteCom_PATCH_VERSION 2)
88
set (CuteCom_VERSION
99
${CuteCom_MAJOR_VERSION}.${CuteCom_MINOR_VERSION}.${CuteCom_PATCH_VERSION})
1010

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.30.2, January 11th, 2016
2+
-opening a connnection with more than 200000 Baud not possible - FIX
3+
-custom baud rate not restored - FIX
4+
-extra long lines are wrapped - less disturbing
5+
16
0.31.1, December 21th, 2015
27
-fixed a bug preventing to compile on gcc 5.2
38

distribution/Debian/cutecom.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: 1.0
22
Source: cutecom
3-
Version: 0.30-1
3+
Version: 0.30-2
44
Binary: CuteCom
55
Maintainer: Meinhard Ritscher <cyc1ingsir@gmail.com>
66
Architecture: any
77
Build-Depends: debhelper (>= 4.1.16), cmake (>= 2.8.11), qt5-default, libqt5serialport5-dev ,cutecom
88
Files:
9-
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.1.tgz
9+
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.2.tgz

distribution/Debian/debian.changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cutecom (0.30.2-0) unstable; urgency=low
2+
* opening a connnection with more than 200000 Baud not possible - FIX
3+
* custom baud rate not restored - FIX
4+
* extra long lines are wrapped - less disturbing
5+
6+
-- Meinhard Ritscher <cyc1ingsir@gmail.com> Mon, 11 Jan 2016 17:10:00 +0100
7+
18
cutecom (0.30.1-0) unstable; urgency=low
29
* fixed a bug preventing to compile on gcc 5.2
310

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Mon Jan 11 17:10:33 UTC 2016 - cyc1ingsir@gmail.com
2+
3+
- opening a connnection with more than 200000 Baud not possible - FIX
4+
- custom baud rate not restored - FIX
5+
- extra long lines are wrapped - less disturbing
6+
7+
-------------------------------------------------------------------
8+
Fri Dec 18 20:20:20 UTC 2015 - cyc1ingsir@gmail.com
9+
10+
- reimplementation based on Qt5
11+
- including various feature enhancements
12+
- removed cutecom-0.22.0-license.diff - codebase changed
13+
- removed cutecom-0.22.0-nolinebreak.diff - codebase changed
14+
15+
-------------------------------------------------------------------
16+
Tue Nov 17 10:35:42 UTC 2015 - opensuse@dstoecker.de
17+
18+
- fix build for Leap 42.1
19+
- correct FSF address
20+
21+
-------------------------------------------------------------------
22+
Thu Feb 23 17:08:17 UTC 2012 - opensuse@dstoecker.de
23+
24+
- display correct license in about dialog
25+
26+
-------------------------------------------------------------------
27+
Thu Jan 12 11:30:33 UTC 2012 - coolo@suse.com
28+
29+
- change license to be in spdx.org format
30+
31+
-------------------------------------------------------------------
32+
Tue Apr 26 18:39:52 CEST 2011 - opensuse@dstoecker.de
33+
34+
- fix line breaking issue (patch copied from Debian)
35+
36+
-------------------------------------------------------------------
37+
Tue Jan 27 12:00:00 CEST 2009 - opensuse@dstoecker.de
38+
39+
- initial setup

distribution/openSUSE/cutecom.spec

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919

2020
Name: cutecom
21-
Version: 0.30.1
22-
Release: 1.0.0
21+
Version: 0.30.2
22+
Release: 0
2323
Url: http://github.com/neundorf/CuteCom
2424
BuildRoot: %{_tmppath}/%{name}-%{version}-build
2525
BuildRequires: cmake
@@ -64,19 +64,4 @@ rm -rf "$RPM_BUILD_ROOT"
6464
%doc Changelog TODO LICENSE CREDITS README.md
6565

6666
%changelog
67-
* Mon Dec 21 2015 cyc1ingsir@gmail.com
68-
- fixed a bug preventing to compile on gcc 5.2
69-
* Fri Dec 18 2015 cyc1ingsir@gmail.com
70-
- reimplementation based on Qt5
71-
- including various feature enhancements
72-
* Tue Nov 17 2015 opensuse@dstoecker.de
73-
- fix build for Leap 42.1
74-
- correct FSF address
75-
* Thu Feb 23 2012 opensuse@dstoecker.de
76-
- display correct license in about dialog
77-
* Thu Jan 12 2012 coolo@suse.com
78-
- change license to be in spdx.org format
79-
* Tue Apr 26 2011 opensuse@dstoecker.de
80-
- fix line breaking issue (patch copied from Debian)
81-
* Tue Jan 27 2009 opensuse@dstoecker.de
82-
- initial setup
67+

0 commit comments

Comments
 (0)