This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
v1.4.9_Production
yanokwa
released this
27 Mar 21:59
·
663 commits
to master
since this release
Aggregate v1.4.9
(May 2016)
- update to javarosa 2016-04-21
* add XPath 3.1 math functions (e.g., exp, log, sin, cos, etc.) - fix AppEngine adaptation layer for Apache HttpClient so that Oauth2 authentications work
- change version string in ODKAggregateAppEngineUpdater.jar to be a date stamp (2016-04-21)
- fix ODK 2.0 interfaces to support ODK Aggregate username / password for authentication.
- fix ODK 2.0 Sync so that a delete-table request can be repeated until successful or Not Found (404) when it times out.
Upgrading
- For MySQL installations, please make sure you have this server configuration:
character_set_server=utf8
collation_server=utf8_unicode_ci
max_allowed_packet=1073741824
- For all other installations, there are no special upgrade steps required.
- The ODK 2.0 sync protocol is compatible with the ODK 2.0 Rev 200, 202 and 204 tools.