summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcarlosg <carlosg>2007-09-25 22:46:33 +0000
committercarlosg <carlosg>2007-09-25 22:46:33 +0000
commit1a4e46e3cb6dee8a5cfeb298dee76284fc24d2b6 (patch)
tree6c9b6e584d2e20f916495ff91e6623c37a50737c /ChangeLog
parente3c135d4be92eff11fc66ee3172b522d6c01441e (diff)
2007-09-26 Carlos Garnacho <carlosg@gnome.org>
Add a diagnostics tool, returns the whole system configuration without using DBus, it's way easier to debug problems when dealing with the distro. * Utils/Backend.pm: Remove DBus usage, move DBus related functions to: * Utils/DBus.pm: new file. * Utils/Makefile: added here too. * SystemToolsBackend.pl.in: error out if no module was requested here. * Platform: use Utils::DBus. * StbObject.pm: use Utils::DBus. ensure platform and set counter here. * diagnostics.pl: new tool, uses the s-t-b core, which doesn't depend on DBus anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59f4b7a..9bf14c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-09-26 Carlos Garnacho <carlosg@gnome.org>
+
+ Add a diagnostics tool, returns the whole system configuration
+ without using DBus, it's way easier to debug problems when dealing
+ with the distro.
+
+ * Utils/Backend.pm: Remove DBus usage, move DBus related functions to:
+ * Utils/DBus.pm: new file.
+ * Utils/Makefile: added here too.
+ * SystemToolsBackend.pl.in: error out if no module was requested here.
+ * Platform: use Utils::DBus.
+ * StbObject.pm: use Utils::DBus. ensure platform and set counter here.
+ * diagnostics.pl: new tool, uses the s-t-b core, which doesn't depend
+ on DBus anymore.
+
2007-09-17 Carlos Garnacho <carlosg@gnome.org>
* Init/Services (get_gentoo_*): general improvements to the gentoo