summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2012-09-02 23:26:49 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2012-09-02 23:26:49 +0100
commit223b4f45ed0b6ebd9c98906a5f2487b5baa48028 (patch)
tree5348c94bcdcf3a054bd2b34218a704513b8f2406 /web
parentd127ad5076bf298a5a5c295f757b7b0efbc01826 (diff)
downloadNim-223b4f45ed0b6ebd9c98906a5f2487b5baa48028.tar.gz
Added fsmonitor module.
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt2
-rwxr-xr-xweb/nimrod.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 81bf304a5..a9d3336a7 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -65,7 +65,7 @@ Library Additions
   some operation.
 - Added ``strutils.format``, ``subexes.format`` which use the 
   new ``varargs`` type.
-
+- Added module ``fsmonitor``.
 
 Changes affecting backwards compatibility
 -----------------------------------------
diff --git a/web/nimrod.ini b/web/nimrod.ini
index 10f65308f..e8160146b 100755
--- a/web/nimrod.ini
+++ b/web/nimrod.ini
@@ -34,7 +34,7 @@ srcdoc: "pure/parsecfg;pure/parsexml;pure/parsecsv;pure/parsesql"
 srcdoc: "pure/streams;pure/terminal;pure/cgi;impure/web;pure/unicode"
 srcdoc: "impure/zipfiles;pure/htmlgen;pure/parseutils;pure/browsers"
 srcdoc: "impure/db_postgres;impure/db_mysql;impure/db_sqlite;impure/db_mongo"
-srcdoc: "pure/httpserver;pure/httpclient;pure/smtp;impure/ssl"
+srcdoc: "pure/httpserver;pure/httpclient;pure/smtp;impure/ssl;pure/fsmonitor"
 srcdoc: "pure/ropes;pure/unidecode/unidecode;pure/xmldom;pure/xmldomparser"
 srcdoc: "pure/xmlparser;pure/htmlparser;pure/xmltree;pure/colors;pure/mimetypes"
 srcdoc: "pure/json;pure/base64;pure/scgi;pure/redis;impure/graphics"