summaryrefslogtreecommitdiffstats
path: root/perl-install/drakxtools.spec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-25 20:28:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-25 20:28:13 +0000
commit9052cb6cce749dcb70e00d5af2be42101a7c310a (patch)
tree9e2315d151aac6b432d5a0a59c47b05c9e690335 /perl-install/drakxtools.spec
parent3e0715b04c77b4a247c0f6b9784f08fb15696814 (diff)
downloaddrakx-backup-do-not-use-9052cb6cce749dcb70e00d5af2be42101a7c310a.tar
drakx-backup-do-not-use-9052cb6cce749dcb70e00d5af2be42101a7c310a.tar.gz
drakx-backup-do-not-use-9052cb6cce749dcb70e00d5af2be42101a7c310a.tar.bz2
drakx-backup-do-not-use-9052cb6cce749dcb70e00d5af2be42101a7c310a.tar.xz
drakx-backup-do-not-use-9052cb6cce749dcb70e00d5af2be42101a7c310a.zip
12mdk
Diffstat (limited to 'perl-install/drakxtools.spec')
-rw-r--r--perl-install/drakxtools.spec30
1 files changed, 29 insertions, 1 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec
index 45cadc0e9..1562f14b2 100644
--- a/perl-install/drakxtools.spec
+++ b/perl-install/drakxtools.spec
@@ -1,7 +1,7 @@
Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...)
Name: drakxtools
Version: 1.1.8
-Release: 11mdk
+Release: 12mdk
Url: http://www.linux-mandrake.com/en/drakx.php3
Source0: %name-%version.tar.bz2
License: GPL
@@ -262,6 +262,34 @@ done
%config(noreplace) %_sysconfdir/logrotate.d/drakxtools-http
%changelog
+* Thu Jul 25 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-12mdk
+- simplify harddrake service:
+ o we don't need to set media_type, we don't use it
+ o mouse and mass storage media use the same key, let merge their
+ code path
+ o merge timeout and cancel cases
+
+- harddrake::data : only do one probeall here (there's still many in
+ detect_devices, probing caching should go there)
+
+- harddrake:ui :
+ o add a fields data structure:
+ * put together field translation and field description
+ * this enable to get rid of %reverse_fields usage & creation
+ * this ensure all field names & translations are marked
+ translatables for gettext
+ * move $wait declaration around its usage and explicit its
+ destruction
+ * remove usb debugging message needed to trace the null
+ description bug i fixed in ldetect
+ * simplify the device fields rendering "because of" the
+ above
+ * simplify the help window creation/display/destruction
+ (only one statement left)
+ o explicitely call interactive->exit
+ o remove all "no signal to disconnect" gtk+ warnings
+
+
* Thu Jul 25 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-11mdk
- rebuild against new libldetect (fix (null) descriptions)
- new XFdrake (pixel)