diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-12 15:35:53 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-12 15:35:53 +0000 |
commit | 92967f05985caad4995a30e96d4e067b7f4c135a (patch) | |
tree | fdd9ccc122f14eecf888beec0caaa1a5577e94db /images | |
parent | 3b04821b81b3115bc5ac228ccc3c6f8786991f31 (diff) | |
download | drakx-92967f05985caad4995a30e96d4e067b7f4c135a.tar drakx-92967f05985caad4995a30e96d4e067b7f4c135a.tar.gz drakx-92967f05985caad4995a30e96d4e067b7f4c135a.tar.bz2 drakx-92967f05985caad4995a30e96d4e067b7f4c135a.tar.xz drakx-92967f05985caad4995a30e96d4e067b7f4c135a.zip |
1.28
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index f4451d8cc..c0294cb06 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.27 +VERSION=1.28 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/2.*) diff --git a/images/NEWS b/images/NEWS index ad4a509b9..7509d6bed 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 1.28 - 12 February 2008, by Olivier "blino" Blin + - restore full modules.alias (depmod keeps only available modules in modules.alias, but we want them all) |