From 9c31d46604084f7af0ff7d8769cc47590ee1e86b Mon Sep 17 00:00:00 2001 From: chad-earthscope Date: Sun, 23 Jul 2023 14:50:00 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a4ccd9e..80c9637 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ -2023.XXX: 4.0 +2023.204: 4.0 - Update to libmseed 3, with support for miniSEED 3, URLs, etc. + - The -M and -R matching and rejection regex patterns now match + Source Identifier of each record, often following this pattern: + `FDSN:_____`. + - Replace the -y option with -snd and change the default to stop + processing if non-miniSEED is encountered. - Filenames can now contain read range with end: file@start-end - Added -H option to add HTTP headers - Added -u option to take user:pass - Remove -e (encoding) and -r (reclen) options - Changed -Q to -P, -Q still supported but undocumented + - Default data date-time format is now YYYY-MM-DDThh:mm:ss.ffffff. + - Date-time format for -ts and -te options now autodetected, can be + YYYY-MM-DD, or YYYY-jjj, or epoch formats. 2017.283: 3.8 - Update libmseed to 2.19.5, with fix for leap second calculation.