Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: openv/vcontrold

Tags

v0.98.12

Toggle v0.98.12's commit message
v0.98.12 small fixes

v0.98.11

Toggle v0.98.11's commit message
v0.98.11 re-release, no changed code, just CI/CD workflow

v0.98.10

Toggle v0.98.10's commit message
New release due to some fixes by @hmueller01. Thx to all contributors

v0.98.9

Toggle v0.98.9's commit message
This version fixes the --host option for vclient (issue 58) and made a

minor change to the Travis CI build script for armhf target.

v0.98.8

Toggle v0.98.8's commit message
This version is implementing setSystemTime thanks @nexx152 and makes

minor changes to the build system on Travis CI.

v0.98.7

Toggle v0.98.7's commit message
Github release deployment via Appveyor for Cygwin builds

v0.98.6

Toggle v0.98.6's commit message
Better framer robustness, and documentation fixes

Thanks to @hmueller01, this new release comes with some fixes to the framer code, which adds robustness, and some corrections to the documentation.

v0.98.5

Toggle v0.98.5's commit message
v0.98.5

This release comes with some bugfixes and improvements:
 * fix expected len in framer when data has been written
 * fix memory realloc in vclient
 * make pid file location configurable
 * drop privileges when run as root

v0.98.4

Toggle v0.98.4's commit message
v0.98.4 (2nd re-release) Code style overhaul and bugfixes

This version features code style improvements which hopefully lay the base for further developments.
Some minor bugs were fixed, and the documentation has been worked on.

This second (and hopefully last) re-release of v0.98.4 only includes improvements to the deployment process. It is functionally identical with the withdrawn previous release.

Thx to all contributors!

v0.98.3

Toggle v0.98.3's commit message
Source code reformatting, build system, and documentation improvements

This version lays the foundation for further developments.
It features reformatted source code by @l3u which follows the guidelines of https://community.kde.org/Policies/Kdelibs_Coding_Style .
Furthermore, the cmake build system now also builds uni*x manual pages from ReStructuredText, which sould make documentation writing much easier.