Skip to content

Commit 0ce178d

Browse files
author
Meinhard Ritscher
committed
rel 0.45.0
1 parent 6ea8504 commit 0ce178d

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR )
33
project(CuteCom)
44

55
set (CuteCom_MAJOR_VERSION 0)
6-
set (CuteCom_MINOR_VERSION 40)
6+
set (CuteCom_MINOR_VERSION 45)
77
set (CuteCom_PATCH_VERSION 0)
88
set (CuteCom_VERSION
99
${CuteCom_MAJOR_VERSION}.${CuteCom_MINOR_VERSION}.${CuteCom_PATCH_VERSION})

Changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
0.50.0, tba , 2017
1+
0.50.0, tba , 2018
2+
0.45.0, June 17 , 2018
23
-Enable input of Crl characters using a popup or Ctrl+<x>
34
-Windows support added
45
-line termination was not saved in settings - 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.40-0
3+
Version: 0.45-0
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.40.0.tgz
9+
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.45.0.tgz

distribution/openSUSE/cutecom.changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
-------------------------------------------------------------------
2+
Thu Jun 17 19:44:34 UTC 2017 - cyc1ingsir@gmail.com
3+
4+
-update to release 0.45.0
5+
* Enable input of Crl characters using a popup or Ctrl+<x>
6+
* Windows support added
7+
* line termination was not saved in settings - FIX
8+
* upgrading to clang-format to version 3.8.0
9+
* updating travis ci instructions - FIX
10+
* support for Qt5>=5.11
11+
12+
-------------------------------------------------------------------
213
Thu Jan 12 19:04:34 UTC 2017 - cyc1ingsir@gmail.com
314

415
-update to release 0.40.0

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.40.0
21+
Version: 0.45.0
2222
Release: 0
2323
Url: http://github.com/neundorf/CuteCom
2424
BuildRoot: %{_tmppath}/%{name}-%{version}-build

0 commit comments

Comments
 (0)