File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
#+TITLE: pimd | Change Log
2
2
#+AUTHOR: Ahmed Helmy, George Edmond Eddy, Pavlin Ivanov Radoslavov
3
3
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
+
4
16
* Version 2.2.0: December 28, 2014
5
17
** Changes & New Features
6
18
- Add IP fragmentation support for PIM register messages,
Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# VERSION ?= $(shell git tag -l | tail -1)
5
- VERSION ?= 2.2.0
5
+ VERSION ?= 2.2.1
6
6
EXEC = pimd
7
7
CONFIG = $(EXEC ) .conf
8
8
PKG = $(EXEC ) -$(VERSION )
You can’t perform that action at this time.
0 commit comments