diff options
-rw-r--r-- | drakpxelinux.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drakpxelinux.spec b/drakpxelinux.spec index 5bea6ce..ae6fe70 100644 --- a/drakpxelinux.spec +++ b/drakpxelinux.spec @@ -1,4 +1,4 @@ -%define version 0.9.1 +%define version 1.0.0 %define name drakpxelinux %define release 1mdk @@ -55,6 +55,16 @@ rm -rf $RPM_BUILD_ROOT %{_menudir}/%{name}* %changelog +* Fri Aug 13 2004 Antoine Ginies <aginies@mandrakesoft.com> 1.0.0-1mdk +- add a check of pxe.conf file +- add a check box for DHCP or ip address +- add test on IP address +- display vga resolution in edit box +- perl_checker fix +- rearrange some widgets (thx Mokaddem) +- fix label in column +- thx R1 for help/idea, Chandra/Nicolabs for test + * Wed Aug 11 2004 mdkc Antoine Ginies <aginies@mandrakesoft.com> 0.9.1-1mdk - add a file dialog box for directory - some clean in code |