From 74c84e31ede1c52d8650ebbeced3229c15f7cb6b Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 5 Nov 2011 00:39:54 +0100 Subject: [PATCH] todo.txt changes --- todo.txt | 2 -- web/news.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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