There are no longer any known bugs.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 07:56:43 +0000 (03:56 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 07:56:43 +0000 (03:56 -0400)
BUGS [deleted file]
Makefile
NEWS
README
hacking.txt

diff --git a/BUGS b/BUGS
deleted file mode 100644 (file)
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.
-
-
index 62e26d7401b3435a7fd955e5c7694717766d69f2..d529a9181672e39fbd122feb8c38bbff21da675d 100644 (file)
--- 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 c7bcd3782efa084f3f38dd0f0c959ab137485f92..40100826ceaafeead9ce76b446bc329ea5906343 100644 (file)
--- 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 aac04f3456348fcd6b68dcf182abd85196c7ed12..c5a660390a7732718516d2a09e97f9c37f81db3e 100644 (file)
--- 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
index 5133cabec9307cf81bc478983d47304314cff3b4..36d9b406a6cfbd82367e3f222efdc761d20d877e 100644 (file)
@@ -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) <ai0867@gmail.com> contributed the
+Subversion support in irkerhook.py.
+
+Georg Brandl <georg@python.org> contributed the Mercurial support in
+irkerhook.py and explained how to make Control-C work right.
+
+Peter Scott <pjscott@iastate.edu> contributed the original greenlet
+support.
+
+Laurent Bachelier <laurent@bachelier.name> 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.
+