Skip to content

Commit

Permalink
Update ChangeLog and bump for v2.6.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jul 15, 2024
1 parent f277fa6 commit f879fd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All relevant changes to the project are documented in this file.
- Semantic change for per-file log rotation settings, no longer possible
to disable log rotation for a file by setting `rotate=0:0`
- Possible to set only size or count rotation per file
- Add support for 'listen addr:port' to .conf file, issue #83

### Fixes
- Fix #72: loss of raw kernel log messages to console.
Expand All @@ -28,6 +29,9 @@ All relevant changes to the project are documented in this file.
name is used as remote log server, the system may not be able to
resolve it to an IP address (for various reasons). This may lead
to blocking delays in `syslogd` causing loss of log messages
- Fix #82: retry creating UNIX and network sockets on failure. This now
allows syslogd to "discover" and bind to addresses that are not yet
set when it starts up.


[v2.5.2][] - 2023-08-21
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.

AC_INIT([sysklogd], [2.6.0-beta1], [https://github.com/troglobit/sysklogd/issues],,
AC_INIT([sysklogd], [2.6.0-rc1], [https://github.com/troglobit/sysklogd/issues],,
[https://github.com/troglobit/sysklogd])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
Expand Down

0 comments on commit f879fd6

Please sign in to comment.