summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-04 11:44:48 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-04 11:44:48 +0000
commit839062753bb6fb7d3dbf69c4d063a718b3ea86cc (patch)
tree9752a1491fa7f72f7c9b37c1512957f62c5c5e8e
parentc9700d21e8a4af5654dbea2d7dd72596b613d9b5 (diff)
downloadldetect-839062753bb6fb7d3dbf69c4d063a718b3ea86cc.tar
ldetect-839062753bb6fb7d3dbf69c4d063a718b3ea86cc.tar.gz
ldetect-839062753bb6fb7d3dbf69c4d063a718b3ea86cc.tar.bz2
ldetect-839062753bb6fb7d3dbf69c4d063a718b3ea86cc.tar.xz
ldetect-839062753bb6fb7d3dbf69c4d063a718b3ea86cc.zip
0.4.1-1mdk
-rw-r--r--ldetect.spec18
1 files changed, 16 insertions, 2 deletions
diff --git a/ldetect.spec b/ldetect.spec
index cadd578..b24a264 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,7 +1,7 @@
# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!
%define name ldetect
-%define version 0.4.0
-%define release 2mdk
+%define version 0.4.1
+%define release 1mdk
Name: %{name}
Version: %{version}
@@ -53,6 +53,20 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*
%changelog
+* Thu Jul 4 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.1-1mdk
+- let prevent useless copy
+- stricter checking compilation and fix warnings
+- make some code paths simpler mainly in pciusb.c
+- remove useless {pci,usb}_find_modules() wrappers
+- when multiples cards're identical, just return the cached description
+ and text
+- skip comments in {usb,pci}table
+- remove uneeded test/free
+- move some stuff outside fast paths into exception paths
+- this result in:
+ - a bug fix (regarding null description with -f) as a side effect
+ - saving 9% of the binary & library size
+
* Wed Jun 26 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.4.0-2mdk
- sanitize specfile