From 59a5e27fed9866d38573040eb6a3c20b5b890ea2 Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Mon, 29 Jun 2020 15:22:14 -0400
Subject: [PATCH] Actuually use that stnard exrtension.

---
 NEWS                          | 3 +++
 hacking.txt => hacking.adoc   | 0
 install.txt => install.adoc   | 0
 irkerd                        | 2 +-
 irkerhook.py                  | 2 +-
 security.txt => security.adoc | 0
 6 files changed, 5 insertions(+), 2 deletions(-)
 rename hacking.txt => hacking.adoc (100%)
 rename install.txt => install.adoc (100%)
 rename security.txt => security.adoc (100%)

diff --git a/NEWS b/NEWS
index 10eab5f..82f1823 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 			irker history 
 
+2.19: 2020-06-29
+  Codebase is now fully forward-poerted to Python 3.
+
 2.18: 2016-06-02 
   Add the ability to set the notification-message template (Debian bug #824512)
 
diff --git a/hacking.txt b/hacking.adoc
similarity index 100%
rename from hacking.txt
rename to hacking.adoc
diff --git a/install.txt b/install.adoc
similarity index 100%
rename from install.txt
rename to install.adoc
diff --git a/irkerd b/irkerd
index e313e79..d42f56e 100755
--- a/irkerd
+++ b/irkerd
@@ -45,7 +45,7 @@ RECONNECT_DELAY = 3		# Don't spam servers with connection attempts
 
 # No user-serviceable parts below this line
 
-version = "2.18"
+version = "2.19"
 
 import argparse
 import logging
diff --git a/irkerhook.py b/irkerhook.py
index 4df8436..7dcd6b2 100755
--- a/irkerhook.py
+++ b/irkerhook.py
@@ -43,7 +43,7 @@ default_channels = u"irc://chat.freenode.net/#commits"
 # No user-serviceable parts below this line:
 #
 
-version = "2.17"
+version = "2.19"
 
 import os, sys, socket, subprocess, locale, datetime, re
 from pipes import quote as shellquote
diff --git a/security.txt b/security.adoc
similarity index 100%
rename from security.txt
rename to security.adoc
-- 
GitLab