|
1 | | -SEC (Simple Event Correlator) 2.8.3 |
| 1 | +SEC (Simple Event Correlator) 2.9.alpha1 |
2 | 2 |
|
3 | 3 | Introduction: |
4 | 4 | ------------- |
@@ -27,11 +27,9 @@ work on other OS platforms. |
27 | 27 | Because SEC is not tested against ancient Perl releases, it is recommended |
28 | 28 | to run SEC with at least Perl 5.8 (see https://www.perl.org for the latest |
29 | 29 | stable release). |
30 | | -SEC uses Perl Getopt, POSIX, Fcntl, Socket, IO::Handle, and Sys::Syslog |
31 | | -modules which are included in the standard Perl installation (the presence |
32 | | -of Sys::Syslog is optional). Since the 2.8 version, SEC also employs Perl |
33 | | -JSON module for producing dumpfiles in JSON format, but the presence of this |
34 | | -module is optional. |
| 30 | +SEC uses Perl Getopt, POSIX, Fcntl, Socket, IO::Handle, Sys::Syslog, and |
| 31 | +JSON::PP modules which are included in the standard Perl installation |
| 32 | +(the presence of Sys::Syslog and JSON::PP is optional). |
35 | 33 |
|
36 | 34 | Files in this package: |
37 | 35 | ---------------------- |
@@ -59,6 +57,6 @@ The author also thanks the following people for supplying software patches, |
59 | 57 | documentation fixes, and suggesting new features: |
60 | 58 | Al Sorrell, Brian Mielke, David Lang, James Brown, Jon Frazier, Mark D. Nagel, |
61 | 59 | Peter Eckel, Rick Casey, and William Gertz. |
62 | | -Last but not least, the author expresses his profound gratitute to |
| 60 | +Last but not least, the author expresses his profound gratitude to |
63 | 61 | John P. Rouillard for many great ideas and creative discussions that have |
64 | 62 | helped to develop SEC. |
0 commit comments