summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-01-30 02:40:02 +0000
committerianb <devnull@localhost>2007-01-30 02:40:02 +0000
commitff149b45ee82a904541fe8208414f8fd56b7ecaa (patch)
treefd54b7212af5a5e45a0b330d0c3415162b3e69c0
parentece03828126775b45427097845fd42ab12f42edf (diff)
downloadpaste-ff149b45ee82a904541fe8208414f8fd56b7ecaa.tar.gz
Added news for last commit
-rw-r--r--docs/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index f98c4af..d932872 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -33,6 +33,11 @@ svn trunk
* ``paste.fixture.TestApp.get(status=X)`` takes a list of allowed
status codes for ``X``.
+* ``paste.httpserver`` now puts a key in the environment when using a
+ thread pool that allows you to track the thread pool and see any
+ wedged threads. ``egg:Paste#watch_threads`` is an application that
+ can display this information.
+
1.1.1
-----