summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-03-13 02:26:57 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-03-13 02:26:57 -0400
commitf2e3e22c9770511bede2a80d970f969a40e7b62f (patch)
tree38741e88d2f8b135c901c915dae9670ff379feb0 /inxi.changelog
parentf05dc0a23ba7250a3fdb2b0e7cbff00c58fb7e8c (diff)
downloadinxi-f2e3e22c9770511bede2a80d970f969a40e7b62f.tar.bz2
inxi-f2e3e22c9770511bede2a80d970f969a40e7b62f.tar.xz
inxi-f2e3e22c9770511bede2a80d970f969a40e7b62f.tar.zst
Imported Upstream version 2.0.0upstream/2.0.0
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog25
1 files changed, 25 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 937376f..20bd6e3 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,29 @@
=====================================================================================
+Version: 2.0.0
+Patch Version: 00
+Script Date: 2014-03-12
+-----------------------------------
+Changes:
+-----------------------------------
+New feature, not new line option though. Now shows init type with -x (also shows rc
+type if openrc). -xx shows init / rc version number. Change runlevel to target if
+systemd and if non numeric runlevel given. Should support systemd/upstart/epoch/runit
+sysvinit. Supports openrc as extra data if it's present. Rearranged -I line a bit but
+really just exchanged Runlevel: for Init: v: Runlevel: default:
+
+This is the first step, some of the init system ID methods are weak and non robust
+and this may need to be revised, but it should for now identify systemd/upstart quite
+accurately, and in most cases sysvinit. Note that to get sysvinit version number requires
+tool: strings which in debian/ubuntu is in package binutils. I don't know the package names
+for arch/fedora/etc for the recommends check tool in inxi yet.
+
+I believe this will be good enough for a first draft version, but over time we'll get it
+more fine tuned, but as it is now, it should cover at least 99% of users, which isn't bad.
+
+-----------------------------------
+-- Harald Hope - Wed, 12 Mar 2014 17:12:11 -0700
+
+=====================================================================================
Version: 1.9.19
Patch Version: 00
Script Date: 2014-03-03