|
1 |
| -Changes in 0.6.1: |
| 1 | +Changes in 0.6.2: |
2 | 2 |
|
3 |
| - - fix g++5 warnings and errors |
4 |
| - - libstatgrab no longer default configure option, remove dependency on most distributions |
5 |
| - - fix to work with libstatgrab-0.90 |
6 |
| - - usleep return value check Creator: Alexey Zakharov |
7 |
| - - fix Wrong TX value in plain data (bug ID 1797088). |
8 |
| - - fix Dynamic multiplier for bits is now set to x1000 (1kbit = 1000 bits, 1Mbit = 10^6 bits, ...), |
9 |
| - instead of x1024, which applies only for bytes. |
10 |
| - - fix some little typos in the man page. Creator: Ricardo |
11 |
| - - delete unused interfaces from internal interface-list |
12 |
| - - code cleanup due to gcc flags |
13 |
| - - fix bug with attached patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506503 |
14 |
| - - fix missing flush to tmp file in csv output |
15 |
| - - fix same values for rx and tx on plain output |
16 |
| - - add csv output specs to man page |
| 3 | +- Merge pull request #22 from vgropp/issue-#13 to fix windows build |
| 4 | +- Merge pull request #20 from dreibh/master CSV file output: fix for timestamp inaccuracy and Y-2038 problem |
| 5 | +- Merge pull request #21 from vgropp/travisci add travisci |
| 6 | +- Merge pull request #17 from Himura2la/master Add the started time in "sum" mode |
| 7 | +- Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in config |
| 8 | +- Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of `inline` |
| 9 | +- Merge pull request #9 from adventureloop/master Always fflush the pipe |
| 10 | +- Merge pull request #7 from samueloph/fsf_address_clean Update FSF address |
| 11 | +- Merge pull request #6 from samueloph/master Fix typos |
| 12 | +- fix nan and inf values on fast refresh (fixes debian bug #532331) |
17 | 13 |
|
0 commit comments