From bf8adf7f61330b7dfefd865256a131fc1a466d54 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 3 Mar 2016 15:54:24 +1300 Subject: Update release config files --- setup/unix/traccar.xml | 10 +++++++--- setup/windows/traccar.iss | 2 +- setup/windows/traccar.xml | 8 ++++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml index 5eb64e7b0..c43fd25fd 100644 --- a/setup/unix/traccar.xml +++ b/setup/unix/traccar.xml @@ -24,7 +24,7 @@ sa - /opt/traccar/data/db.changelog-master.xml + /opt/traccar/data/changelog-master.xml SELECT * FROM server; @@ -210,7 +210,7 @@ 5064 5065 5066 - 5067 + 5067 5068 5069 5070 @@ -222,7 +222,7 @@ 5076 5077 5078 - 5079 + 5079 5080 5081 5082 @@ -244,5 +244,9 @@ 5098 5099 5100 + 5101 + 5102 + 5103 + 5104 diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index 298c27200..891cc47c3 100644 --- a/setup/windows/traccar.iss +++ b/setup/windows/traccar.iss @@ -83,6 +83,6 @@ begin StringChangeEx(S, '[WEB]', ExpandConstant('{app}\web'), true); StringChangeEx(S, '[LOG]', ExpandConstant('{app}\logs\tracker-server.log'), true); StringChangeEx(S, '[DATABASE]', ExpandConstant('{app}\data\database'), true); - StringChangeEx(S, '[CHANGELOG]', ExpandConstant('{app}\data\db.changelog-master.xml'), true); + StringChangeEx(S, '[CHANGELOG]', ExpandConstant('{app}\data\changelog-master.xml'), true); SaveStringToFile(ExpandConstant(CurrentFileName), S, false); end; diff --git a/setup/windows/traccar.xml b/setup/windows/traccar.xml index c1e675254..40b6fe20e 100644 --- a/setup/windows/traccar.xml +++ b/setup/windows/traccar.xml @@ -210,7 +210,7 @@ 5064 5065 5066 - 5067 + 5067 5068 5069 5070 @@ -222,7 +222,7 @@ 5076 5077 5078 - 5079 + 5079 5080 5081 5082 @@ -244,5 +244,9 @@ 5098 5099 5100 + 5101 + 5102 + 5103 + 5104 -- cgit v1.2.3