diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 14:20:24 -0300 |
|---|---|---|
| committer | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 14:20:24 -0300 |
| commit | 8cf24f12b3d1dba0f5d8e84bc84d67d8ecfac903 (patch) | |
| tree | f3d048ddc7c0e520e07f775917b7bb17115f853b | |
| parent | 11c6082673831a4e7c07633394522a3a9cffeba0 (diff) | |
New upstream version 1.0.9
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | foolsm.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -57,7 +57,7 @@ Else If connection (or group) is DOWN AND ( (A <= min_packet_loss) AND (C > min_successive_pkts_rcved) ) then change the connection (or group) to up. -Note: Foolsm assumes each connection starts UP. +Note: Foolsm assumes each connection starts in an UNKNOWN state by default. DEPENDENCIES diff --git a/foolsm.spec b/foolsm.spec index 4e82bd7..fbf7541 100644 --- a/foolsm.spec +++ b/foolsm.spec @@ -7,7 +7,7 @@ Summary: The Foobar Link Status Monitor Name: foolsm -Version: 1.0.8 +Version: 1.0.9 Release: 1%{?dist} License: GPLv2 URL: http://lsm.foobar.fi/ @@ -180,6 +180,9 @@ fi %dir %{_sharedstatedir}/foolsm %changelog +* Sun Dec 18 2016 Mika Ilmaranta <ilmis@nullnet.fi> - 1.0.9-1 +- README: fixed note about assumed start state + * Wed Sep 9 2016 Mika Ilmaranta <ilmis@nullnet.fi> - 1.0.8-1 - foolsm.spec: triggers to move old lsm config for foolsm - fix forever loop in waitpid while loop |
