Skip to content

Commit 6b91405

Browse files
committed
Update ChangeLog and bump version for v2.3.2 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
1 parent 2557c28 commit 6b91405

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

ChangeLog.org

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#+LaTeX_HEADER: \usepackage{parskip} \usepackage{a4wide}
66
#+LaTeX_CLASS_OPTIONS: [twoside, colorlinks=true, linkcolor=blue, urlcolor=blue]
77

8-
* Version 2.3.2: UNRELEASED
8+
* Version 2.3.2: March 10, 2016
99

1010
Bug fix release. All users should upgrade, in particular FreeBSD users!
1111

@@ -24,8 +24,13 @@ Bug fix release. All users should upgrade, in particular FreeBSD users!
2424
in particular FreeBSD 10.2 (current), or any FreeBSD < 11.0
2525
- Issue #63: Mika Joutsenvirta <mailto:mika.joutsenvirta@insta.fi> found
2626
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.
2934
- Issue #69: Rate limit only what is actually logged. The =logit()=
3035
function counted filtered messages, causing long periods of silence
3136
for no reason. Fix by Apollon Oikonomopoulos <mailto:apollon@skroutz.gr>

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
#VERSION = $(shell git tag -l | tail -1)
8-
VERSION = 2.3.2-rc2
8+
VERSION = 2.3.2
99
EXEC = pimd
1010
CONFIG = $(EXEC).conf
1111
PKG = $(EXEC)-$(VERSION)
@@ -101,7 +101,7 @@ dist:
101101
@echo "Building gz tarball of $(PKG) in parent dir ..."
102102
@$(ARCHTOOL) ../$(ARCHIVE)
103103
@gzip ../$(ARCHIVE)
104-
@md5sum $(ARCHIVEZ) | tee $(ARCHIVEZ).md5
104+
@md5sum $(ARCHIVEZ) | sed 's/..\///' | tee $(ARCHIVEZ).md5
105105

106106
build-deb:
107107
@echo "Building .deb if $(PKG)..."

0 commit comments

Comments
 (0)