From 3352cafabaf7e1d266188012678c1cc405ab72dc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 Nov 2013 05:39:22 -0500 Subject: [PATCH] Version bump for 2.0. --- NEWS | 7 ++++--- irkerd | 2 +- irkerhook.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 957e55a..59e35c7 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ irker history -2.0 @ +2.0 @ 2013-11-16 + The dependency on irclib is gone. An email delivery method, suitable for use on SourceForge. irkerhook can now be used as a hg changegroup hook. - Prevent misbehavior un UTF-8 in commit metadata. - The dependency on irclib is gone. + Prevent misbehavior on UTF-8 in commit metadata. + Fix a crash bug on invalid hostnames. 1.20 @ 2013-05-17 Compatibility back to Python 2.4 (provided simplejson is present). diff --git a/irkerd b/irkerd index fb4aae6..a43197e 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 = "1.20" # Bump this to 2.0 on the next release. +version = "2.0" import sys, getopt, urlparse, time, random, socket, signal, re import threading, Queue, SocketServer, select diff --git a/irkerhook.py b/irkerhook.py index b622a44..8087935 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 = "1.20" +version = "2.0" import os, sys, commands, socket, urllib, subprocess, locale, datetime from pipes import quote as shellquote -- 2.26.2