From 692c73323ffa47477b40c4fd8bcab9cd0ad5de22 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 12 Feb 2019 00:47:04 +0900 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b7b628..8b0af0b 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe ## Changelog -- In progress +- [ ] In progress - Redesign of the config - Redesign of the GUI notifications - Improve modifing badness via matching with regular expressions: @@ -214,7 +214,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - Add the ability to send any signal instead of SIGTERM for processes with certain names - Handle `UnicodeDecodeError` if victim name consists of many unicode characters - Improve user input validation - - Fix `mlockall()` using `MCL_ONFAULT` and lock all memory by default + - [x] Fix `mlockall()` using `MCL_ONFAULT` and lock all memory by default - [v0.1](https://github.com/hakavlad/nohang/releases/tag/v0.1), 2018-11-23 - 1st release