summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali>2005-06-23 21:46:58 +0000
committerkhali <khali>2005-06-23 21:46:58 +0000
commit9a37aeff16eda017e9a6a4ec5a1774ca400f5ea2 (patch)
tree4b15a389f22e318b8598ace428af8a1d81d43169
parent415dba30b990b3605df5c39b1f73e1ac73255ff0 (diff)
downloaddmidecode-9a37aeff16eda017e9a6a4ec5a1774ca400f5ea2.tar.gz
Update.
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06db445..1bcbd78 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2005-06-23 Jean Delvare <khali@linux-fr.org>
+
+ * dmiopt.c, dmidecode.8: Options --dump and --string are mutually
+ exclusive.
+
2005-06-22 Jean Delvare <khali@linux-fr.org>
* dmiopt.c: Display the list of all valid type or string keywords
@@ -5,6 +10,10 @@
argument or with an invalid one.
* dmidecode.8: Document the new -s, --string option. Update the
-t, --type option documentation.
+ * dmiopt.c, dmidecode.8: Add string keyword "bios-release-date",
+ the Linux kernel uses it.
+ * dmidecode.c, dmidecode.8: Fix typo ("Controler" becomes
+ "Controller").
2005-06-21 Jean Delvare <khali@linux-fr.org>