Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit c7c1a40

Browse files
committed
Update changelog
1 parent 7362ad3 commit c7c1a40

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jakarta
22

3-
## Release YYYY.ddd
3+
## Release 2017.334 patch5
44

55
* scart
66

@@ -10,12 +10,59 @@
1010

1111
* Fix sdsarchive handler with respect to corrupt files which caused
1212
and endless loop
13+
* Add parameter splitTime to sdsarchive which is an absolute time rather
14+
than a relative time
15+
* Add sh2proc script which converts Seismic Handler event files to
16+
EventParameters
1317

1418
* Seedlink
1519

1620
* Fix scream_plugin scream2sl.map parser if a stream id is composed
1721
from sysid.streamid. The internal parser has rejected lines which
1822
duplicate streamid without taking the sysid into account.
23+
* Enable modbus support in serial plugin
24+
25+
* Arclink
26+
* Fix crash of Python components when inventory comments are used
27+
* Fix re-generation of empty or conflicting publicIDs
28+
29+
* scevent
30+
31+
* Fix sending updates if automatic fake event declaration is activated
32+
and the event.type would actually not change
33+
34+
* slmon
35+
36+
* Fix default paths and streams regular expression which is used to gather
37+
station information
38+
39+
* fdsnws
40+
41+
* Set default data source to sdsarchive:// and do not use the global default
42+
which most likely is set to a streaming source such as Seedlink
43+
* Fix queryauth exception in combination with htpasswd
44+
* Fix incorrect epoch usage when request spans multiple epochs
45+
46+
* scolv
47+
48+
* Fix arrival used flags evaluation. This resulted in activated arrivals in
49+
the various plots event if they were not used.
50+
51+
* scautoloc
52+
53+
* Fix bug with respect to latest data model changes and taking Arrival.timeUsed()
54+
into account.
55+
56+
* scimport
57+
58+
* Add support to enable/disable message filtering in configuration file
59+
60+
```
61+
useFilter = false
62+
```
63+
64+
Settings ```useFilter``` to false is equal to passing ```--no-filter``` via
65+
command-line.
1966
2067
## Release 2017.334 patch4
2168

0 commit comments

Comments
 (0)