From: Eric S. Raymond Date: Tue, 2 Oct 2012 21:49:32 +0000 (-0400) Subject: Documentation fixes. X-Git-Tag: 1.5~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd42ea1737e11e6b92f3880e0f31c4afc4a7eaf9;p=irker.git Documentation fixes. --- diff --git a/NEWS b/NEWS index 008cdf7..0d90965 100644 --- a/NEWS +++ b/NEWS @@ -21,7 +21,7 @@ irkerd now uses green threads, with much lower overhead. Fix a bug in handling of channel names with no prefix. -1.4 @ 2012-10-01 +1.4 @ 2012-10-02 Graceful handling of server disconnects and kicks. Distribution now inclues an installable irkerd plist for Mac OS/X. The color variable is no longer boolean; may be miRC or ANSI. @@ -29,7 +29,8 @@ 1.5 @ Mercurial support. - Shorten nick negatiation by choosing a random bick base from a large range. + Shorten nick negotiation by choosing a random bick base from a large range. + Make irkerd exit cleanly on control-C. diff --git a/install.txt b/install.txt index 0ed1d53..d4db585 100644 --- a/install.txt +++ b/install.txt @@ -41,7 +41,7 @@ installed to launch irkerd as a boot-time service on that system. Under git, a call to irkerhook.py should be installed in the update hook script of your repo. Under Subversion, the call goes in your -repo's post-commit script. Under Mercurial there are twi different +repo's post-commit script. Under Mercurial there are two different ways to install it. See the irkerhook manual page for details. == Testing ==