Opened 6 years ago
Closed 6 years ago
#12179 closed enhancement (fixed)
guile-2.2.5
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 9.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (5)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
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
Note:
See TracTickets
for help on using tickets.
For whoever does this update, here's the changelog: