Accepting request 1109171 from home:danishprakash:branches:devel:microos

Update to version 2.1.8

OBS-URL: https://build.opensuse.org/request/show/1109171
OBS-URL: https://build.opensuse.org/package/show/devel:microos/conmon?expand=0&rev=17
This commit is contained in:
2023-09-06 09:51:56 +00:00
committed by Git OBS Bridge
parent d4d0c70a21
commit 35a1205db1
5 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Sep 6 05:41:47 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
- Update to version 2.1.8:
* stdio: ignore EIO for terminals
* ensure console socket buffers are properly sized
* conmon: drop return after pexit()
* ctrl: make accept4 failures fatal
* logging: avoid opening /dev/null for each write
* oom: restore old OOM score
* Use default umask 0022
* cli: log parsing errors to stderr
* Changes to build conmon for riscv64
* Changes to build conmon for ppc64le
* Fix close_other_fds on FreeBSD
-------------------------------------------------------------------
Wed Mar 15 14:36:27 UTC 2023 - Dan Čermák <dcermak@suse.com>