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
Copy file name to clipboardExpand all lines: ReadMe-2.4.3
+25-13Lines changed: 25 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
What's new in Open Source Tripwire 2.4.3.2:
1
+
What's new in Open Source Tripwire 2.4.3.x:
2
+
3
+
* Useful ‘install-strip’, ‘check’, ‘uninstall’ & ‘distcheck’ make targets as of OST 2.4.3.5. Check target invokes both the test-harness framework and twtest unit tests.
4
+
5
+
* Verify OST builds without errors w/ GCC 7.0.x; fix new warnings from the new compiler, including deprecation warnings; use std::unique_ptr instead of std::auto_ptr where available.
6
+
7
+
* Add ‘--disable-extrawarnings’ configure option, for old compilers that don’t support the ’-Wextra’ compile option.
8
+
9
+
* Clean up unit tests, enable various disabled tests, make results more useful.
10
+
11
+
* Additional cleanup due to static analysis tool results (CppCheck, Flawfinder, Clang analyzer).
2
12
3
13
* OST now includes optional iconv support when configured with --enable-iconv.
4
14
When enabled, binary database & report files store paths as UTF-16, making these files more
@@ -29,11 +39,6 @@ specifying a build directory outside the source dir now works as expected.
29
39
* Assorted platform tweaks: Add DOS/FreeDOS + DJGPP as a new platform; support Cygwin
30
40
//host/share/path syntax for UNC paths; passphrase & tempfile fixes for AROS.
31
41
32
-
33
-
======================================
34
-
35
-
What was new in earlier 2.4.3 versions:
36
-
37
42
* This update fixes compilation errors on modern compilers (GCC 4.7+ and LLVM/clang),
38
43
as well as some additional errors encountered on various platforms. This is intended
39
44
to supersede patches against 2.4.2.x, e.g. http://www.linuxfromscratch.org/blfs/view/svn/postlfs/tripwire.html
@@ -66,15 +71,22 @@ defined incorrectly otherwise.
66
71
The update has been tested on a variety of platforms:
AC_COPYRIGHT([The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.])
0 commit comments