diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-06 13:26:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-06 13:26:18 +0000 |
commit | b841f2ace37096d420551a71bfc80882abbb5d65 (patch) | |
tree | 2efbc19ad445748836c1b0a62d70589ca47159d8 /perl-install/NEWS | |
parent | 8296a2ef96c5a86c0c87a323da7be2b57e5469c8 (diff) | |
download | drakx-b841f2ace37096d420551a71bfc80882abbb5d65.tar drakx-b841f2ace37096d420551a71bfc80882abbb5d65.tar.gz drakx-b841f2ace37096d420551a71bfc80882abbb5d65.tar.bz2 drakx-b841f2ace37096d420551a71bfc80882abbb5d65.tar.xz drakx-b841f2ace37096d420551a71bfc80882abbb5d65.zip |
exceptions with "\n" are considered normal ways to quit and thus do not fire up
drakbug (eg: #32292)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 5080afd2a..19a152f3b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakbug: + o exceptions with "\n" are considered normal ways to quit and thus + do not fire up drakbug (eg: #32292) - diskdrake: o restore progress bar when formatting ext3 |