v2.4
- Update libmseed to 2.19.4.
- Update SQLite to 3.18.0.
- Add 'PRAGMA case_sensitive_like = ON' for SQLite synchronization. This means that the LIKE queries are performed case sensitive as they should be for the program usage with the filename column. Importantly, this allows the LIKE matching to use the column index.