Skip to content

Commit 4689317

Browse files
author
Meinhard Ritscher
committed
rel 0.30.3
1 parent a6f7799 commit 4689317

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
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 2)
7+
set (CuteCom_PATCH_VERSION 3)
88
set (CuteCom_VERSION
99
${CuteCom_MAJOR_VERSION}.${CuteCom_MINOR_VERSION}.${CuteCom_PATCH_VERSION})
1010

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.30.3, February 15th, 2016
2+
-now builds and runs using Qt5 versions less than 5.3
3+
-performance tuning by switching to QPlainTextEdit
4+
15
0.30.2, January 11th, 2016
26
-opening a connnection with more than 200000 Baud not possible - FIX
37
-custom baud rate not restored - FIX

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-2
3+
Version: 0.30-3
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.2.tgz
9+
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.3.tgz

distribution/Debian/debian.changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cutecom (0.30.3-0) unstable; urgency=low
2+
* now builds and runs with Qt5 versions less 5.3
3+
* performance tuning by switching to QPlainTextEdit
4+
5+
-- Meinhard Ritscher <cyc1ingsir@gmail.com> Mon, 15 Feb 2016 18:10:00 +0100
6+
17
cutecom (0.30.2-0) unstable; urgency=low
28
* opening a connnection with more than 200000 Baud not possible - FIX
39
* custom baud rate not restored - FIX

distribution/openSUSE/cutecom.changes

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
Mon Jan 11 17:10:33 UTC 2016 - cyc1ingsir@gmail.com
1+
-------------------------------------------------------------------
2+
Mon Feb 15 20:20:20 UTC 2016 - cyc1ingsir@gmail.com
3+
4+
-update to release 0.30.3
5+
* make build and run using Qt5 versions less 5.3
6+
* performance tuning switching to QPlainTextEdit
7+
8+
-------------------------------------------------------------------
9+
Thu Jan 14 14:21:11 UTC 2016 - opensuse@dstoecker.de
210

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
11+
- update to release 0.30.2
12+
* custom baud rates restored properly on startup
13+
* custom baud rates > 200000 now selectable
14+
* prevent horizontal scroll bar showing up (feedback)
615

716
-------------------------------------------------------------------
817
Fri Dec 18 20:20:20 UTC 2015 - cyc1ingsir@gmail.com

distribution/openSUSE/cutecom.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
Name: cutecom
21-
Version: 0.30.2
21+
Version: 0.30.3
2222
Release: 0
2323
Url: http://github.com/neundorf/CuteCom
2424
BuildRoot: %{_tmppath}/%{name}-%{version}-build

0 commit comments

Comments
 (0)