diff --git a/CHANGELOG.md b/CHANGELOG.md index 876afe8..1eb2c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.2.0 | 2019-05-09 | `osInfo()` extended service pack version (windows) | | 4.1.8 | 2019-05-09 | `graphics()` resolve on error (windows) | | 4.1.7 | 2019-05-09 | `users()` parsing fix (windows) | | 4.1.6 | 2019-04-24 | `memory()` swap used fix (linux) | diff --git a/README.md b/README.md index a11372c..ea1dd31 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] ( | | logofile | X | X | X | X | X | e.g. 'apple', 'debian', 'fedora', ... | | | serial | X | X | X | X | | OS/Host serial number | | | build | X | | X | X | | OS build version | +| | servicepack | | | | X | | service pack version | | si.uuid(cb) | {...} | X | X | X | X | X | object of several UUIDs | | | os | X | X | X | X | | os specific UUID | | si.versions(cb) | {...} | X | X | X | X | X | version information (kernel, ssl, node, ...) | diff --git a/docs/history.html b/docs/history.html index 597becc..187f0b3 100644 --- a/docs/history.html +++ b/docs/history.html @@ -80,6 +80,11 @@
+