Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index 0cf3364b3..fdca12ab9 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,21 @@
+*** Major changes in newlib version 4.2.0:
+
+- remove use of --cygnus option for automake
+- rename configure.in files to configure.ac
+- enable automake silent rules
+- import gdtoa from OpenBSD
+- update to Unicode 14.0
+- ignore _FORTIFY_SOURCE when building newlib
+- fixes to ldtoa
+- add clock support to nvptx port
+- various pthread POSIX APIs added
+- added implementatio for sig2str/str2sig
+- strtod/strtof to set errno to ERANGE consistently for underflow
+- fixed rounding issue with sqrt/sqrtf
+- fixed heap fragmentation issue with nano-malloc
+- FTW port for newlib
+- additions to sys/tree.h
+
*** Major changes in newlib version 4.1.0:
- fixes for regressions to pow/powf and tgamma functions