summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: eb1ec088d6d14605889db7d131ee13238d11eb5f (plain)
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
0.4.1
=====
- minor bug fixes for Debian platforms;
- add travis-ci and coveralls.io integration with github.com repo.

0.4.0
=====
- new libwatch plugin that outputs statistics to terminal via ncurses;
- add support of NFSv4.1 (w/o callbacks);
- add experimantal support of CIFS v2 and partial CIFS v1;
- add new interfaces and functions in Plugin API;
- update manual.

0.3.2
=====
- new libjson plugin that outputs gathered statistics as json (via TCP);
- fix endianess bug on mips/powerpc/s390x/sparc;
- fix build issue on debian/kFreeBSD;
- add missing dependencies to cpack configuration;
- new `nfstrace` cli option: list available plugins and/or available interfaces.

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.