Version bump for release. master 2.9
authorEric S. Raymond <esr@thyrsus.com>
Sun, 1 Jun 2014 14:23:42 +0000 (10:23 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 1 Jun 2014 14:23:42 +0000 (10:23 -0400)
NEWS
hacking.txt
irkerd
irkerhook.py

diff --git a/NEWS b/NEWS
index deb55d409be322e9890949158ba02b4aa6eadd81..a77dbc79d76ff50e08916351961649515be07607 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        irker history 
 
                        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.
   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.
index 82e944792acd8793c5cea6f4fcf635b0a62ea2fd..4f3b9090a3063dff9a9f8d60e5ddb768ef400d71 100644 (file)
@@ -43,7 +43,9 @@ type switch. It can deduce the repo type by looking, so it should.
 
 5. Update the NEWS file
 
 
 5. Update the NEWS file
 
-6. make release
+6. git commit -a
+
+7. make release
 
 == Thanks where due == 
 
 
 == Thanks where due == 
 
diff --git a/irkerd b/irkerd
index b645830d7a3063700f79a3981e774204b2775657..d9505b378ae1bfa0ce7c48f15b5b8f848ae9cf5b 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -40,7 +40,7 @@ CONNECTION_MAX = 200          # To avoid hitting a thread limit
 
 # No user-serviceable parts below this line
 
 
 # No user-serviceable parts below this line
 
-version = "2.8"
+version = "2.9"
 
 import argparse
 import logging
 
 import argparse
 import logging
index 3f04cf1436fc2cb2d9b1f2488a9087ad6f2c29a0..1ee62feb7328cde9d29623b237c362152470f981 100755 (executable)
@@ -37,7 +37,7 @@ default_channels = "irc://chat.freenode.net/#commits"
 # No user-serviceable parts below this line:
 #
 
 # 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
 
 import os, sys, commands, socket, urllib, subprocess, locale, datetime, re
 from pipes import quote as shellquote