From 1584f86be95b4ba469139c11d5d18456f4e5c863 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 1 Jun 2014 10:23:42 -0400 Subject: [PATCH] Version bump for release. --- NEWS | 2 +- hacking.txt | 4 +++- irkerd | 2 +- irkerhook.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.26.2