|
From: Brian C. <bc...@tr...> - 2016-04-24 06:19:29
|
Hello again, a new Open Source Tripwire update is now available at: https://github.com/Tripwire/tripwire-open-source Here's what the new update does: * Fixes compilation errors with GCC 6.0.0 (the default compiler in Fedora 24). * Revives OST's old 'twtest' unit test suite, and moves test code to src/twtest. * Replaces tabs with spaces across the project. OST had come to have a mix of the two styles over time, and it turns out this often triggers GCC 6's new 'misleading indentation' warning. * Fixes a variety of other compiler warnings, and enables "-Wextra" to show more warnings. Enjoy, Brian Cox (bc...@tr...) |