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:
authorJeff Johnston <jjohnstn@redhat.com>2016-03-30 00:33:42 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-03-30 00:33:42 +0300
commitfbc4a0827b240df450bae96e8704bed980aec5cc (patch)
tree241339084842e5b8659c3ddb71c1684d99dd0a2b /newlib/NEWS
parent3d90769979d35a59f262af2789ed337f43cd9fe0 (diff)
Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index b4e7e3c34..a2d8e51f5 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,3 +1,11 @@
+*** Major changes in newlib version 2.4.0:
+
+- feature test macro overhaul
+- new string functions (e.g. timingsafe_bcmp)
+- new stdlib functions (e.g. arc4random)
+- simplified versioning macros for newlib
+- Changelog files deprecated
+
*** Major changes in newlib version 2.3.0:
- dynamic atexit logic fixed