guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: Update NEWS


From: Andy Wingo
Subject: [Guile-commits] 01/03: Update NEWS
Date: Fri, 10 Mar 2017 06:36:16 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit fe0117ad63a15abff9d9471a61a5850bbf98ceee
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 10 10:46:10 2017 +0100

    Update NEWS
    
    * NEWS: Update for 2.1.8.
---
 NEWS | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index d70397e..0d86be9 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,8 @@ Changes in 2.1.8 (changes since the 2.1.7 alpha release):
 
 ** Update to latest 2.0 changes
 
-Notable this includes the fix for CVE-2016-8606.
+Notably this includes the fix for CVE-2016-8606 and the fix to make
+Guile's builds reproducible.
 
 ** GUILE_PROGS searches for versioned Guile
 
@@ -32,13 +33,20 @@ Variables" in the manual, for more.
 
 * Bug fixes
 
-** Fix type inference when multiplying flonum with complex
 ** Fix build errors on macOS
+** Fix build errors on Cygwin
+** Fix build errors with clang
+** Fix statprof and gcprof stack narrowing
+** Fix errors on platforms with 64 KB pages
 ** Fix make-polar signedness of zeros
 ** Fix backtraces in case-lambda with multiple cases
 ** Fix generic function dispatch with multiple arities
 ** Fix guild compile --to=cps
 ** Fix bogus strength reduction on (* -1 x)
+** Fix type inference when multiplying flonum with complex
+** Fix bug comparing real and complex numbers
+** Improve memory use of read-string / get-string-all
+** Allow contification within case-lambda
 ** Relax some constraints for circular module dependencies
 ** Fix scm_with_guile for threads already known to libgc
 ** Better errors for keyword arguments missing values (foo #:bar)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]