Releases: WiMoVE-OSS/wimoved
Releases · WiMoVE-OSS/wimoved
v0.0.3
Commits
- bcfb1af: Use git tag as openwrt package version on release (#58) (Alexander Sohn) #58
- fdf9cd2: Change title of pre-releases (#61) (Alexander Sohn) #61
- 93a1c6a: Use new openwrt image (#64) (Richard Wohlbold) #64
- 40c0913: Remove TODO in nl/Socket.cpp (#65) (Richard Wohlbold) #65
- 9fc265a: Disable MAC learning on the VXLAN interface (#67) (Aaron) #67
- 323a448: Unify logging (#60) (Lina) #60
- 070e880: Update README.md (#66) (Richard Wohlbold) #66
- 097b52e: Update release.yml (#69) (Alexander Sohn) #69
Development Build: v0.0.4+beta2023-07-24_11.11
v0.0.2
Commits
- 72c1d5b: Add monitoring and logging from docs to README (#51) (Richard Wohlbold) #51
- f024d69: Run linting, formatting and testing in parallel (#48) (Alexander Sohn) #48
- 9264f19: Use proper OpenWrt spelling (#53) (Richard Wohlbold) #53
- d84956f: Tidy up scripts directory (#54) (Alexander Sohn) #54
- 282ba85: Fix MAC address parsing and serialization (#55) (Richard Wohlbold) #55
- d76eb49: Implement min_vni configuration option (#57) (Richard Wohlbold) #57
v0.0.1
Add sanitizers, fix various memory leaks (#43) * Fix memory leak by freeing link cache * Disable sanitizers by default * Remove source files from add_executable * Fix lint errors * Remove unnecessary header files * Remove whitespace from CMakeLists.txt * Fix more memory leaks * Add sanitization to README * Run format * Fix build * Delete move constructors in nl::Cache * Throw exception on allocation failure