From fbed38dab5baf9524453c36a2d07fb12fa57c850 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Oct 2012 03:56:43 -0400 Subject: [PATCH] There are no longer any known bugs. --- BUGS | 5 ----- Makefile | 2 +- NEWS | 1 + README | 9 +++------ hacking.txt | 19 +++++++++++++++++++ 5 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 BUGS diff --git a/BUGS b/BUGS deleted file mode 100644 index b01f5ec..0000000 --- a/BUGS +++ /dev/null @@ -1,5 +0,0 @@ - KNOWN BUGS - -* There is a rare crash on kick events which is probably due to a thread race. - - diff --git a/Makefile b/Makefile index 62e26d7..d529a91 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ pylint: loc: grep -vE '(^ *#|^ *$$)' irkerd irkerhook.py | wc -l -SOURCES = README COPYING NEWS BUGS install.txt security.txt hacking.txt \ +SOURCES = README COPYING NEWS install.txt security.txt hacking.txt \ irkerd irkerhook.py Makefile irkerd.xml irkerhook.xml EXTRA_DIST = irker-logo.png org.catb.irkerd.plist diff --git a/NEWS b/NEWS index c7bcd37..4010082 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ 1.6 @ In 1.5 trying to appease pylint broke the Mercurial hook. + Added credits for contributors in hacking.txt. 1.5 @ 2012-10-03 Mercurial support. diff --git a/README b/README index aac04f3..c5a6603 100644 --- a/README +++ b/README @@ -10,11 +10,8 @@ IRC channels. A hook script, irkerhook.py, supporting git, hg, and Subversion is included in the distribution; see the install.txt file for installation instructions. -Due to the abrupt death of cia.vc on September 24 2012 the -initial release of this software was a bit rushed. See the file -BUGS for known problems. - -Please read the files security.txt and hacking.txt before modifying this code. +Please read the files security.txt and hacking.txt before modifying +this code. Eric S. Raymond - August 2012 + September 2012 diff --git a/hacking.txt b/hacking.txt index 5133cab..36d9b40 100644 --- a/hacking.txt +++ b/hacking.txt @@ -42,3 +42,22 @@ type switch. It can deduce the repo type by looking, so it should. 4. Update the NEWS file 5. make dist; make release + +== Thanks where due == + +Alexander van Gessel (AI0867) contributed the +Subversion support in irkerhook.py. + +Georg Brandl contributed the Mercurial support in +irkerhook.py and explained how to make Control-C work right. + +Peter Scott contributed the original greenlet +support. + +Laurent Bachelier fixed the Makefile so it +wouldn't break stuff. + +Other people on the freenode #irker channel (Kingpin, fpcfan, +shadowm) smoked out bugs in irkerd before they could seriously +bug anybody. + -- 2.26.2