summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xReleaseNotes.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 522e4e6..07d5ee3 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -26,15 +26,18 @@ Changes in this release
2.4.1
Improvements
- * Added daemonise and signal handlers to dlt-system.
+ * Added internal logging facility to stdout, syslog or local file, configurable in configuration file.
+ * Added deamonise and signal handlers to dlt-system.
* Added manual pages.
* Added new API dlt_check_library_version() function.
- * DLT user library does not set the stack size of the receiver thread anymore.
Bugfixes
+ * Fifo or SHM mode can be changed by compiler switch.
+ * Replaced SHM implementation.
* Fixed shared memory problem in DLT library during startup, if application is started before daemon.
* Fixed syslog adapter in dlt-system.
* Reverted API changes in dlt_register_app() function.
+ * DLT user library does not set the stack size of the receiver thread anymore.
2.4.0