Teco Boot (1):
arprefresh: README adjusted for plugin name
+0.6.8.1 -------------------------------------------------------------------
+
+Ferry Huberts (4):
+ pud: wireformat-java: improve java detection
+ release: stricter matching of release tags
+ autobuf: fix warning in Windows release builds
+ neighbors: signal link changes when deleting a neighbor
+
+Henning Rogge (4):
+ Update version after release of v0.6.8
+ tc: properly initialise the path_costs field in a new tc
+ Handle interface broadcast/multicast address zero
+ Release v0.6.8.1
+
0.6.8 -------------------------------------------------------------------
Ferry Huberts (81):
# Please also write a new version to:
# gui/win32/Main/Frontend.rc (line 71, around "CAPTION [...]")
# gui/win32/Inst/installer.nsi (line 57, around "MessageBox MB_YESNO [...]")
-VERS = pre-0.9.0.4
+VERS = pre-0.9.1
TOPDIR = $(shell pwd)
INSTALLOVERWRITE ?=
# The lockfile is used to prevent multiple OLSR instances running at the same
# time.
# (Linux/BSD default is "/var/run/olsrd-ipv(4/6).lock")
-# (Win32 default is "configfile-ipv(4/6).lock")
+# (Win32 default is "[configfile]-ipv(4/6).lock")
# LockFile "/var/run/olsrd-ipv4.lock"
UninstPage instfiles
Function .onInit
- MessageBox MB_YESNO "This will install olsr.org pre-0.9.0.4 on your computer. Continue?" IDYES NoAbort
+ MessageBox MB_YESNO "This will install olsr.org pre-0.9.1 on your computer. Continue?" IDYES NoAbort
Abort
NoAbort:
FunctionEnd
STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | \r
WS_SYSMENU\r
EXSTYLE WS_EX_APPWINDOW\r
-CAPTION "olsr.org Switch pre-0.9.0.4"
+CAPTION "olsr.org Switch pre-0.9.1"\r
FONT 8, "MS Sans Serif", 0, 0, 0x1\r
BEGIN\r
CONTROL "Tab1",IDC_TAB1,"SysTabControl32",0x0,7,7,383,256\r