diff --git a/todo.txt b/todo.txt index 7b4d6c0623..a38bb8c960 100755 --- a/todo.txt +++ b/todo.txt @@ -6,7 +6,6 @@ Version 0.8.14 - optimize unused constants away (affected by HLO) - fix actors.nim; test with different thread var implementations - dead code elim for JS backend -- implement lib/pure/memfiles properly version 0.9.0 @@ -92,7 +91,6 @@ Library - radix tree for strings; maybe suffix tree - locale support - bignums -- ftp (and other internet protocols) - pdcurses bindings diff --git a/web/news.txt b/web/news.txt index 84e3ee5860..c9accb9c8b 100755 --- a/web/news.txt +++ b/web/news.txt @@ -105,6 +105,7 @@ Library Additions ``macros.parseStmt``, ``macros.getAst``. - Added ``locks`` core module for more flexible locking support. - Added ``irc`` module. +- Added ``ftpclient`` module. 2011-07-10 Version 0.8.12 released