summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdrakwizard.pl2
-rw-r--r--drakwizard.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 9af2c073..fc2f734e 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -278,7 +278,7 @@ sub get_parameter {
}
$page->{info} = xml_text($leaf->{helpText} ?
"$page->{info}\n$leaf->{helpText}" : "$page->{info}\n");
- $page->{info} = c::from_utf8($page->{info});
+ #$page->{info} = c::from_utf8($page->{info});
$page->{info} .= translate(`source $lib_script; $leaf->{fillScript}`) if
($leaf->{fillScript})
},
diff --git a/drakwizard.spec b/drakwizard.spec
index 08d38d58..e059347b 100644
--- a/drakwizard.spec
+++ b/drakwizard.spec
@@ -1,5 +1,5 @@
%define name drakwizard
-%define version 1.2
+%define version 1.4
%define release 1mdk
Name: %{name}
@@ -51,7 +51,10 @@ rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME
%_datadir/wizards*
%changelog
-* Sun Mar 2 2003 Warly <warly@mandrakesoft.com> 1.2-1mdk
+* Mon Mar 03 2003 Warly <warly@mandrakesoft.com> 1.4-1mdk
+- gc fixes UTF8 problem
+
+* Sun Mar 2 2003 Warly <warly@mandrakesoft.com> 1.3-1mdk
- start nfs server at the end of nfs wizard
- add dns and gateway in dhcp server config, remove nis, netbios and others
- add apache2 wizard