Author: jsuchome Date: Fri Mar 25 10:47:31 2011 New Revision: 63672
URL: http://svn.opensuse.org/viewcvs/yast?rev=63672&view=rev Log: - show the 'before-reboot' message in RichText, so possible command can be copy-pasted (bnc#383519) - 2.21.1
Modified: trunk/installation/VERSION trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_finish.ycp
Modified: trunk/installation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/VERSION?rev=63672&am... ============================================================================== --- trunk/installation/VERSION (original) +++ trunk/installation/VERSION Fri Mar 25 10:47:31 2011 @@ -1 +1 @@ -2.21.0 +2.21.1
Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-instal... ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Fri Mar 25 10:47:31 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Mar 25 10:26:44 CET 2011 - jsuchome@suse.cz + +- show the 'before-reboot' message in RichText, so possible command + can be copy-pasted (bnc#383519) +- 2.21.1 + +------------------------------------------------------------------- Thu Mar 24 16:14:02 CET 2011 - jsuchome@suse.cz
- do not start automatic configuration for autoYaST (bnc#679435)
Modified: trunk/installation/src/clients/inst_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_fin... ============================================================================== --- trunk/installation/src/clients/inst_finish.ycp (original) +++ trunk/installation/src/clients/inst_finish.ycp Fri Mar 25 10:47:31 2011 @@ -423,7 +423,7 @@ } else Report::DisplayMessages (true, 10); - Report::Message (Misc::boot_msg); + Report::LongMessage (Misc::boot_msg); Misc::boot_msg = ""; }
yast-commit@lists.opensuse.org