2.0.5
This commit is contained in:
parent
d88f2121b8
commit
2c5dd8b674
|
@ -18,6 +18,9 @@ Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of [Eye g
|
|||
### [2.0.4] 10-06-2018
|
||||
* fix compilation with glibc 2.26, major/minor functions [#2](https://github.com/kostya/sigar/issues/2)([commit](https://github.com/kostya/sigar/commit/a2c67588d0f686e0007dadcaf0e4bbb35c0e1e83))
|
||||
|
||||
### [2.0.5] 02-12-2018
|
||||
* Fix compilation with musl libc [#4](https://github.com/kostya/sigar/pull/4)([commit](https://github.com/kostya/sigar/pull/4/commits/cd07923dd2ed34aca353dfd182f2f85c13853fd9))
|
||||
|
||||
|
||||
## Installation:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
copyright.year=2004-2011
|
||||
version.major=2
|
||||
version.minor=0
|
||||
version.maint=4
|
||||
version.maint=5
|
||||
version.build=0
|
||||
project.name=kostya-sigar
|
||||
project.author=Doug MacEachern
|
||||
|
|
Loading…
Reference in New Issue