From 9f05d47620233f19f2e8091ee8062ff8578d6d94 Mon Sep 17 00:00:00 2001 From: Konstantin Makarchev Date: Thu, 28 Jun 2018 22:19:23 +0300 Subject: [PATCH] fix doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f21605eb..8419d58d 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Fork of hyperic/sigar with some fixes. Support only ruby binding. ## Fixed: -[2.0.0] +### [2.0.0] 22-01-2018 * sigfaulted logger, [#28](https://github.com/hyperic/sigar/pull/28)([commit](https://github.com/kostya/sigar/commit/c2a1af)) * bug undefined symbol: sigar_skip_token, [#60](https://github.com/hyperic/sigar/pull/60)([commit](https://github.com/kostya/sigar/commit/dfe8fe)) * bug detection boot_time on linux (now it works like gnu ps, and fix some issues with process start_time) ([commit](https://github.com/kostya/sigar/commit/660259)) -[2.0.1] +### [2.0.1] 10-04-2018 * FreeBSD: don't use v_cache_min/max [#68](https://github.com/hyperic/sigar/pull/68)([commit](https://github.com/kostya/sigar/commit/800076db97bcacb1ba90805d740b4f9a5a1d3cca)) -[2.0.2] +### [2.0.2] 30-05-2018 * Remove obsolete rpc usage (fix compilation fail with glibc 2.27) [#213](https://github.com/kostya/eye/issues/213)([commit](https://github.com/kostya/sigar/commit/a971b9e8e1443fdf236c5ffa199c1994c05fcd4b)) ### [2.0.4] 10-06-2018