diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 2 | ||||
-rwxr-xr-x | web/nimrod.ini | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 51e8319d6..cb1da8773 100755 --- a/web/news.txt +++ b/web/news.txt @@ -13,6 +13,8 @@ Bugfixes - Boehm GC now works with ``--threads:on``. - Fixed a serious memory corruption concerning message passing. - Fixed a serious bug concerning different instantiations of a generic proc. +- Fixed a newly introduced bug where a wrong ``EIO`` exception was raised for + the end of file for text files that do not end with a newline. Changes affecting backwards compatibility diff --git a/web/nimrod.ini b/web/nimrod.ini index 184fa01b1..b0c6d0139 100755 --- a/web/nimrod.ini +++ b/web/nimrod.ini @@ -41,6 +41,7 @@ srcdoc: "pure/json;pure/base64;pure/scgi;pure/redis;impure/graphics" srcdoc: "impure/rdstdin;wrappers/zmq;wrappers/sphinx" srcdoc: "pure/collections/tables;pure/collections/sets;pure/collections/lists" srcdoc: "pure/collections/intsets;pure/collections/queues;pure/encodings" +srcdoc: "pure/lib/events;pure/collections/sequtils" webdoc: "wrappers/libcurl;pure/md5;wrappers/mysql;wrappers/iup" webdoc: "wrappers/sqlite3;wrappers/postgres;wrappers/tinyc" |