Skip to content

Commit

Permalink
Mark as 3.0.10 and update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Apr 13, 2022
1 parent 87e9995 commit d883978
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
2022.???:
2022.103: 3.0.10
- Fix uninitialized file position in ms3_readtracelist_selection() (#80)
by @anowacki.
- Fix array index warning in crc32c.c.
- Update emmbedded Parson to 1.4.0.
- Simplify byte swapping routines (#75) by @QuLogic.
- Initialize selection.pubversion to 0 in ms3_readtracelist_timewin()
by @Cuda-Chen.
- Make logging facility thread safe, with per-thread parameters.
- Add lm_pararead.c example to illustrate reading miniSEED in parallel
using re-entrant interfaces and POSIX threading.
- Add Add MS_HPTIME2NSTIME and MS_NSTIME2HPTIME macros to convert
to/from version 2.x time values.

2021.234: 3.0.9
- Update Source Identifier handling to the adopted specification of:
Expand Down
4 changes: 2 additions & 2 deletions libmseed.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
extern "C" {
#endif

#define LIBMSEED_VERSION "3.0.9" //!< Library version
#define LIBMSEED_RELEASE "2021.234" //!< Library release date
#define LIBMSEED_VERSION "3.0.10" //!< Library version
#define LIBMSEED_RELEASE "2022.103" //!< Library release date

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

0 comments on commit d883978

Please sign in to comment.