Skip to content

Commit

Permalink
rel 0.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Meinhard Ritscher committed Oct 15, 2016
1 parent c1f1d8b commit f931650
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(CuteCom)

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

Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.30.4, October 15th, 2016
-Disable RTS/DTR when no flow control is used
-man page update
-licenses cleanup
0.30.3, February 15th, 2016
-now builds and runs using Qt5 versions less than 5.3
-performance tuning by switching to QPlainTextEdit
Expand Down
4 changes: 2 additions & 2 deletions distribution/Debian/cutecom.dsc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Format: 1.0
Source: cutecom
Version: 0.30-3
Version: 0.30-4
Binary: CuteCom
Maintainer: Meinhard Ritscher <[email protected]>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cmake (>= 2.8.11), qt5-default, libqt5serialport5-dev ,cutecom
Files:
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.3.tgz
a123e277faa328ccef665145e1ea4ada 125197 cutecom-0.30.4.tgz
7 changes: 7 additions & 0 deletions distribution/Debian/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cutecom (0.30.4-0) unstable; urgency=low
*Disable RTS/DTR when no flow control is used
*man page update
*licenses cleanup

-- Meinhard Ritscher <[email protected]> Sat, 16 Oct 2016 22:05:00 +0100

cutecom (0.30.3-0) unstable; urgency=low
* now builds and runs with Qt5 versions less 5.3
* performance tuning by switching to QPlainTextEdit
Expand Down
8 changes: 8 additions & 0 deletions distribution/openSUSE/cutecom.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Oct 15 20:05:20 UTC 2016 - [email protected]

-update to release 0.30.4
*Disable RTS/DTR when no flow control is used
*man page update
*licenses cleanup

-------------------------------------------------------------------
Mon Feb 15 20:20:20 UTC 2016 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion distribution/openSUSE/cutecom.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


Name: cutecom
Version: 0.30.3
Version: 0.30.4
Release: 0
Url: http://github.com/neundorf/CuteCom
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit f931650

Please sign in to comment.