summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2015-07-23 19:47:37 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2015-07-23 19:47:37 +0200
commitbd9fd4c78d21417383ad3f9c995f8a1f57fa91b4 (patch)
tree49ceaa547bdf5ff2b02ee1cdc76dda915b224ba6 /CHANGELOG.md
parentb4f8045a4e1543b657af8cf04e4188f791b10597 (diff)
Imported Upstream version 0.3.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..fec25eb
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+0.3.1
+=====
+- new experimental `libwatch.so` plugin with functionality similar to the
+ `nfswatch` utility;
+- logging system:
+ - path to log is no longer hardcoded;
+ - timestamp is automatically added to the name of log;
+ - SIGHUP handling in order to support log rotation mechanism;
+- gtest/gmock integration;
+- proper location for PAMs (`{install prefix}/lib/nfstrace/`);
+- fixes in documentation, new sources are partially documented in doxygen style;
+- minor bug fixes.