Skip to content

V2.0.1

Compare
Choose a tag to compare
@chrissie-c chrissie-c released this 29 Jul 08:23

This is a small bugfix release. The main fix is to threading in the log subsystem when calling logging primitives from different threads in an application (not the same as using "Threaded logging").

The most visible change is that man pages are now included in the package. The github.io documentation is now deprecated in favour of the included mans. doxygen2man has also been improved so that it produces much nicer man pages than in 2.0.0

Chrissie Caulfield (11):
Some bugs spotted by coverity (#399)
log: Fix threading races (#396)
test: Add unit test for ipcs_connection_auth_set() (#397)
array: More locking fixes (#400)
doxygen2man - Lots of new features & fixes for parsing libqb manpages (#40
doxygen2man: Fix a couple of the worst coverity errors (#404)
CI: Remove .travis.yml (#406)
Make manpages (#405)
doxygen2man - Print structure descriptions (where available) (#408)
doxygen2man: Tidy RETURN VALUE
Bump version for 2.0.1

Fabio M. Di Nitto (2):
[docs] fix man page distribution (#407)
[doxy] fix build when more aggressive -W options are used (#410)

wladmis (1):
unix.c: use posix_fallocate() (#409)