diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-21 17:34:06 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-21 17:34:06 +0000 |
commit | a777290db9b4d3dbc53358838e390b07fc341dfc (patch) | |
tree | fb33792add8af119ee40b01e4dc41fd0c7eb5fb4 | |
parent | 797abdfe02fd5a224d7ceaa4684f2aa3a2fd7b05 (diff) | |
download | drakx-a777290db9b4d3dbc53358838e390b07fc341dfc.tar drakx-a777290db9b4d3dbc53358838e390b07fc341dfc.tar.gz drakx-a777290db9b4d3dbc53358838e390b07fc341dfc.tar.bz2 drakx-a777290db9b4d3dbc53358838e390b07fc341dfc.tar.xz drakx-a777290db9b4d3dbc53358838e390b07fc341dfc.zip |
1.13
-rw-r--r-- | mdk-stage1/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index bb0e156ca..2c348db4f 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.12 +VERSION=1.13 PRODUCT=drakx-installer-binaries # diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index d35da46a7..6f48d9132 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,11 @@ +1.13: +- use module names instead of filenames +- convert module name to filename before loading it + (using modules.dep to get filename) +- keep module in dependencies list even if it has no dependencies + (to keep track of its filename) +- use '_' in module names when explicitely loading modules (cosmetics) + 1.12: - adapt to new list_modules |