You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 (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!
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.