diff --git a/Changelog b/Changelog index 4b28afb..03f16e2 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/Makefile b/Makefile index 4b8dac9..3f3cc8b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/config.mk.in b/config.mk.in index 0708933..60f465c 100644 --- a/config.mk.in +++ b/config.mk.in @@ -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: diff --git a/version.h b/version.h index 11abd0c..5158176 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.2.4" +#define VERSION "0.2.5"