From e1c3a0c6a9d30e00c0b0be9c462cb288bfc1939e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 6 Oct 2012 21:57:03 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 3 ++- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.26.2