-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
63 lines (52 loc) · 2.12 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
2017.099: 1.4
- Update libmseed to 2.19.3, adjust counters to 64-bit.
- Remove dependency on ntwin32.mak for Windows nmake makefiles, now
building works in plain MSVC development environments.
- Add DEPRECATED notice to Makefile.wat and src/Makefile.wat.
- Clean old targets out of src/Makefile.
- Update licensing to GNU GPL 3.
2010.029: 1.3
- Update to libmseed 2.4, including fixes for packing long
segments of data.
2008.220: 1.2
- Update libmseed to 2.1.6, including much improved Steim 1
and 2 encoding performance.
2007.284: 1.1
- Update to libmseed 2.1.4.
- Change src/Makefile to use user defined CFLAGS when specified.
2006.363:
- Update to libmseed 2.0rc1 + 2006.363.
- Convert all output to ms_log().
- Fix FPE when scaling is set to 0 (a useless value anyway).
2006.209:
- Remove -P option, packing after each block is now default.
- Add -g option to specify a scaling factor and make the
default scaling 8 which results in amplitude units of 125nV.
- Add a warning message for when sample value truncation is
occurring, only print once per input block.
- Convert many long's to int's in MARS reading code to enable
proper 64-bit compilation and operation.
- Update to libmseed 1.8. Includes memory leak fix.
- Add gcc32, gcc32debug and gcc64debug targets to Makefile.
2006.201:
- Correct message regarding output scaling, output is 100 nV.
2006.199:
- Add -P option to pack data after each block is read in to
minimize memory usage, allowing large file conversion.
2006.183: 1.0
- Update to libmseed 1.7.
2005.300: 0.4
- Update libmseed to 1.4.2.
- Any input file prefixed with '@' is assumed to be a list file.
- Default output file is now <inputfile>.mseed instead of stdout.
- Pack data after reading each file.
- Add option to buffer all data in memory before packing.
- Remove signal handling, not needed.
- Add man page.
- Add Win32 Makefiles, test with Open Watcom 1.3.
2005.270: 0.3
- Add EH[ZNE] preset mappings.
- Add custom channel number to channel codes mapping ability.
- Add warning message that all samples have been scaled.
- Update to libmseed 1.2.
2005.???: versions 0.1 and 0.2.