diff --git a/README.md b/README.md index 513ebb94..72e73196 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Fork of hyperic/sigar with some fixes. * 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)) * FreeBSD: don't use v_cache_min/max [#68](https://github.com/hyperic/sigar/pull/68)([commit](https://github.com/kostya/sigar/commit/800076db97bcacb1ba90805d740b4f9a5a1d3cca)) +* Remove obsolete rpc usage (fix compilation fail with glibc 2.27) ([commit](https://github.com/kostya/sigar/commit/a971b9e8e1443fdf236c5ffa199c1994c05fcd4b)) ## Installation: diff --git a/version.properties b/version.properties index 84264411..60938e86 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ copyright.year=2004-2011 version.major=2 version.minor=0 -version.maint=1 +version.maint=2 version.build=0 project.name=kostya-sigar project.author=Doug MacEachern