From: Eric S. Raymond Date: Sun, 7 Oct 2012 01:57:03 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.8~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e1c3a0c6a9d30e00c0b0be9c462cb288bfc1939e;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index 266c036..13bf329 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ irker history -1.8 @ +1.8 @ 2012-10-06 It's now possible to send to nick URLs. + Cope gracefully if an IRC server dies or hands during the nick handshake. 1.7 @ 2012-10-05 This is a stable release. diff --git a/irkerd b/irkerd index d88d7e2..3ee51b4 100755 --- a/irkerd +++ b/irkerd @@ -40,7 +40,7 @@ ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check # No user-serviceable parts below this line -version = "1.7" +version = "1.8" # This black magic imports support for green threads (coroutines), # then has kinky sex with the import library internals, replacing diff --git a/irkerhook.py b/irkerhook.py index 90f0496..7ad51b5 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/ # No user-serviceable parts below this line: # -version = "1.7" +version = "1.8" import os, sys, commands, socket, urllib, subprocess from pipes import quote as shellquote