File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- Unreleased:
1+ 2025.354: v3.2.1
22 - Rename ms3_mstl_init_fd() to ms3_msfp_init_fd() and add backward compatibility.
33 - Add -fPIC to the build options for the static library target.
44 - Update internal selection matching to support `!` in addition to `^` for
55 character class negation and handle edge cases more robustly.
66 - Avoid modifying record buffer during v3 CRC check and add CRC validation to testing.
77 - Add v3 parsing test for ensuring header-indicated lengths are sane.
88 - Small fixes of logic errors and increased portability.
9+ - Add GitHub action to build and test on multiple platforms.
10+ - Fix Windows symbol issues and CMake configuration.
911
10122025.315: v3.2.0
1113 - Add generator-style packing interfaces for MS3Record and MS3TraceList.
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ extern "C"
2929{
3030#endif
3131
32- #define LIBMSEED_VERSION "3.2.0" //!< Library version
33- #define LIBMSEED_RELEASE "2025.315 " //!< Library release date
32+ #define LIBMSEED_VERSION "3.2.1" //!< Library version
33+ #define LIBMSEED_RELEASE "2025.354 " //!< Library release date
3434
3535/** @defgroup io-functions File and URL I/O */
3636/** @defgroup miniseed-record Record Handling */
You can’t perform that action at this time.
0 commit comments