From 095c9a1d7a26af8a5a4a1260fe9bafe1f5fc50ba Mon Sep 17 00:00:00 2001
From: Arne Goedeke <el@laramies.com>
Date: Sun, 24 Sep 2017 21:50:40 +0200
Subject: [PATCH] CHANGES: document Stdio.Buffer bugfixes

---
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES b/CHANGES
index 297a4c625b..89db5016d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@ New Features
 Bug fixes
 ---------
 
+o Stdio.Buffer
+
+  - Some methods (add_int*, input_from, add_padding) did not trigger
+    a call to the fd output function. When using an Stdio.Buffer instance
+    in Stdio.File buffer mode, this could result in new data not being
+    written.
+
+  - Due to an error in the realloc strategy, in some cases unread() did
+    not succeed after reading or writing data to a fd.
 
 
 Changes since Pike 8.0.438 (release 9)
-- 
GitLab