Skip to content

Commit 3e0e4e1

Browse files
authored
Merge pull request #157 from openNDS/v5.1.03
V5.1.03
2 parents a35366d + df466b0 commit 3e0e4e1

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mesh11sd (5.1.3)
2+
3+
* Fix - Octet calculations when converting from/to la [porbas]
4+
* Fix - improve get_portal_state() ensuring correct detection of state changes [bluewavenet]
5+
* Fix - mute unnecessary messages sent to syslog [bluewavenet]
6+
* Fix - set disable dhcp on vtunnel when changing to peer mode [bluewavenet]
7+
8+
-- Rob White <dot@blue-wave.net> Mon, 26 May 2025 09:10:24 +0000
9+
110
mesh11sd (5.1.2)
211

312
* Fix - Update uci config file and README.md [bluewavenet]

src/mesh11sd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright (C) BlueWave Projects and Services 2015-2024
2+
# Copyright (C) BlueWave Projects and Services 2015-2025
33
#
44
# This software is released under the GNU General Public License version 3 or any later version.
55
# 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,
@@ -12,7 +12,8 @@
1212
#
1313
# mesh11sd daemon
1414
#
15-
version="5.1.3~be7a"
15+
last_version="5.1.3~be7a"
16+
version="5.1.3"
1617
fixup1=0
1718
ip4pingfailcount=0
1819
network_restart=0

0 commit comments

Comments
 (0)