diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-28 19:20:06 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-28 19:20:06 +0000 |
commit | 565be0a0ccc919134f209b8872866edc3aa111b3 (patch) | |
tree | c2e246cb135837121e4bda5ff7ae777ea88568ef | |
parent | c2a5497cd45e7eb9d57aaadff35805ed2b63fd76 (diff) | |
download | drakx-565be0a0ccc919134f209b8872866edc3aa111b3.tar drakx-565be0a0ccc919134f209b8872866edc3aa111b3.tar.gz drakx-565be0a0ccc919134f209b8872866edc3aa111b3.tar.bz2 drakx-565be0a0ccc919134f209b8872866edc3aa111b3.tar.xz drakx-565be0a0ccc919134f209b8872866edc3aa111b3.zip |
1.23
-rw-r--r-- | mdk-stage1/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 06892118b..b8d327df6 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.22 +VERSION=1.23 PRODUCT=drakx-installer-binaries # diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index aad4b048c..8a911e0dd 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,12 @@ +1.23: +- probe usb-storage/sbp2 only when probing USB/SCSI buses + (to make automatic boot faster on IDE) +- make dhcp the first choice (instead of static) in the network type menu +- clear tty2 after shell is killed +- log "killed shell" message on tty3 +- add a space in front of top line (like help message) +- space-pad top line with spaces to the right (like help message) + 1.22: - fix automatic IDE media detection (was broken with multiple CD drives, #36161) - fix bootsplash in automatic CD-Rom mode (as a result of IDE media detection fix) |