diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-06-03 19:09:42 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2012-06-03 19:09:42 +0100 |
commit | 3294cb10a944e9c80ccb87173bbd0896597447c9 (patch) | |
tree | dd3df1ceac0a66e1c5745d041ac7952a9e44f125 /web/news.txt | |
parent | bb850aafec622401d26e052cbd8cd6a7fef36156 (diff) | |
download | Nim-3294cb10a944e9c80ccb87173bbd0896597447c9.tar.gz |
Sockets are now buffered and have ssl support through openssl.
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index 847c36561..eeff4bf8a 100755 --- a/web/news.txt +++ b/web/news.txt @@ -51,7 +51,11 @@ Library Additions - Added ``system.||`` for parallel for loop support. - The GC supports (soft) realtime systems via ``GC_setMaxPause`` and ``GC_step`` procs. - +- The sockets module now supports ssl through the OpenSSL library, ``recvLine`` + is now much more efficient thanks to the newly implemented sockets buffering. +- The httpclient module now supports ssl/tls. +- Added ``times.format`` as well as many other utility functions + for managing time. Changes affecting backwards compatibility ----------------------------------------- @@ -77,7 +81,7 @@ Changes affecting backwards compatibility - RTTI and thus the ``marshall`` module don't contain the proper field names of tuples anymore. This had to be changed as the old behaviour never produced consistent results. - +- Deprecated the ``ssl`` module. Compiler Additions ------------------ |