File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- 2025.312:
1+ 2025.315: v3.2.0
22 - Add generator-style packing interfaces for MS3Record and MS3TraceList.
33 Specifically msr3_pack_init(), msr_pack_next(), msr_pack_free() and
44 mstl3_pack_init(), mstl3_pack_next(), mstl_pack_free().
55 - Fix mstl3_pack_ppupdate_flushidle() logic to flush only idle streams.
66 - Fix memory leak in mseh_replace().
7+ - Addition of a CMake build system contributed by @lsawade, thank you!
78
892025.303: v3.1.11
910 - Fix byte swapping in ms3_detect() for v3 records for big-endian systems.
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.1.11 " //!< Library version
33- #define LIBMSEED_RELEASE "2025.303 " //!< Library release date
32+ #define LIBMSEED_VERSION "3.2.0 " //!< Library version
33+ #define LIBMSEED_RELEASE "2025.315 " //!< 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