Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 26 May 2025 09:10:24 +0000

mesh11sd (5.1.2)

* Fix - Update uci config file and README.md [bluewavenet]
Expand Down
5 changes: 3 additions & 2 deletions src/mesh11sd
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down