Changeset 2489
- Timestamp:
- 11/21/06 13:14:23 (2 years ago)
- Files:
-
- branches/stable/ChangeLog (modified) (1 diff)
- branches/stable/dabo/__version__.py (modified) (1 diff)
- trunk/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable/ChangeLog
r2471 r2489 1 1 See the Subversion log for all the details. 2 3 =============================================================================== 4 Dabo 0.7.1 (2006-11-21) (Revision 2490): 5 6 Bugfixes: 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. 2 10 3 11 branches/stable/dabo/__version__.py
r2464 r2489 2 2 # Everything else is boilerplate copied also to other dabo repositories. 3 3 package_name = "dabo" 4 _version = "0.7 s"4 _version = "0.7.1s" 5 5 6 6 trunk/ChangeLog
r2471 r2489 1 1 See the Subversion log for all the details. 2 3 =============================================================================== 4 Dabo 0.7.1 (2006-11-21) (Revision 2490): 5 6 Bugfixes: 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. 2 10 3 11
