Skip to content

Commit 85e1ebd

Browse files
committed
v2.2.0
1 parent f90356a commit 85e1ebd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/releaseNotes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,7 @@ This file describes the main feature changes for each InfoLogger released versio
101101
## v2.1.1 - 28/06/2021
102102
- minor cosmetics for auto-mute feature.
103103

104-
## next version
105-
- Added option for o2-infologger-log to collect logs from a named pipe (multiple clients possible). Pipe can be created and listened to continuously. e.g. `o2-infologger-log -f /tmp/log-pipe -c -l `.
104+
## v2.2.0 - 06/10/2021
105+
- Added option for o2-infologger-log to collect logs from a named pipe (multiple clients possible). Pipe can be created (e.g. `mkfifo /tmp/log-pipe`) and listened to continuously. e.g. `o2-infologger-log -f /tmp/log-pipe -c -l `.
106+
- API:
107+
- Added InfoLoggerContext light copy constructor, with fields overwrite. See example use in <../test/testInfoLogger.cxx>.

0 commit comments

Comments
 (0)