Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jun 27, 2018
1 parent 311599c commit c1f20bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ChangeLog

All notable changes to the project are documented in this file.

[3.1][UNRLEASED] - 2018-07-01
-----------------------------
[3.1][] - 2018-06-27
--------------------

### Changes
- Supervised processes can now also cause reset if the ACK sequence
Expand All @@ -25,9 +25,9 @@ All notable changes to the project are documented in this file.
- Issue #5: Add recorded time of reset to reset cause state file

### Fixes
- Omitting criticial/reboot level from a checker plugin causes default
- Omitting critical/reboot level from a checker plugin causes default
value of 95% to be set, causing reboot by loadavg plugin. Fixed by
defaulting to 'off' for checker/monitor criticial/reboot level
defaulting to 'off' for checker/monitor critical/reboot level
- Issue #6: mismatch in label length between supervised processes and
that in `wdog_reason_t` => increase from 16 to 48 chars
- Issue #11: problem disabling the process supervisor at runtime, it
Expand Down Expand Up @@ -159,7 +159,8 @@ base in preparation for the upcoming v2.0 release, which will add
support for process monitoring with an instrumentation API.


[UNRELEASED]: https://github.com/troglobit/watchdogd/compare/3.0...HEAD
[UNRELEASED]: https://github.com/troglobit/watchdogd/compare/3.1...HEAD
[3.1]: https://github.com/troglobit/watchdogd/compare/3.0...3.1
[3.0]: https://github.com/troglobit/watchdogd/compare/2.0.1...3.0
[2.0.1]: https://github.com/troglobit/watchdogd/compare/2.0...2.0.1
[2.0]: https://github.com/troglobit/watchdogd/compare/1.6...2.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(watchdogd, 3.1-rc1, https://github.com/troglobit/watchdogd/issues)
AC_INIT(watchdogd, 3.1, https://github.com/troglobit/watchdogd/issues)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects])
LT_INIT

Expand Down

0 comments on commit c1f20bf

Please sign in to comment.