5
5
#+LaTeX_HEADER: \usepackage{parskip} \usepackage{a4wide}
6
6
#+LaTeX_CLASS_OPTIONS: [twoside, colorlinks=true, linkcolor=blue, urlcolor=blue]
7
7
8
- * Version 2.3.2: UNRELEASED
8
+ * Version 2.3.2: March 10, 2016
9
9
10
10
Bug fix release. All users should upgrade, in particular FreeBSD users!
11
11
@@ -24,8 +24,13 @@ Bug fix release. All users should upgrade, in particular FreeBSD users!
24
24
in particular FreeBSD 10.2 (current), or any FreeBSD < 11.0
25
25
- Issue #63: Mika Joutsenvirta <mailto:mika.joutsenvirta@insta.fi> found
26
26
and fixed serious issues with the PIM Assert timeout handling.
27
- - Issue #65: Missing slash in config file path when using environment variable
28
- - Issue #66: Make it possible to run pimd without a configuration file
27
+ - Issue #65: Missing slash in config file path when using env. variable
28
+ - Issue #66: Make it possible to run =pimd= without a configuration
29
+ file. If =pimd= cannot find its configuration file it will use
30
+ built-in fallback settings for =bsr-candidate= and =rp-candidate=.
31
+ This to ensure you do not end up with a non-working setup. To disable
32
+ =bsr-candidate= and =rp-candidate=, simply leave them out of your
33
+ config file, and make sure =pimd= can find the file.
29
34
- Issue #69: Rate limit only what is actually logged. The =logit()=
30
35
function counted filtered messages, causing long periods of silence
31
36
for no reason. Fix by Apollon Oikonomopoulos <mailto:apollon@skroutz.gr>
0 commit comments