-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
45 lines (31 loc) · 1.5 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
2024-05-29 Ricardo Cañuelo <[email protected]>
Tool name chosen: logspec (Log Spectrometer). Not a release
version yet, but the code is now refactored, documented and ready
to be extended.
2024-06-03 Ricardo Cañuelo <[email protected]>
Added: basic logging capabilities, proper command-line parameter
parsing, different levels of output info, integration / coverage
tests infrastructure and initial tests for kbuild cases.
2024-06-04 Ricardo Cañuelo <[email protected]>
- Project directory renamed and structured as an installable
package.
- Main entry-point functions for cli and other clients refactored to
logspec.main.
- Test setup code refactored.
- FSM versioning and checks implemented.
2024-06-05 Ricardo Cañuelo <[email protected]>
License files added and initial docs written in README.md.
2024-06-07 Ricardo Cañuelo <[email protected]>
- Fixes and parsing refinements.
- Initial batch of linux boot tests.
- Enhanced output: normalization of "hidden" fields
- Minor refactoring and cleanups.
2024-07-04 Ricardo Cañuelo <[email protected]>
- Fix setup.cfg to include all modules during installation.
- Allow library users to specify the log to parse as a string.
- Provide a library function and command line option to return the
logspec version.
2024-08-07 Ricardo Cañuelo <[email protected]>
v1.0.0
- Generate error signatures
- Overall refactoring of kbuild error parsing