update Changes #172

This commit is contained in:
Jordi Sanfeliu 2019-05-27 12:48:17 +02:00
parent 09f5365bf2
commit 5decd7e8d7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
(suggested by Greg Ogonowski, greg AT indexcom.com)
- Added the new option 'subject_prefix' in 'emailreports.pm' to be able to
set a customized prefix in the Subject of the emails that will be sent.
- Added the ability to support port ranges in 'port.pm'. [#172]
- Changed the main loop functionality using now the select() function, instead
of the alarm()+pause() pair. This should improve the responsiveness on high
system loads. [#230]