From f1e17e20813e0a015cc564dd8bcf956f72895eb1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Sep 2012 03:08:40 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 7 ++++--- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c6f3170..ed90182 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,16 @@ irker history 1.0 @ 2012-09-27 - First production version, somewhat rushed by the sudden death of cia.vc. + First production version, somewhat rushed by the sudden death of cia.vc + on 24 September. 1.1 @ 2012-09-28 Add a delay to avoid threads spinning on the empty-queue-check, eating CPU. Fix a bug in reporting of multi-file commits. -1.2 @ +1.2 @ 2012-09-30 All segments of a message with embedded newlines are now transmitted. - Message reduction - irkerhook drips the filelist on execessively long ones. + Message reduction - irkerhook drops the filelist on execessively long ones. Shell quote hardening in irkerhook.py and some anti-DoS logic. diff --git a/irkerd b/irkerd index bc53d5e..041063e 100755 --- a/irkerd +++ b/irkerd @@ -43,7 +43,7 @@ import sys, json, getopt, urlparse, time, random import threading, Queue, SocketServer import irc.client, logging -version = "1.1" +version = "1.2" # Sketch of implementation: # diff --git a/irkerhook.py b/irkerhook.py index 523eb83..6d35fa9 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -73,7 +73,7 @@ tinyifier = "http://tinyurl.com/api-create.php?url=" import os, sys, commands, socket, urllib, json -version = "1.1" +version = "1.2" def shellquote(s): return "'" + s.replace("'","'\\''") + "'" -- 2.26.2