summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-03-10 06:50:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-03-10 06:50:31 -0800
commit4efe0c9f2b1e2e118a10908b96da0c047bec9208 (patch)
treeee4cfe2145fb217e2a8484d073f9cc31bd205c0a /RELNOTES
parent3c5f110cc29f8d3fbf2069c68d25ccebee46679e (diff)
downloadtxr-4efe0c9f2b1e2e118a10908b96da0c047bec9208.tar.gz
txr-4efe0c9f2b1e2e118a10908b96da0c047bec9208.tar.bz2
txr-4efe0c9f2b1e2e118a10908b96da0c047bec9208.zip
Version 135.txr-135
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES29
1 files changed, 29 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 786e0d84..f6c3bf5c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,32 @@
+ TXR 135
+ 2016-03-10
+
+
+ Features
+
+ - The umask function is now provided.
+ - Special new stream type for datagram sockets, allowing
+ datagram programming to be very similar to and in some cases
+ identical to stream socket programming.
+ - A nil value in setenv now does unsetenv.
+ - Improvements in sockets:
+ - printed representation of sockets.
+ - error messages.
+ - error handling.
+
+ Bugs
+
+ - The get-string function closing a stream when told not to via a
+ nil value of the close-after-p optional argument.
+ - The setenv function had a similar bug, ignoring the overwrite-p optional
+ argument being passed as nil.
+ - Fixed cases of an incorrect error string from file streams returned by
+ get-error-string.
+ - Fixed gc-related instability caused by mishandling a field in an internal
+ parser structure with regard to the ephemeral gc rules.
+
+
+
TXR 134
2016-03-01