From c12492cad3628a36e7552e39cac3d5b20a46b7e7 Mon Sep 17 00:00:00 2001 From: Rob White Date: Mon, 26 May 2025 10:28:31 +0100 Subject: [PATCH 1/3] Update ChangeLog Signed-off-by: Rob White --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1b1fbf..f1d90ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +mesh11sd (5.1.3) + + * Fix - Octet calculations when converting from/to la [porbas] + * Fix - improve get_portal_state() ensuring correct detection of state changes [bluewavenet] + * Fix - mute unnecessary messages sent to syslog [bluewavenet] + * Fix - set disable dhcp on vtunnel when changing to peer mode [bluewavenet] + + -- Rob White Mon, 26 May 2025 09:10:24 +0000 + mesh11sd (5.1.2) * Fix - Update uci config file and README.md [bluewavenet] From 79ad754ea7e78d71a7fbc6f9d7a86a471bb9f69d Mon Sep 17 00:00:00 2001 From: Rob White Date: Mon, 26 May 2025 10:30:04 +0100 Subject: [PATCH 2/3] Bump to v5.1.3 for release Signed-off-by: Rob White --- src/mesh11sd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesh11sd b/src/mesh11sd index 89731f3..6adc7de 100755 --- a/src/mesh11sd +++ b/src/mesh11sd @@ -12,7 +12,8 @@ # # mesh11sd daemon # -version="5.1.3~be7a" +last_version="5.1.3~be7a" +version="5.1.3" fixup1=0 ip4pingfailcount=0 network_restart=0 From df466b0fcece20b85e1582a9613af32c94c666c4 Mon Sep 17 00:00:00 2001 From: Rob White Date: Mon, 26 May 2025 10:32:51 +0100 Subject: [PATCH 3/3] Update Copyright notice Signed-off-by: Rob White --- src/mesh11sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh11sd b/src/mesh11sd index 6adc7de..36b331e 100755 --- a/src/mesh11sd +++ b/src/mesh11sd @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) BlueWave Projects and Services 2015-2024 +# Copyright (C) BlueWave Projects and Services 2015-2025 # # This software is released under the GNU General Public License version 3 or any later version. # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation,