+0.6.5.4 -------------------------------------------------------------------
+
+Ferry Huberts (11):
+ Remove mercurial ignore file; we use git
+ build: ignore builddata.c when hashing sources
+ release: fix the list of generated files
+ release: update some comments
+ release: refactor the checkVersionIncrementing function
+ release: do not update the version on master when it's already higher
+ release: only report that master changed when it was actually changed
+ release: checkVersionIncrementing: optionally allow equal versions
+ release: also check against the Makefile version when branching
+ txtinfo: prevent buffer overflow
+ pud: nmealib: _nmea_parse_time not parsing hsec when given "hhmmss" format
+
+Henning Rogge (2):
+ Update version after release of v0.6.5.3
+ Release v0.6.5.4
+
0.6.5.3 -------------------------------------------------------------------
Ferry Huberts (5):
# 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.6.5.4
+VERS = 0.6.5.4
TOPDIR = .
INSTALLOVERWRITE ?=
UninstPage instfiles
Function .onInit
- MessageBox MB_YESNO "This will install olsr.org pre-0.6.5.4 on your computer. Continue?" IDYES NoAbort
+ MessageBox MB_YESNO "This will install olsr.org 0.6.5.4 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.6.5.4"
+CAPTION "olsr.org Switch 0.6.5.4"
FONT 8, "MS Sans Serif", 0, 0, 0x1\r
BEGIN\r
CONTROL "Tab1",IDC_TAB1,"SysTabControl32",0x0,7,7,383,256\r