Skip to content

Commit a3d1de4

Browse files
committed
Update changelog and version
1 parent 7da7781 commit a3d1de4

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

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+
328
## 2.6.2
429

530
23rd March 2021

lc-lib/core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package core
1818

1919
// LogCourierVersion is the library version number
20-
const LogCourierVersion string = "2.6.2"
20+
const LogCourierVersion string = "2.6.3"

0 commit comments

Comments
 (0)