Version bump for release. 1.9
authorEric S. Raymond <esr@thyrsus.com>
Mon, 8 Oct 2012 15:06:53 +0000 (11:06 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 8 Oct 2012 15:06:53 +0000 (11:06 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 8030956dc4ba6134c08a1577a2fa7319a1708e32..ce39670cedda59e6c202a212195ebc1ea7304257 100644 (file)
--- 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 03d0254488b083b8d44c3085992c28e00fd9e7fa..6ca6363b4df87accfec8821d4f0b885485b82014 100755 (executable)
--- 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
index 65f7f1c02829a0d7b268b713dbd2426998deea8a..369d5c92ab1289f4341f03110cde34cbdc32146b 100755 (executable)
@@ -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