summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--Makefile2
2 files changed, 1 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index d940aa58..94913edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,20 +100,6 @@
* soft/ldetect-lst/trunk/lst/usbtable: add zd1211rw device IDs
-2006-09-14 18:50 Thierry Vignaud <tvignaud at mandriva.com>
-
- * soft/ldetect-lst/trunk/lst/dmitable: revert r61494 (better
- managed by drakx)
-
-2006-09-14 17:49 Thierry Vignaud <tvignaud at mandriva.com>
-
- * soft/ldetect-lst/trunk/lst/dmitable: load ibm-acpi for some (dmi
- being unreliable) ibm-acpi (#21597)
-
-2006-09-14 17:04 Olivier Blin <oblin at mandriva.com>
-
- * soft/ldetect-lst/trunk/lst/usbtable: add zd1211rw device IDs
-
2006-09-13 17:10 Thierry Vignaud <tvignaud at mandriva.com>
* soft/ldetect-lst/trunk/ldetect-lst.spec: fix typo fix in
diff --git a/Makefile b/Makefile
index 14f822be..9bd42bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,6 @@ log: changelog
changelog: ../common/username
svn2cl --authors ../common/username.xml --accum
rm -f ChangeLog.bak
- #svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
+ svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
# Makefile ends here