From: Eric S. Raymond Date: Mon, 8 Oct 2012 15:06:53 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 1.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a657ac8ef4682942399cc3b3be6b91e684b3714;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index 8030956..ce39670 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -1.9 @ +1.9 @ 2012-10-08 This is a stable release. Proper mutex locks prevent an occasional thread crash on session timeout. There's now systemd installation support for irkerd. diff --git a/irkerd b/irkerd index 03d0254..6ca6363 100755 --- a/irkerd +++ b/irkerd @@ -41,7 +41,7 @@ ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check # No user-serviceable parts below this line -version = "1.8" +version = "1.9" # 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 65f7f1c..369d5c9 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.8" +version = "1.9" import os, sys, commands, socket, urllib, subprocess from pipes import quote as shellquote