aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-06 11:48:19 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-06 11:56:37 -0500
commit0cbbf3b2e90c64748a180ae710ad798954cb89fa (patch)
tree97a717e01dfa5a2be767f1e7add6dfda977b0a28 /CHANGELOG.md
parent1302a9ff57ddd85fa2294a5b13c454279938b8e9 (diff)
downloadrbw-0cbbf3b2e90c64748a180ae710ad798954cb89fa.tar.gz
rbw-0cbbf3b2e90c64748a180ae710ad798954cb89fa.zip
disable PTRACE_ATTACH after daemonizing
this should let warnings go to the agent logs instead of the terminal
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4849a0e..36c8b06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [Unreleased]
+
+### Fixed
+
+* Send warnings about failure to disable PTRACE_ATTACH to the agent logs rather
+ than stderr
+
## [1.1.1] - 2021-03-05
### Fixed