Skip to content

Commit 3cea9ce

Browse files
Update docs and set version to v3.2.1
1 parent 5994f90 commit 3cea9ce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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

1012
2025.315: v3.2.0
1113
- Add generator-style packing interfaces for MS3Record and MS3TraceList.

libmseed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)