[Aptitude-devel] r3146 - branches/aptitude-0.3/aptitude

Daniel Burrows dburrows@costa.debian.org
Wed, 27 Apr 2005 13:38:11 +0000


Author: dburrows
Date: Wed Apr 27 13:38:08 2005
New Revision: 3146

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
Log:
Decrease the default max_steps value.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Wed Apr 27 13:38:08 2005
@@ -2,8 +2,9 @@
 
 	* src/generic/aptcache.cc:
 
-	  Decrease the default step size so that hard-to-resolve problems
-	  don't cause aptitude to lock up.
+	  Decrease the default max_steps value so that hard-to-resolve
+	  problems don't cause aptitude to lock up.  (not very successful
+	  yet)
 
 	* src/vscreen/config/keybindings.cc, src/vscreen/keybindings.h: