Update NEWS.
authorLudovic Courtès <ludo@gnu.org>
Sun, 30 Jun 2019 20:00:20 +0000 (22:00 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 30 Jun 2019 20:00:20 +0000 (22:00 +0200)
* NEWS: Update.

NEWS

diff --git a/NEWS b/NEWS
index aa41d4ffadd800bf5902d8dacea1b356e45f4435..409d37f66f7a2a3c9ad1ddf0759288f70490a5c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,30 @@ See the end for copying conditions.
 Please send Guile bug reports to bug-guile@gnu.org.
 
 
+\f
+Changes in 2.2.6 (since 2.2.5)
+
+* Bug fixes
+
+** Fix regression introduced in 2.2.5 that would break HTTP servers
+
+Guile 2.2.5 introduced a bug that would break the built-in HTTP server
+provided by the (web server) module.  Specifically, HTTP servers would
+hang while reading requests.  See <https://bugs.gnu.org/36350>.
+
+** 'strftime' and 'strptime' honor the current locale encoding
+
+Until now these procedures would wrongfully assume that the locale
+encoding is always UTF-8.  See <https://bugs.gnu.org/35920>.
+
+** Re-export 'current-load-port'
+
+This procedure was erroneously removed in the 2.2 series but was still
+documented.
+
+** Minor documentation mistakes were fixed
+
+
 \f
 Changes in 2.2.5 (since 2.2.4):