diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1731 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1731 b/changes/bug1731 new file mode 100644 index 000000000..6d484e37e --- /dev/null +++ b/changes/bug1731 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Our libevent version parsing code couldn't handle versions like + 1.4.14b-stable and warned the user about using an old and broken + version of libevent. Treat 1.4.14b-stable like 1.4.14-stable when + parsing the version. Fixes bug 1731; bugfix on 0.2.2.1-alpha. |