forked from pool/python-Logbook
- Update to version 1.4.3:
* Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens) * Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens) * Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens) * Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi) * Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
92530f0c2a
commit
3d9f5feac9
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 16:39:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to version 1.4.3:
|
||||
* Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
|
||||
* Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)
|
||||
* Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens)
|
||||
* Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
|
||||
* Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 13:23:32 UTC 2018 - petr@cervinka.net
|
||||
|
||||
|
Reference in New Issue
Block a user