Skip to content

Commit e8ce7cd

Browse files
Update version to 3.1.7
1 parent 9bc1608 commit e8ce7cd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
- Add ms_nstime2timestr_n() with string size limit, deprecate ms_nstime2timestr().
33
- With ms_nstime2timestr_n() print "ERROR" for NSTERROR and "UNSET" for NSTUNSET.
44
- Avoid fatal errors when v2 record blockettes contain invalid time stamps.
5-
- Limit float point values in extra headers to single precision.
5+
When SEED "btime" values are encountered they are now set to NSTERROR and
6+
serialized in extra headers as "ERROR".
7+
- Limit float point values in extra headers to single precision to avoid
8+
unrealistically high precision values in the output
69
- Update yyjson to v0.12.0
710

811
2025.227:

libmseed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
extern "C" {
2929
#endif
3030

31-
#define LIBMSEED_VERSION "3.1.6" //!< Library version
32-
#define LIBMSEED_RELEASE "2025.207" //!< Library release date
31+
#define LIBMSEED_VERSION "3.1.7" //!< Library version
32+
#define LIBMSEED_RELEASE "2025.234" //!< Library release date
3333

3434
/** @defgroup io-functions File and URL I/O */
3535
/** @defgroup miniseed-record Record Handling */

0 commit comments

Comments
 (0)