diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | miniircd | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Unreleased +1.2 (2017-05-22) * Find certificate specified with relative path when using --daemon. * Handle quickly disconnecting client without crashing. @@ -102,9 +102,11 @@ Contributors ------------ - Alex Wright +- Braxton Plaxco +- Hanno Foest - Jan Fuchs +- Julien Monnier - Leandro Lucarella -- Hanno Foest - Martin Maney - Matt Baxter - Matt Behrens @@ -33,7 +33,7 @@ from datetime import datetime from logging.handlers import RotatingFileHandler from optparse import OptionParser -VERSION = "1.1" +VERSION = "1.2" PY3 = sys.version_info[0] >= 3 |