version 0.2.5

- FIX: renamed wdocs to htdocs
- FIX: updated spec file and renamed defaults
- FIX: log with which clientID user is connecting to Hosted
	to aid in trouble-shooting
This commit is contained in:
Jan-Piet Mens
2015-09-14 13:45:37 +02:00
parent 4e8ca3e1fb
commit 15d7bfe566
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
2015-09-14 version 0.2.5
- FIX: renamed wdocs to htdocs
- FIX: updated spec file and renamed defaults
- FIX: log with which clientID user is connecting to Hosted
to aid in trouble-shooting
2015-09-13 version 0.2.4
- FIX: incorrect install of wdocs/ (thanks to @rk295)
+1 -1
View File
@@ -94,6 +94,6 @@ install: ot-recorder ocat
mkdir -p $(BUILDROOT)$(INSTALLDIR)/{bin,sbin}
mkdir -p $(BUILDROOT)$(STORAGEDEFAULT)
mkdir -p $(BUILDROOT)$(DOCROOT)
cp -R wdocs/* $(BUILDROOT)$(DOCROOT)/
cp -R htdocs/* $(BUILDROOT)$(DOCROOT)/
install --mode 0755 ot-recorder $(BUILDROOT)$(INSTALLDIR)/sbin
install --mode 0755 ocat $(BUILDROOT)$(INSTALLDIR)/bin
+1 -1
View File
@@ -16,7 +16,7 @@ HAVE_PING ?= yes
STORAGEDEFAULT = "/var/spool/owntracks/recorder/store"
# Where should the recorder find its document root (HTTP)?
DOCROOT = "/var/spool/owntracks/recorder/wdocs"
DOCROOT = "/var/spool/owntracks/recorder/htdocs"
# Define the precision for reverse-geo lookups. The higher
# the number, the more granular reverse-geo will be:
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.2.4"
#define VERSION "0.2.5"