Changeset 2420

Show
Ignore:
Timestamp:
11/03/06 07:25:09 (2 years ago)
Author:
paul
Message:

Bumped version and added changelog entries for dabo-0.6.6s.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable/ChangeLog

    r2124 r2420  
    11See the Subversion log for all the details. 
    22 
     3 
     4---------------------------------------- 
     5Dabo 0.6.6 (2006-11-03) (Revision 2420): 
     6---------------------------------------- 
     7Don't get too excited, there are only a couple minor fixes here that 
     8likely will not affect you in any way. Do get excited about the  
     9impending Dabo-0.7 release though, as there are many new features. 
     10 
     11Anyway, here's what has changed between 0.6.5 and 0.6.6: 
     12 
     13+ Fixed dMenu and dMenuItem to work without a Dabo Application object. 
     14+ Fixed dGrid to not generate double mouse-click events. 
     15 
     16I hereby name this the "Basil Shubin Edition". :) 
     17 
     18 
     19---------------------------------------- 
    320Dabo 0.6.5 (2006-04-18) (Revision 2124): 
    4  
     21---------------------------------------- 
    522Fixed showModal() to reactivate the windows previously deactivated when the  
    623modal window is closed or hidden. 
  • branches/stable/dabo/__version__.py

    r2124 r2420  
    22import dabo 
    33 
    4 _version = "0.6.5s" 
     4_version = "0.6.6s" 
    55 
    66# If dabo is a subversion working copy, we'll try to get the current revision