diff options
author | Willy Tarreau <w@1wt.eu> | 2009-03-16 10:23:49 +0100 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2009-03-16 10:28:45 +0100 |
commit | 099c6eb91b6babdb11d65f407525647f23c79173 (patch) | |
tree | 50fbb510cb20f913a44bd57f498e2ce0cea2dcfc | |
parent | * pcidev: modprobe in kernel 2.4 does not support module lists (diff) | |
download | flxutils-origin/master.tar.gz |
[RELEASE] released flxutils-0.1.33-flx0.1origin/master
- flxutils-0.1.33-flx0.1
- pcidev: add support for matching multiple classes
- pcidev: use modprobe $list and not modprobe on each element
- pcidev: modprobe in kernel 2.4 does not support module lists
-rw-r--r-- | .flxpkg/ChangeLog | 7 | ||||
-rw-r--r-- | .flxpkg/Version | 2 | ||||
-rw-r--r-- | ChangeLog | 6 |
3 files changed, 14 insertions, 1 deletions
diff --git a/.flxpkg/ChangeLog b/.flxpkg/ChangeLog index da3a7d5..fbac6fa 100644 --- a/.flxpkg/ChangeLog +++ b/.flxpkg/ChangeLog @@ -1,3 +1,10 @@ +2009/03/16 10:28 willy@wtap + + * released flxutils-0.1.33-flx0.1 + * pcidev: add support for matching multiple classes + * pcidev: use modprobe $list and not modprobe on each element + * pcidev: modprobe in kernel 2.4 does not support module lists + 2008/11/17 21:58 willy@wtap * released flxutils-0.1.32-flx0.2 diff --git a/.flxpkg/Version b/.flxpkg/Version index 59af77b..68127ad 100644 --- a/.flxpkg/Version +++ b/.flxpkg/Version @@ -1 +1 @@ -flxutils-0.1.32-flx0.2 +flxutils-0.1.33-flx0.1 @@ -1,3 +1,9 @@ +2009/03/16 +- flxutils-0.1.33-flx0.1 +- pcidev: add support for matching multiple classes +- pcidev: use modprobe $list and not modprobe on each element +- pcidev: modprobe in kernel 2.4 does not support module lists + 2008/11/17 - flxutils-0.1.32-flx0.2 - pcidev: add class-filtering support, speedups, fixees, small cleanups |