From: Eric S. Raymond Date: Sun, 1 Jun 2014 14:23:42 +0000 (-0400) Subject: Version bump for release. X-Git-Tag: 2.9^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=HEAD;p=irker.git Version bump for release. --- diff --git a/NEWS b/NEWS index deb55d4..a77dbc7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ irker history -Repository head: +2.9: 2014-06-01 If irkerd is running in background, log to /dev/syslog (facility daemon). New -H option to set host listening address. Add support for using CertFP to auth to the IRC server, and document it. diff --git a/hacking.txt b/hacking.txt index 82e9447..4f3b909 100644 --- a/hacking.txt +++ b/hacking.txt @@ -43,7 +43,9 @@ type switch. It can deduce the repo type by looking, so it should. 5. Update the NEWS file -6. make release +6. git commit -a + +7. make release == Thanks where due == diff --git a/irkerd b/irkerd index b645830..d9505b3 100755 --- a/irkerd +++ b/irkerd @@ -40,7 +40,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.8" +version = "2.9" import argparse import logging diff --git a/irkerhook.py b/irkerhook.py index 3f04cf1..1ee62fe 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.7" +version = "2.9" import os, sys, commands, socket, urllib, subprocess, locale, datetime, re from pipes import quote as shellquote