From: Eric S. Raymond Date: Wed, 4 Dec 2013 00:35:21 +0000 (-0500) Subject: Version bump for release 2.4. X-Git-Tag: 2.4~1 X-Git-Url: http://git.tremily.us/?p=irker.git;a=commitdiff_plain;h=c088f7f814abc9ada8e07fee2b494a6a4da09ad9 Version bump for release 2.4. --- diff --git a/NEWS b/NEWS index c42c983..6e6cfc2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ irker history +2.4 @ 2013-12-03 + Bug fix release - some users reported failure to connect with 2.3. + Also prevent a crash if Unicode shows up in the wrong place. + 2.3 @ 2013-11-30 -i option enables immediate sending of one line in foreground. diff --git a/irkerd b/irkerd index 634c569..f21f709 100755 --- a/irkerd +++ b/irkerd @@ -43,7 +43,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.3" +version = "2.4" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index c7c7b0d..4ea7fbe 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits" # No user-serviceable parts below this line: # -version = "2.2" +version = "2.4" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote