Skip to content

Commit

Permalink
Update ChangeLog and bump version for 2.2.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Dec 28, 2014
1 parent ce7d904 commit d8bd641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#+TITLE: pimd | Change Log
#+AUTHOR: Ahmed Helmy, George Edmond Eddy, Pavlin Ivanov Radoslavov

* Version 2.2.0: October XX, 2014
* Version 2.2.0: December 28, 2014
** Changes & New Features
- Add IP fragmentation support for PIM register messages,
by Michael Fine of Cumulus Networks
- Support for /LEN instead of masklen LEN, issue #12
- Support =/LEN= syntax in =phyint= to complement =masklen LEN=, issue #12
- Add support for /31 networks, point-to-point, thanks to Apollon Oikonomopoulos
- Remove old broken SNMP support
- OpenBSD inspired cleanup (deregister)
Expand Down Expand Up @@ -33,6 +33,7 @@
- Fix issue #35: support for timing out other queriers from mrouted
- Hopefully fix issue #22: Crash in (S,G) state when neighbor is lost
- Misc. bug fixes thanks to Coverity Scan, static code analysis tool
https://scan.coverity.com/projects/3319

* Version 2.1.8: October 22, 2011
** Changes & New Features
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-rc1
VERSION ?= 2.2.0
EXEC = pimd
CONFIG = $(EXEC).conf
PKG = $(EXEC)-$(VERSION)
Expand Down

0 comments on commit d8bd641

Please sign in to comment.