Skip to content

Commit

Permalink
Formatting the README before the release
Browse files Browse the repository at this point in the history
  • Loading branch information
KGergo88 committed Jul 16, 2018
1 parent 179252d commit 607f11a
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -115,36 +115,35 @@ The RDB Diplomaterv Monitor can be compiled only using the Qt Creator IDE at the
5 - Release notes
=================

v1.0.0:
First release:
- The program supports the basic functionality:
v1.0.0 - First release
Functionality:
+ Opening a serial port and listening to it
+ Processing and displaying the diagrams received on the serial port
+ Keeping the received diagrams in the list and allowing switching between them

Errata:
- A probable memory leak is present in the program
+ It can be seen when there are at least two diagrams listed in the program
+ When it is being switched between them, the memory usage of the program is increasing with every switch
+ When it is being switched between them, the memory usage of the program is increasing rapidly with every switch



6 - License
===========

RDB Diplomaterv Monitor
A monitor program for the RDB Diplomaterv project
Copyright (C) 2018 András Gergő Kocsis
RDB Diplomaterv Monitor
A monitor program for the RDB Diplomaterv project
Copyright (C) 2018 András Gergő Kocsis

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

0 comments on commit 607f11a

Please sign in to comment.