Skip to content

Commit

Permalink
Update ChangeLog and bump version for v4.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Feb 11, 2020
1 parent 019fcd3 commit d928c58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Major release with full IGMPv3 (ASM) support and a new `mroutectl` tool.
- Fixed libc portability issues, e.g. GNU:isms like `%m` etc.
- Import OpenBSD fix to `daemon()` equivalent, use `/dev/null` for
stdin, stdout and stderr
- Use `clock_gettime()`, with monotonic clock, instead of the unsafe
`gethostbyname()`, for all non-date-printing code paths. Only for
mrouted, other tools have not been changed
- Fix lots of invalid format specifiers, found by Coverity Scan and
clang on FreeBSD
- Fix detection of `netinet/igmp.h` on FreeBSD


[v3.9.8][] - 2017-01-01
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([mrouted], [4.0-dev], [https://github.com/troglobit/mrouted/issues],,
AC_INIT([mrouted], [4.0-rc1], [https://github.com/troglobit/mrouted/issues],,
[https://troglobit.com/projects/mrouted/])
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit d928c58

Please sign in to comment.