commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5989 - trunk/gnue-common


From: reinhard
Subject: r5989 - trunk/gnue-common
Date: Tue, 20 Jul 2004 08:11:45 -0500 (CDT)

Author: reinhard
Date: 2004-07-20 08:11:44 -0500 (Tue, 20 Jul 2004)
New Revision: 5989

Modified:
   trunk/gnue-common/AUTHORS
   trunk/gnue-common/NEWS
   trunk/gnue-common/ROADMAP.in
   trunk/gnue-common/TODO
Log:
Documentation updates in preparation for release.


Modified: trunk/gnue-common/AUTHORS
===================================================================
--- trunk/gnue-common/AUTHORS   2004-07-18 19:26:18 UTC (rev 5988)
+++ trunk/gnue-common/AUTHORS   2004-07-20 13:11:44 UTC (rev 5989)
@@ -21,7 +21,10 @@
  
 Reinhard M�ller <address@hidden>
  o Setup subsystem
+ o i18n stuff
 
 Johannes Vetter <address@hidden>
  o Schema scripter
+ o Schema creation for dbdrivers
+
 If we've missed anyone please let us know.            

Modified: trunk/gnue-common/NEWS
===================================================================
--- trunk/gnue-common/NEWS      2004-07-18 19:26:18 UTC (rev 5988)
+++ trunk/gnue-common/NEWS      2004-07-20 13:11:44 UTC (rev 5989)
@@ -1,3 +1,10 @@
+New features/changes in version 0.5.6: (2004-07-23)
+* gnue-schema can now directly act on a database connection
+* gnue-schema can now update existing schemas
+* New schema creation functions in dbdrivers
+* SQLite dbdriver working again
+* New barcode printing library
+
 New features/changes in version 0.5.5: (2004-06-15)
 o Changed AppServer's dbdriver to match AppServer's new features
 o Fixed prefix format for conditions

Modified: trunk/gnue-common/ROADMAP.in
===================================================================
--- trunk/gnue-common/ROADMAP.in        2004-07-18 19:26:18 UTC (rev 5988)
+++ trunk/gnue-common/ROADMAP.in        2004-07-20 13:11:44 UTC (rev 5989)
@@ -24,9 +24,6 @@
 
   Add support for predefined sorting to Data Sources
 
-  Use DIBSIG2's feature of typed parameters instead of doing it ourselves
-  in _toSqlString
-
   Add support for direct insert/delete/update in GDataSource so that
   inserts/deletes/updates can happen without having to build a ResultSet
   (needed to speed up appserver)
@@ -41,11 +38,7 @@
     
    Add session support
 
-   [ Scripter / gnue-schema ]
 
-   Instead of creating sql-file send generated SQL text to a connection
-
-
 IN PROGRESS
 
  [ Documentation ]
@@ -58,9 +51,18 @@
   
   Add more trigger languages (ECMAScript, C#)
 
+  [ Data Sources ]
+
+  Use DIBSIG2's feature of typed parameters instead of doing it ourselves
+  in _toSqlString
+
 FINISHED
 
+  [ Scripter / gnue-schema ]
 
+  Instead of creating sql-file send generated SQL text to a connection
+
+
 ===================================================================
 
 0.6.x

Modified: trunk/gnue-common/TODO
===================================================================
--- trunk/gnue-common/TODO      2004-07-18 19:26:18 UTC (rev 5988)
+++ trunk/gnue-common/TODO      2004-07-20 13:11:44 UTC (rev 5989)
@@ -24,8 +24,6 @@
 
 Data Sources
   * Add support for predefined sorting to Data Sources
-  * Use DIBSIG2's feature of typed parameters instead of doing it ourselves
-    in _toSqlString
   * Add support for direct insert/delete/update in GDataSource so that
     inserts/deletes/updates can happen without having to build a ResultSet
     (needed to speed up appserver)
@@ -37,9 +35,6 @@
   * General speed improvements
   * Add session support
 
-Scripter / gnue-schema
-  * Instead of creating sql-file send generated SQL text to a connection
-
 ----------------------------------------------------------------------
 IN PROGRESS
 ----------------------------------------------------------------------
@@ -51,7 +46,18 @@
   * Split trigger code into language specific and trigger specific code
   * Add more trigger languages (ECMAScript, C#)
 
+Data Sources
+  * Use DIBSIG2's feature of typed parameters instead of doing it ourselves
+    in _toSqlString
 
+----------------------------------------------------------------------
+FINISHED
+----------------------------------------------------------------------
+
+Scripter / gnue-schema
+  * Instead of creating sql-file send generated SQL text to a connection
+
+
 ======================================================================
 0.6.x Releases
 ======================================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]