mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOGS.LOCK_USER_NAME' field to the database. * Added a 'LOGS.LOCK_STATION_NAME' field to the database. * Added a 'LOGS.LOCK_IPV4_ADDRESS' field to the database. * Added a 'LOGS.LOCK_DATETIME' field to the database. * Incremented the database version to 273. * Added log locking logic to rdlogedit(1).
This commit is contained in:
@@ -89,6 +89,7 @@ SOURCES += rdlog_event.cpp
|
||||
SOURCES += rdlog_line.cpp
|
||||
SOURCES += rdlogedit_conf.cpp
|
||||
SOURCES += rdlogfilter.cpp
|
||||
SOURCES += rdloglock.cpp
|
||||
SOURCES += rdmacro.cpp
|
||||
SOURCES += rdmacro_event.cpp
|
||||
SOURCES += rdoneshot.cpp
|
||||
@@ -230,6 +231,7 @@ HEADERS += rdlog_event.h
|
||||
HEADERS += rdlog_line.h
|
||||
HEADERS += rdlogedit_conf.h
|
||||
HEADERS += rdlogfilter.h
|
||||
HEADERS += rdloglock.h
|
||||
HEADERS += rdmacro.h
|
||||
HEADERS += rdmacro_event.h
|
||||
HEADERS += rdoneshot.h
|
||||
|
||||
Reference in New Issue
Block a user