- Update libmseed to 2.19.5, with fix for leap second calculation.
2017.201
- Update logic that identifies and replaces index rows for the same or versioned file names to match the data time coverage +- 1 day. Otherwise, replacement of files containing no overlap data did not work correctly.
2017.123
- 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.
2017.071
- Add -noup (no updates) option to refrain from searching for and deleting existing rows in the database. - Remove double quotes from keys and values of timeindex field in SQLite representation.
2017.069
- Combine SQLite indexes for more efficient use.
2017.068
- Add -sqlitebusyto option to allow changes to the SQLite busy timeout value. - Make -table argument optional and use default of 'tsindex'.