dabo Commit
Revision 3792
Date: 2007-12-11 12:42:48 -0800 (Tue, 11 Dec 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3792

Changed:
U   trunk/ChangeLog
U   trunk/dabo/__version__.py

Log:
Bumped version to 0.8.3 and added more changelog entries.


Diff:
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2007-12-11 19:29:02 UTC (rev 3791)
+++ trunk/ChangeLog     2007-12-11 20:42:48 UTC (rev 3792)
@@ -1,6 +1,6 @@
 See the Subversion log for all the details.
 
-Dabo 0.8.3 (2007-12-??) Revision 37??):
+Dabo 0.8.3 (2007-12-11) Revision 3793):
 ===============================================================================
 Field types in the data layer are now covered better (previously only non-
 joined fields were massaged).
@@ -10,6 +10,8 @@
 
 dGrid performs better when changing rows.
 
+Fixed check/radio menu items to work under GTK and Windows.
+
 Fixed display problems with word-wrapped labels in dDialog.
 
 Fixed some report writer xml conversion problems.
@@ -38,6 +40,19 @@
 
 Fixed relative pathing problem in .cdxml files.
 
+Fixed dEditor to gracefully handle cases where we don't have read/write
+permissions on the file.
+
+Added getDisplayLocker(), which gracefully handles unlocking the display
+when it goes out of scope.
+
+AppWizard-generated apps running in Python 2.4 and earlier could fail due
+to recent changes in dApp. Fixed.
+
+Fixed several bugs in the handling of compound cursor.KeyField values.
+
+Can now set dColumn.Resizable, not just dGrid.ResizableColumns.
+
 Tickets fixed:
 #1070
 #1072
@@ -46,6 +61,7 @@
 #1110
 #1117
 #1121
+#1123
 
 Thanks to suggestions, patches, and contributions from:
 Carl Karsten
@@ -53,6 +69,8 @@
 Pedro Vale de Gato
 Orcun Avsar
 Heling Yao
+Nate Lowrie
+Lukasz Szybalski
 
 
 ===============================================================================

Modified: trunk/dabo/__version__.py
===================================================================
--- trunk/dabo/__version__.py   2007-12-11 19:29:02 UTC (rev 3791)
+++ trunk/dabo/__version__.py   2007-12-11 20:42:48 UTC (rev 3792)
@@ -2,7 +2,7 @@
 # The following 3 lines are the only thing you should change in this file.
 # Everything else is boilerplate copied also to other dabo repositories.
 package_name = "dabo"
-_version = "0.8.2"
+_version = "0.8.3"
 _approximateRevision = "~3791"
 
 import os




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to