Bump version to 2.4.3.2
This commit is contained in:
parent
816e5c7e8f
commit
ccf149c978
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,7 @@
|
||||||
|
2016-04-25 Brian Cox <bcox@tripwire.com>
|
||||||
|
* Bump version to 2.4.3.2
|
||||||
|
* Use posix_fadvise() to reduce disk cache impact (where available).
|
||||||
|
|
||||||
2016-04-20 Brian Cox <bcox@tripwire.com>
|
2016-04-20 Brian Cox <bcox@tripwire.com>
|
||||||
* Bump version to 2.4.3.1
|
* Bump version to 2.4.3.1
|
||||||
* Revive old 'twtest' unit test suite (such as it is); move _t.cpp files into twtest dir.
|
* Revive old 'twtest' unit test suite (such as it is); move _t.cpp files into twtest dir.
|
||||||
|
@ -26,7 +30,7 @@
|
||||||
* Add MAILFROMADDRESS config param (see twconfig man page)
|
* Add MAILFROMADDRESS config param (see twconfig man page)
|
||||||
* Use O_NONBLOCK, to avoid blocking on fifos & mandatory-locked files
|
* Use O_NONBLOCK, to avoid blocking on fifos & mandatory-locked files
|
||||||
* Report Solaris door & event port file types correctly
|
* Report Solaris door & event port file types correctly
|
||||||
|
|
||||||
2014-01-01 Barry Allard <barry.allard@gmail.com>
|
2014-01-01 Barry Allard <barry.allard@gmail.com>
|
||||||
|
|
||||||
* Bumping version to 2.4.2.3
|
* Bumping version to 2.4.2.3
|
||||||
|
@ -59,24 +63,21 @@
|
||||||
* Fixed bug in install script when sendmail isn't installed
|
* Fixed bug in install script when sendmail isn't installed
|
||||||
target system.
|
target system.
|
||||||
* Removed some non-existent files from installer
|
* Removed some non-existent files from installer
|
||||||
|
|
||||||
2005-08-18 Ron Forrester <rjf@theforrest.org>
|
2005-08-18 Ron Forrester <rjf@theforrest.org>
|
||||||
|
|
||||||
* Wow, has it been 4+ years? :)
|
* Wow, has it been 4+ years? :)
|
||||||
|
|
||||||
* Starting fresh with Paul's autoconf'ed code base
|
* Starting fresh with Paul's autoconf'ed code base
|
||||||
|
|
||||||
* Bumped version number, misc cleanup, etc.
|
* Bumped version number, misc cleanup, etc.
|
||||||
|
|
||||||
|
|
||||||
2001-02-25 Ron Forrester <rjf@theforrest.org>
|
2001-02-25 Ron Forrester <rjf@theforrest.org>
|
||||||
|
|
||||||
* Bumped version to 2.3.1.
|
* Bumped version to 2.3.1.
|
||||||
|
|
||||||
* BSD support, thanks to Paul Herman <pherman@frenchfries.net>.
|
* BSD support, thanks to Paul Herman <pherman@frenchfries.net>.
|
||||||
The support was added for FreeBSD 4.2, your mileage may vary on
|
The support was added for FreeBSD 4.2, your mileage may vary on
|
||||||
other BSD's.
|
other BSD's.
|
||||||
|
|
||||||
* Fixed long standing bug with recurse=3
|
* Fixed long standing bug with recurse=3
|
||||||
|
|
||||||
* If TEMPDIRECTORY was missing trailing /, bad things could
|
* If TEMPDIRECTORY was missing trailing /, bad things could
|
||||||
|
@ -88,8 +89,7 @@
|
||||||
file. Additionally, reports were being sliced to global
|
file. Additionally, reports were being sliced to global
|
||||||
recipients, despite the fact that global recipients should get
|
recipients, despite the fact that global recipients should get
|
||||||
the full report.
|
the full report.
|
||||||
|
|
||||||
|
|
||||||
2001-02-03 Ron Forrester <rjf@theforrest.org>
|
2001-02-03 Ron Forrester <rjf@theforrest.org>
|
||||||
|
|
||||||
* Fixed possible security problem with the handling of temp
|
* Fixed possible security problem with the handling of temp
|
||||||
|
|
|
@ -3107,7 +3107,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=tripwire
|
PACKAGE=tripwire
|
||||||
VERSION=2.4.3.1
|
VERSION=2.4.3.2
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([src/tw/tw.cpp])
|
AC_CONFIG_SRCDIR([src/tw/tw.cpp])
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE(tripwire, 2.4.3.1)
|
AM_INIT_AUTOMAKE(tripwire, 2.4.3.2)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl #################################
|
dnl #################################
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PRODUCT=tripwire
|
PRODUCT=tripwire
|
||||||
VERSION=2.4.3.1
|
VERSION=2.4.3.2
|
||||||
|
|
||||||
platform() {
|
platform() {
|
||||||
case `uname` in
|
case `uname` in
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
# define DEBUG_STR _T("")
|
# define DEBUG_STR _T("")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) 2.4.3.1.")
|
#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) 2.4.3.2.")
|
||||||
|
|
||||||
#define TSS_COPYRIGHT_NOTICE \
|
#define TSS_COPYRIGHT_NOTICE \
|
||||||
_T("Open Source Tripwire 2.4 Portions copyright 2000 Tripwire, Inc. Tripwire is a registered\n\
|
_T("Open Source Tripwire 2.4 Portions copyright 2000 Tripwire, Inc. Tripwire is a registered\n\
|
||||||
|
@ -158,7 +158,7 @@ TSS_BeginStringtable( cTW )
|
||||||
TSS_StringEntry( tw::STR_WRITE_REPORT_FILE, _T("Wrote report file: ") ),
|
TSS_StringEntry( tw::STR_WRITE_REPORT_FILE, _T("Wrote report file: ") ),
|
||||||
TSS_StringEntry( tw::STR_WRITE_CONFIG_FILE, _T("Wrote configuration file: ") ),
|
TSS_StringEntry( tw::STR_WRITE_CONFIG_FILE, _T("Wrote configuration file: ") ),
|
||||||
|
|
||||||
TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.3.1 Integrity Check Report") ),
|
TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.3.2 Integrity Check Report") ),
|
||||||
TSS_StringEntry( tw::STR_R_GENERATED_BY, _T("Report generated by: ") ),
|
TSS_StringEntry( tw::STR_R_GENERATED_BY, _T("Report generated by: ") ),
|
||||||
TSS_StringEntry( tw::STR_R_CREATED_ON, _T("Report created on: ") ),
|
TSS_StringEntry( tw::STR_R_CREATED_ON, _T("Report created on: ") ),
|
||||||
TSS_StringEntry( tw::STR_DB_CREATED_ON, _T("Database generated on: ") ),
|
TSS_StringEntry( tw::STR_DB_CREATED_ON, _T("Database generated on: ") ),
|
||||||
|
@ -219,7 +219,7 @@ TSS_BeginStringtable( cTW )
|
||||||
TSS_StringEntry( tw::STR_REMOVED_SHORT, _T("R") ),
|
TSS_StringEntry( tw::STR_REMOVED_SHORT, _T("R") ),
|
||||||
TSS_StringEntry( tw::STR_CHANGED_SHORT, _T("C") ),
|
TSS_StringEntry( tw::STR_CHANGED_SHORT, _T("C") ),
|
||||||
|
|
||||||
TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.3.1 Database") ),
|
TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.3.2 Database") ),
|
||||||
TSS_StringEntry( tw::STR_DB_GENERATED_BY, _T("Database generated by: ") ),
|
TSS_StringEntry( tw::STR_DB_GENERATED_BY, _T("Database generated by: ") ),
|
||||||
TSS_StringEntry( tw::STR_TOTAL_NUM_FILES, _T("Total number of objects: ") ),
|
TSS_StringEntry( tw::STR_TOTAL_NUM_FILES, _T("Total number of objects: ") ),
|
||||||
TSS_StringEntry( tw::STR_END_OF_DB, _T("*** End of database ***") ),
|
TSS_StringEntry( tw::STR_END_OF_DB, _T("*** End of database ***") ),
|
||||||
|
|
Loading…
Reference in New Issue