Skip to content

Commit a6e464d

Browse files
author
chad-iris
committed
Update ChangeLog and set to version 3.0.11
1 parent 40c982b commit a6e464d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2022.156: 3.0.11
2+
- Generate proper HTTP Range header by always including a start value,
3+
defaulting to 0, when a range end is specified.
4+
- When time correction value is present always set the time correction
5+
applied bit when creating V2 records. Thanks @nicoleroy-ipgp.
6+
- mseedview example: always emit accumulated log messages, and print
7+
basic summary correctly.
8+
19
2022.103: 3.0.10
210
- Fix uninitialized file position in ms3_readtracelist_selection() (#80)
311
by @anowacki.

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.0.10" //!< Library version
32-
#define LIBMSEED_RELEASE "2022.103" //!< Library release date
31+
#define LIBMSEED_VERSION "3.0.11" //!< Library version
32+
#define LIBMSEED_RELEASE "2022.156" //!< Library release date
3333

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

0 commit comments

Comments
 (0)