Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.2.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Apr 20, 2015
1 parent 907233f commit 6d08a4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
#+TITLE: pimd | Change Log
#+AUTHOR: Ahmed Helmy, George Edmond Eddy, Pavlin Ivanov Radoslavov

* Version 2.2.1: April 20, 2015
** Bug Fixes
- Fix another problem with issue #22 (reopened), as laid out in
issue #37. This time the crash is induced when there is a link down
event. Lot of help debugging the propblem by @mfspeer, who also
suggested the fix -- to call pim_proto.c:delete_pim_nbr() in
vif.c:stop_vif() instead of just calling free.
- Fix issue with not checking return value of open() in daemonizing
code in main(), found by Coverity Scan.
- Fix issue with scoped phyint in config.c, found by Coverity Scan.
The masklen may not be zero, config file problem, alert the user.

* Version 2.2.0: December 28, 2014
** Changes & New Features
- Add IP fragmentation support for PIM register messages,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# VERSION ?= $(shell git tag -l | tail -1)
VERSION ?= 2.2.0
VERSION ?= 2.2.1
EXEC = pimd
CONFIG = $(EXEC).conf
PKG = $(EXEC)-$(VERSION)
Expand Down

0 comments on commit 6d08a4b

Please sign in to comment.