diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-03 17:41:08 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-05 19:00:29 -0300 |
| commit | bba5b14cc048d9cfdc93058f5da06c68cef8a608 (patch) | |
| tree | 26cc013f11ec8059a0d93b501d874942fa7694f8 | |
| parent | 77d381d5338a30206271cabebd77efe6e0d19ca2 (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 |
