commit-gnue
[Top][All Lists]
Advanced

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

gnue gnue-common/ChangeLog gnue-common/NEWS gnu...


From: James Thompson
Subject: gnue gnue-common/ChangeLog gnue-common/NEWS gnu...
Date: Mon, 25 Jun 2001 22:21:09 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/06/25 22:21:08

Modified files:
        gnue-common    : ChangeLog NEWS setup.py 
        gnuef          : ChangeLog NEWS 

Log message:
        More updates in preperatoin for release.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/ChangeLog.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/NEWS.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/ChangeLog.diff?cvsroot=OldCVS&tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/NEWS.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gnue/gnue-common/ChangeLog
diff -u gnue/gnue-common/ChangeLog:1.3 gnue/gnue-common/ChangeLog:1.4
--- gnue/gnue-common/ChangeLog:1.3      Mon Jun 25 21:32:46 2001
+++ gnue/gnue-common/ChangeLog  Mon Jun 25 22:21:08 2001
@@ -1,3 +1,30 @@
+2001-06-25 23:32  jamest
+
+       * ChangeLog, INSTALL, MANIFEST.in, NEWS, TODO, setup.cfg, setup.py,
+       gnue/common/dbdrivers/db2/DBdriver.py,
+       gnue/common/dbdrivers/geas/DBdriver.py,
+       gnue/common/dbdrivers/mysql/DBdriver.py,
+       gnue/common/dbdrivers/odbc/DBdriver.py,
+       gnue/common/dbdrivers/oracle/DBdriver.py,
+       gnue/common/dbdrivers/postgresql/DBdriver.py: Removed references to
+       GFOptions in db drivers Setup tweaks Misc changes in prep for
+       release
+
+2001-06-25 16:15  jcater
+
+       * gnue/common/: GObjects.py, GParser.py: Added internal check for
+       PyXML so, if not present, gives a better error message than
+       exception trace
+
+2001-06-25 14:29  jcater
+
+       * gnue/common/: GConfig.py, GConnections.py, GParser.py: Bug fixes
+
+2001-06-25 14:27  jcater
+
+       * gnue/common/__init__.py: Fixed bug in openResource relating to
+       windows drive letters
+
 2001-06-11 00:16  jcater
 
        * gnue/common/: GObjects.py, GParser.py: Minor changes for
Index: gnue/gnue-common/NEWS
diff -u gnue/gnue-common/NEWS:1.3 gnue/gnue-common/NEWS:1.4
--- gnue/gnue-common/NEWS:1.3   Mon Jun 25 21:32:46 2001
+++ gnue/gnue-common/NEWS       Mon Jun 25 22:21:08 2001
@@ -1,11 +1,11 @@
 New features/changes in version 0.0.2:
 o Start of conversion to DB-SIG2 std
 o Enhanced debug system
-o Added GClientApp to be used by other python apps 
+o New base application class (GClientApp)
   Provides numerous std features to apps based upon it
-o Support for connection defintion files
-o New app configuration system added
-o Numerous DB system enhancements
+o Support for global connection defintion files
+o New configuration system (GConfig) added
+o Numerous DB system enhancements and DB2 driver added
 o xml system supports importing from other files
 o Numerous bug fixes
 
Index: gnue/gnue-common/setup.py
diff -u gnue/gnue-common/setup.py:1.8 gnue/gnue-common/setup.py:1.9
--- gnue/gnue-common/setup.py:1.8       Mon Jun 25 21:32:46 2001
+++ gnue/gnue-common/setup.py   Mon Jun 25 22:21:08 2001
@@ -89,8 +89,8 @@
   Warnings about the files not being installed in pythons search path can be 
ignored.
 
   You must now go to gnue install area (typically /usr/local/gnue ) and create 
a 
-  etc/gnue.conf file.  A sample is provided in that directory that you can 
typically 
-  just copy over.
+  etc/gnue.conf file if you do not already have one.  A sample is provided in 
that
+  directory that you can typically just rename.
 
   IMPORTANT: The shared python components of GNUe have moved.  If you have 
installed
   any previous versions of GNUe python apps (GNUe Forms, GNUe Common, or the 
obsolete
Index: gnue/gnuef/ChangeLog
diff -u gnue/gnuef/ChangeLog:1.16 gnue/gnuef/ChangeLog:1.17
--- gnue/gnuef/ChangeLog:1.16   Mon Jun 25 05:27:19 2001
+++ gnue/gnuef/ChangeLog        Mon Jun 25 22:21:08 2001
@@ -1,3 +1,28 @@
+2001-06-25 23:40  dneighbors
+
+       * samples/track/forms/contact_manager.gfd: contact_manager.gfd   **
+       Fixed datasource to gnue/gnue
+
+2001-06-25 23:32  jamest
+
+       * setup.py, doc/techref.lyx, src/GFForm.py: Removed references to
+       GFOptions in db drivers Setup tweaks Misc changes in prep for
+       release
+
+2001-06-25 20:31  jamest
+
+       * src/: GFForm.py, GFObjects.py, GFTrigger.py: Added a post-query
+       trigger at form and block level
+
+2001-06-25 16:42  jamest
+
+       * setup.py, samples/po/sc_po_entry.gfd: [no log message]
+
+2001-06-25 07:27  jamest
+
+       * ChangeLog, INSTALL, INSTALL.win32, MANIFEST.in, NEWS, README,
+       setup.py: Misc changes for upcomming release
+
 2001-06-24 17:28  jamest
 
        * TODO, setup.py, client/gfclient.in, src/GFObjects.py,
Index: gnue/gnuef/NEWS
diff -u gnue/gnuef/NEWS:1.11 gnue/gnuef/NEWS:1.12
--- gnue/gnuef/NEWS:1.11        Mon Jun 25 05:27:19 2001
+++ gnue/gnuef/NEWS     Mon Jun 25 22:21:08 2001
@@ -1,5 +1,12 @@
 New features/changes in version 0.0.8:
-
+o Migration of more features to the GNUe-Common package
+o   Enhanced logging, parser, global connection configuration,
+o   DB2 support, etc
+o Forms can now launch other forms
+o Import system to allow for gfd libraries 
+o Notebook tab support
+o Updated documentation
+o Numerous other enhancements and bug fixes
 
 New features/changes in version 0.0.7: (17-APR-2001)
 o Support for Oracle backends (7.3, 8, 8i tested)



reply via email to

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