diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-12-21 11:03:24 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-12-21 11:03:24 +0000 |
commit | 25adb455c03432de919facf7e3d2b2a1f0ca8b5a (patch) | |
tree | 40556fc04c27d5beb58261df1b8753e3b1a1ea6f | |
parent | b3d1037b920d522f26fc9979ace7b37ed4c5e85e (diff) | |
download | drakx-25adb455c03432de919facf7e3d2b2a1f0ca8b5a.tar drakx-25adb455c03432de919facf7e3d2b2a1f0ca8b5a.tar.gz drakx-25adb455c03432de919facf7e3d2b2a1f0ca8b5a.tar.bz2 drakx-25adb455c03432de919facf7e3d2b2a1f0ca8b5a.tar.xz drakx-25adb455c03432de919facf7e3d2b2a1f0ca8b5a.zip |
rebuild with list_modules to handle atl2 ethernet driver
-rw-r--r-- | mdk-stage1/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 458134efa..5ddaf9538 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=1.18 +VERSION=1.19 PRODUCT=drakx-installer-binaries # diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 51c5b0d9e..b8df7ae6b 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,6 @@ +1.19: +- rebuild with list_moduels to handle atl2 ethernet driver + 1.18: - add probe-modules helper |