Changeset 2489

Show
Ignore:
Timestamp:
11/21/06 13:14:23 (2 years ago)
Author:
paul
Message:

Prepare dabo-0.7.1 release.

Files:

Legend:

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

    r2471 r2489  
    11See the Subversion log for all the details. 
     2 
     3=============================================================================== 
     4Dabo 0.7.1 (2006-11-21) (Revision 2490): 
     5 
     6Bugfixes: 
     7+ Segfault in dSplitter when dragging the sash. Fixed. 
     8+ __init__() of the wx classes happening twice. Fixed. 
     9+ Setting Caption sometimes required a subsequent refresh(). Fixed. 
    210 
    311 
  • branches/stable/dabo/__version__.py

    r2464 r2489  
    22# Everything else is boilerplate copied also to other dabo repositories. 
    33package_name = "dabo" 
    4 _version = "0.7s" 
     4_version = "0.7.1s" 
    55 
    66 
  • trunk/ChangeLog

    r2471 r2489  
    11See the Subversion log for all the details. 
     2 
     3=============================================================================== 
     4Dabo 0.7.1 (2006-11-21) (Revision 2490): 
     5 
     6Bugfixes: 
     7+ Segfault in dSplitter when dragging the sash. Fixed. 
     8+ __init__() of the wx classes happening twice. Fixed. 
     9+ Setting Caption sometimes required a subsequent refresh(). Fixed. 
    210 
    311