diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2016-01-12 14:37:52 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2016-01-12 14:37:52 -0500 |
commit | d293d722bdd47ac870f985b39d15390484707a8e (patch) | |
tree | 29300ba8a3532dccd52e2bbd7999fc4a8bb977fc | |
parent | Typo fix. (diff) | |
download | irker-d293d722bdd47ac870f985b39d15390484707a8e.tar.xz |
Version bump for release 2.142.14
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | irkerd | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ irker history +2.14: 2016-01-12 + Lookup with getaddrinfo allows use with IPv6. + 2.13: 2015-06-14 SSL validation fix. Hardening against Unicode decode errors. @@ -42,7 +42,7 @@ CONNECTION_MAX = 200 # To avoid hitting a thread limit # No user-serviceable parts below this line -version = "2.13" +version = "2.14" import argparse import logging |