[yast-commit] r62480 - in /trunk/packager: VERSION package/yast2-packager.changes src/clients/inst_rpmcopy.ycp
Author: lslezak Date: Fri Sep 10 14:37:54 2010 New Revision: 62480 URL: http://svn.opensuse.org/viewcvs/yast?rev=62480&view=rev Log: packager - clear the installation log for the next run, save some memory (bnc#576511) - 2.20.0 Modified: trunk/packager/VERSION trunk/packager/package/yast2-packager.changes trunk/packager/src/clients/inst_rpmcopy.ycp Modified: trunk/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/VERSION?rev=62480&r1=62479&r2=62480&view=diff ============================================================================== --- trunk/packager/VERSION (original) +++ trunk/packager/VERSION Fri Sep 10 14:37:54 2010 @@ -1 +1 @@ -2.19.7 +2.20.0 Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=62480&r1=62479&r2=62480&view=diff ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Fri Sep 10 14:37:54 2010 @@ -4,6 +4,9 @@ - make "Medium #" more translation friendly (bnc#612977), PackageSlideShow::SetMediaType() function marked as obsoled (not used anyway) +- clear the installation log for the next run, save some memory + (bnc#576511) +- 2.20.0 ------------------------------------------------------------------- Mon May 31 19:35:45 UTC 2010 - lslezak@suse.cz Modified: trunk/packager/src/clients/inst_rpmcopy.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/clients/inst_rpmcopy.ycp?rev=62480&r1=62479&r2=62480&view=diff ============================================================================== --- trunk/packager/src/clients/inst_rpmcopy.ycp (original) +++ trunk/packager/src/clients/inst_rpmcopy.ycp Fri Sep 10 14:37:54 2010 @@ -452,6 +452,10 @@ SCR::RegisterNewAgents(); } } - + + // clear the installation log for the next run, save some memory + y2milestone("Resetting SlideShow installation log"); + SlideShow::inst_log = ""; + return result; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org