dabo Commit Revision 2420 Date: 2006-11-03 07:25:09 -0800 (Fri, 03 Nov 2006) Author: paul
Changed: U branches/stable/ChangeLog U branches/stable/dabo/__version__.py Log: Bumped version and added changelog entries for dabo-0.6.6s. Diff: Modified: branches/stable/ChangeLog =================================================================== --- branches/stable/ChangeLog 2006-11-03 14:40:30 UTC (rev 2419) +++ branches/stable/ChangeLog 2006-11-03 15:25:09 UTC (rev 2420) @@ -1,7 +1,24 @@ See the Subversion log for all the details. + +---------------------------------------- +Dabo 0.6.6 (2006-11-03) (Revision 2420): +---------------------------------------- +Don't get too excited, there are only a couple minor fixes here that +likely will not affect you in any way. Do get excited about the +impending Dabo-0.7 release though, as there are many new features. + +Anyway, here's what has changed between 0.6.5 and 0.6.6: + ++ Fixed dMenu and dMenuItem to work without a Dabo Application object. ++ Fixed dGrid to not generate double mouse-click events. + +I hereby name this the "Basil Shubin Edition". :) + + +---------------------------------------- Dabo 0.6.5 (2006-04-18) (Revision 2124): - +---------------------------------------- Fixed showModal() to reactivate the windows previously deactivated when the modal window is closed or hidden. Modified: branches/stable/dabo/__version__.py =================================================================== --- branches/stable/dabo/__version__.py 2006-11-03 14:40:30 UTC (rev 2419) +++ branches/stable/dabo/__version__.py 2006-11-03 15:25:09 UTC (rev 2420) @@ -1,7 +1,7 @@ import os import dabo -_version = "0.6.5s" +_version = "0.6.6s" # If dabo is a subversion working copy, we'll try to get the current revision # using the svnversion command against that working copy. Otherwise, we'll get _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
