File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Future
4
+
5
+ ?
6
+
7
+ Logstash Input Plugin
8
+
9
+ - Updated dependencies to newer versions
10
+
11
+ ## 2.6.3
12
+
13
+ 20th September 2021
14
+
15
+ Log Courier
16
+
17
+ - Fix debug level logging outputting spurious messages (#385 )
18
+ - Fix syslog entries progname to only have the binary name and not the full path (#384 )
19
+ - Fix hold time settings not closing files properly and causing a notice every 10 seconds (#382 )
20
+ - Fix a deadlock in spooler if the pipeline completely stopped
21
+
22
+ Log Carver
23
+
24
+ - Fix syslog entries progname to only have the binary name and not the full path (#384 )
25
+ - Fixed missing home directory on RPM installations (it was unused but caused unnecessary warnings in some cases)
26
+ - Fix a deadlock in spooler if the pipeline completely stopped
27
+
3
28
## 2.6.2
4
29
5
30
23rd March 2021
Original file line number Diff line number Diff line change 17
17
package core
18
18
19
19
// LogCourierVersion is the library version number
20
- const LogCourierVersion string = "2.6.2 "
20
+ const LogCourierVersion string = "2.6.3 "
You can’t perform that action at this time.
0 commit comments