Version bump for release. 1.5
authorEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 04:30:30 +0000 (00:30 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 04:30:30 +0000 (00:30 -0400)
NEWS
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index 0d90965cafa384674a3a813845a85185ecd48503..3d88eb4fea892cd8c890b8b8f28ce3bba0a06b97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@
   The color variable is no longer boolean; may be miRC or ANSI.
   The installation instructions for irkerhook.py have changed!
 
-1.5 @
+1.5 @ 2012-10-03
   Mercurial support.
   Shorten nick negotiation by choosing a random bick base from a large range.
   Make irkerd exit cleanly on control-C.
diff --git a/irkerd b/irkerd
index d7d5aba38e975305615c855e0f00015162192090..651bad04d320285b3fbebd8f9a40d5b021aa8cf2 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -62,7 +62,7 @@ import sys, json, getopt, urlparse, time, random
 import threading, Queue, SocketServer
 import irc.client, logging
 
-version = "1.4"
+version = "1.5"
 
 # Sketch of implementation:
 #
index fabc754c49a41c14de16f6e849926c794bbf566f..244b65c68727428341e27941ae18cc0dcf6944da 100755 (executable)
@@ -39,7 +39,7 @@ default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/
 
 import os, sys, commands, socket, urllib, json
 
-version = "1.4"
+version = "1.5"
 
 def shellquote(s):
     return "'" + s.replace("'","'\\''") + "'"