Skip to content

Commit 6d08a4b

Browse files
committed
Update ChangeLog and bump version for v2.2.1 release.
Signed-off-by: Joachim Nilsson <[email protected]>
1 parent 907233f commit 6d08a4b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
#+TITLE: pimd | Change Log
22
#+AUTHOR: Ahmed Helmy, George Edmond Eddy, Pavlin Ivanov Radoslavov
33

4+
* Version 2.2.1: April 20, 2015
5+
** Bug Fixes
6+
- Fix another problem with issue #22 (reopened), as laid out in
7+
issue #37. This time the crash is induced when there is a link down
8+
event. Lot of help debugging the propblem by @mfspeer, who also
9+
suggested the fix -- to call pim_proto.c:delete_pim_nbr() in
10+
vif.c:stop_vif() instead of just calling free.
11+
- Fix issue with not checking return value of open() in daemonizing
12+
code in main(), found by Coverity Scan.
13+
- Fix issue with scoped phyint in config.c, found by Coverity Scan.
14+
The masklen may not be zero, config file problem, alert the user.
15+
416
* Version 2.2.0: December 28, 2014
517
** Changes & New Features
618
- Add IP fragmentation support for PIM register messages,

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# VERSION ?= $(shell git tag -l | tail -1)
5-
VERSION ?= 2.2.0
5+
VERSION ?= 2.2.1
66
EXEC = pimd
77
CONFIG = $(EXEC).conf
88
PKG = $(EXEC)-$(VERSION)

0 commit comments

Comments
 (0)