Change storage format for the last OLR download date in users.data to ensure

that the file will remain portable between the x86 and x86_64 versions.
This commit is contained in:
Andrew Leary
2017-01-28 07:45:44 -05:00
parent 11575f11c6
commit 48f64baecc
4 changed files with 21 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
v1.0.6.14 28-Jan-2017 - Andrew Leary
1. Changed the storage format for the last OLR download
date to ensure that the users.data would remain portable
between the x86 and x86_64 versions. It should also now
properly reset the extension back to 0 with each new day.
2. Fixed a minor bug in the New User Registration function.
v1.0.6.13 15-Jan-2017 - Andrew Leary
1. Fixed mbfido using LFs instead of CRs in Notify messages.