Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.3.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Mar 10, 2016
1 parent 2557c28 commit 6b91405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions ChangeLog.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#+LaTeX_HEADER: \usepackage{parskip} \usepackage{a4wide}
#+LaTeX_CLASS_OPTIONS: [twoside, colorlinks=true, linkcolor=blue, urlcolor=blue]

* Version 2.3.2: UNRELEASED
* Version 2.3.2: March 10, 2016

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

Expand All @@ -24,8 +24,13 @@ Bug fix release. All users should upgrade, in particular FreeBSD users!
in particular FreeBSD 10.2 (current), or any FreeBSD < 11.0
- Issue #63: Mika Joutsenvirta <mailto:[email protected]> found
and fixed serious issues with the PIM Assert timeout handling.
- Issue #65: Missing slash in config file path when using environment variable
- Issue #66: Make it possible to run pimd without a configuration file
- Issue #65: Missing slash in config file path when using env. variable
- Issue #66: Make it possible to run =pimd= without a configuration
file. If =pimd= cannot find its configuration file it will use
built-in fallback settings for =bsr-candidate= and =rp-candidate=.
This to ensure you do not end up with a non-working setup. To disable
=bsr-candidate= and =rp-candidate=, simply leave them out of your
config file, and make sure =pimd= can find the file.
- Issue #69: Rate limit only what is actually logged. The =logit()=
function counted filtered messages, causing long periods of silence
for no reason. Fix by Apollon Oikonomopoulos <mailto:[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

#VERSION = $(shell git tag -l | tail -1)
VERSION = 2.3.2-rc2
VERSION = 2.3.2
EXEC = pimd
CONFIG = $(EXEC).conf
PKG = $(EXEC)-$(VERSION)
Expand Down Expand Up @@ -101,7 +101,7 @@ dist:
@echo "Building gz tarball of $(PKG) in parent dir ..."
@$(ARCHTOOL) ../$(ARCHIVE)
@gzip ../$(ARCHIVE)
@md5sum $(ARCHIVEZ) | tee $(ARCHIVEZ).md5
@md5sum $(ARCHIVEZ) | sed 's/..\///' | tee $(ARCHIVEZ).md5

build-deb:
@echo "Building .deb if $(PKG)..."
Expand Down

0 comments on commit 6b91405

Please sign in to comment.