aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-11-04 11:54:22 +0100
committerCorinna Vinschen <corinna@vinschen.de>2021-11-04 13:14:17 +0100
commitc41fd516e0efb110360fe0dc12fbf7de4f5ffc91 (patch)
tree377ead97662f5f11c3febaf6bb1657094615a6c3
parent4d90e5335914551862831de3e02f6c102b78435b (diff)
downloadnewlib-c41fd516e0efb110360fe0dc12fbf7de4f5ffc91.zip
newlib-c41fd516e0efb110360fe0dc12fbf7de4f5ffc91.tar.gz
newlib-c41fd516e0efb110360fe0dc12fbf7de4f5ffc91.tar.bz2
Cygwin: add release note for rounding issue
Also rename release 3.4.0 to 3.3.2. It doesn't make sense to duplicate the issues fixed in 3.3.x into the 3.4.0 relnotes. Only patches not backported into 3.3.x belong into 3.4.0. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.3.2 (renamed from winsup/cygwin/release/3.4.0)3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.0 b/winsup/cygwin/release/3.3.2
index 528c29c..548c6a6 100644
--- a/winsup/cygwin/release/3.4.0
+++ b/winsup/cygwin/release/3.3.2
@@ -3,3 +3,6 @@ Bug Fixes
- Fix bug that Ctrl-C sometimes does not work as expected in Windows Terminal.
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249749.html
+
+- Fix a float rounding issue in newlib.
+ Addresses: https://sourceware.org/pipermail/newlib/2021/018626.html