Changeset 2124

Show
Ignore:
Timestamp:
04/18/2006 10:29:50 PM (3 years ago)
Author:
paul
Message:

Version bump and ChangeLog? entries for Dabo 0.6.5s.

Files:

Legend:

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

    r2099 r2124  
    11See the Subversion log for all the details. 
     2 
     3Dabo 0.6.5 (2006-04-18) (Revision 2124): 
     4 
     5Fixed showModal() to reactivate the windows previously deactivated when the  
     6modal window is closed or hidden. 
     7 
     8Fixed a bug where not passing a font to getFont() would cause the function to record an error and return None. 
     9 
     10dCursorMixin's initProperties() hook was being called twice. Fixed, and put 
     11our framework code in _initProperties() instead. 
     12 
    213 
    314Dabo 0.6.4 (2006-04-06) (Revision 2099): 
  • branches/stable/dabo/__version__.py

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