commit-gnue
[Top][All Lists]
Advanced

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

gnue common/ChangeLog common/NEWS common/setup....


From: Jason Cater
Subject: gnue common/ChangeLog common/NEWS common/setup....
Date: Wed, 29 May 2002 23:11:03 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/05/29 23:11:03

Modified files:
        common         : ChangeLog NEWS setup.py 
        common/src     : __init__.py 
        common/src/commdrivers/_helpers: AsyncSocketServer.py 
        common/src/dbdrivers/mxodbc: DBdriver.py 
        designer       : setup.py 
        reports        : INSTALL setup.py 
        reports/adapters/destinations/email: smtp.py 
        reports/src    : GRServices.py __init__.py 

Log message:
        updates for release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/ChangeLog.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/NEWS.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/setup.py.diff?cvsroot=OldCVS&tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/commdrivers/_helpers/AsyncSocketServer.py.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/dbdrivers/mxodbc/DBdriver.py.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/setup.py.diff?cvsroot=OldCVS&tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/INSTALL.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/setup.py.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/adapters/destinations/email/smtp.py.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/GRServices.py.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.9 gnue/common/ChangeLog:1.10
*** gnue/common/ChangeLog:1.9   Fri Jan 18 20:19:50 2002
--- gnue/common/ChangeLog       Wed May 29 23:11:02 2002
***************
*** 1,3 ****
--- 1,1254 ----
+ 2002-05-29 09:17  siesel
+ 
+       * etc/sample.connections.conf: add an appserver entry to
+       sample.connections.conf changed entry name from geasV2 to appserver
+ 
+ 2002-05-29 08:32  arturas
+ 
+       * translations/hu_HU/LC_MESSAGES/: gnue.mo, gnue.po: ~  Translation
+       files for hu_HU.
+ 
+ 2002-05-29 08:03  siesel
+ 
+       * README.databases: some more correction
+ 
+ 2002-05-29 05:23  siesel
+ 
+       * src/GTest.py: fix gtestcvs (option 3) calling running test two
+       times add correct url for py-xmlrpc to appserver/setup.py
+ 
+ 2002-05-28 17:26  siesel
+ 
+       * src/commdrivers/TODO: added TODO file for GNURPC
+ 
+ 2002-05-28 10:29  siesel
+ 
+       * README.databases: removed "has no introspection" comment from
+       interbase driver
+ 
+ 2002-05-28 10:27  jcater
+ 
+       * src/dbdrivers/interbase/DBdriver.py: Applied firebird/interbase
+       enhancement patch [btami]
+ 
+ 2002-05-27 19:19  siesel
+ 
+       * NEWS, README.databases: added appserver to database list (should
+       geas entry be removed) fix date of last NEWs entry
+ 
+ 2002-05-27 18:22  siesel
+ 
+       * .cvsignore, src/commdrivers/_directory/.cvsignore,
+       src/commdrivers/_helpers/.cvsignore,
+       src/commdrivers/proxy/.cvsignore, src/commdrivers/_test/.cvsignore,
+       src/commdrivers/pw_xmlrpc/.cvsignore,
+       src/commdrivers/sockets/.cvsignore,
+       src/dbdrivers/appserver/.cvsignore, src/dbdrivers/popy/.cvsignore:
+       updated .cvsignore files and added new ones
+ 
+ 2002-05-27 15:50  jcater
+ 
+       * setup.py: added Jan's patch to get setup.py to install the
+       commdrivers
+ 
+ 2002-05-27 13:06  siesel
+ 
+       * src/: GComm.py, commdrivers/xmlrpc/ClientAdapter.py,
+       commdrivers/xmlrpc/ServerAdapter.py: fix missing error handling in
+       xmlrpc client and the creating dynamic objects without releasing
+       them bug
+ 
+ 2002-05-27 08:30  siesel
+ 
+       * src/dbdrivers/appserver/DBdriver.py: bug fix: added VERSION to
+       dbdriver/appserver, to make shure appserver will work with the
+       newest VERSION of it.
+ 
+ 2002-05-27 07:48  arturas
+ 
+       * translations/hu_HU/: gnue.mo, gnue.po: 
+       Translation files for hu_HU language.
+ 
+ 2002-05-26 14:57  siesel
+ 
+       * src/commdrivers/: GCommBase.py, pw_xmlrpc/ClientAdapter.py,
+       xmlrpc/ClientAdapter.py: some patches
+ 
+ 2002-05-26 14:36  siesel
+ 
+       * src/dbdrivers/appserver/DBdriver.py: change setSort function to
+       accept an list as parameter instead of a string
+ 
+ 2002-05-26 04:22  siesel
+ 
+       * src/dbdrivers/appserver/DBdriver.py: update appserver/DBdriver to
+       support writing, inserting and deleting records added functions for
+       inserting and deleting records to appserver for appserver v0.01
+       just geasConditions support is missing
+ 
+ 2002-05-21 00:36  baumannd
+ 
+       * src/odmg/: .cvsignore, Database.py, Object.py, Query.py,
+       Transaction.py, __init__.py, odmg.odl: Add beginnings of ODMG
+       Python binding.
+ 
+ 2002-05-21 00:33  baumannd
+ 
+       * scripts/.cvsignore, src/commdrivers/.cvsignore,
+       src/commdrivers/_parser/.cvsignore,
+       src/commdrivers/xmlrpc/.cvsignore, src/dbdrivers/_empty/.cvsignore,
+       src/dbdrivers/psycopg/.cvsignore: Ignore some files.
+ 
+ 2002-05-19 17:34  siesel
+ 
+       * src/dbdrivers/appserver/: DBdriver.py, __init__.py: Added
+       DBdriver for Appserver (working read only at the moment)
+ 
+ 2002-05-16 07:12  arturas
+ 
+       * utils/create-po.sh: 
+       Script to create gnue.po file from all .py files.
+ 
+ 2002-05-15 23:37  jcater
+ 
+       * src/GDataSource.py: removed debugging print statements
+ 
+ 2002-05-15 20:14  jcater
+ 
+       * src/GDataSource.py: moved more master/detail datasource logic out
+       of tools and into common
+ 
+ 2002-05-15 15:20  jcater
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fixed cparam support in DB
+       drivers
+ 
+ 2002-05-14 20:27  jamest
+ 
+       * src/GConfig.py: Fixed config system to do the right thing with
+       systems loading multiple configs (designer) Changes wizard size in
+       designer to better fit contents
+ 
+ 2002-05-14 19:27  jcater
+ 
+       * etc/sample.report-filters.conf: added merge support/examples to
+       reports (currently, only RTF works -- latex does not)
+ 
+ 2002-05-13 13:53  arturas
+ 
+       * translations/: de/LC_MESSAGES/gnue.mo, en/LC_MESSAGES/gnue.mo,
+       en_GB/LC_MESSAGES/gnue.mo, en_US/LC_MESSAGES/gnue.mo,
+       lt/LC_MESSAGES/gnue.mo, lt_LT/LC_MESSAGES/gnue.mo,
+       ru/LC_MESSAGES/gnue.mo, uk/LC_MESSAGES/gnue.mo: 
+       
+       Update.
+ 
+ 2002-05-13 12:59  arturas
+ 
+       * doc/i18n.txt: 
+       
+       Few minor changes.
+ 
+ 2002-05-13 12:40  arturas
+ 
+       * src/commdrivers/xmlrpc/RpcDoc.py: 
+       i18n changes.
+ 
+ 2002-05-13 12:34  arturas
+ 
+       * src/commdrivers/pw_xmlrpc/RpcDoc.py: 
+       i18n changes.
+ 
+ 2002-05-13 12:30  arturas
+ 
+       * src/commdrivers/_helpers/RpcDoc.py: 
+       i18n changes.
+ 
+ 2002-05-08 22:03  jamest
+ 
+       * images/tb_bottom.png, images/tb_delete.png,
+       images/tb_down_arrow.png, images/tb_exec.png, images/tb_exit.png,
+       images/tb_first.png, images/tb_jump-to.png, images/tb_new.png,
+       images/tb_save.png, images/tb_search.png, images/tb_top.png,
+       images/tb_undo.png, images/tb_up_arrow.png, src/GDataSource.py:
+       Added gnome2 icons in place of old gnome1 icons(mailing tigert for
+       final approval) Added more toolbar icons for events Fixed prequery
+       datasource support
+ 
+ 2002-05-08 20:47  jcater
+ 
+       * src/GDataObjects.py: [ticket 29/32] bugfix on record jumping
+       problem in forms (patch by btami)
+ 
+ 2002-05-06 21:27  jamest
+ 
+       * src/: GBaseApp.py, GConfig.py, GImport.py, GServerApp.py,
+       FormatMasks/DateMask.py: i18n changes
+ 
+ 2002-05-06 20:13  jamest
+ 
+       * src/GConfig.py: Fixed forms so it's gnue.conf free (for real this
+       time! (maybe.))
+ 
+ 2002-05-06 17:56  siesel
+ 
+       * src/commdrivers/: xmlrpc/ServerAdapter.py,
+       _directory/DirectoryServer.py: add support for get/set methods of
+       RpAttributes to the xmlrpc protocoll
+ 
+ 2002-05-06 13:51  arturas
+ 
+       * src/FormatMasks/DateMask.py: 
+       Added GImport.py import.
+ 
+ 2002-05-06 13:50  arturas
+ 
+       * src/GImport.py: 
+       Back to gettext import in one file.
+ 
+ 2002-05-06 12:27  siesel
+ 
+       * src/: GTest.py, commdrivers/pw_xmlrpc/ClientAdapter.py,
+       commdrivers/xmlrpc/ClientAdapter.py: added some more comments to
+       GTest and added an i18n fix for XMLRPC client error messages
+ 
+ 2002-05-06 12:00  siesel
+ 
+       * src/commdrivers/_test/server.py: better testing for the place of
+       donuts.grpc
+ 
+ 2002-05-06 11:50  arturas
+ 
+       * src/FormatMasks/: BaseMask.py, DateMask.py, NumberMask.py,
+       TextMask.py: 
+       i18n string changes.
+ 
+ 2002-05-06 11:24  arturas
+ 
+       * src/dbdrivers/: postgresql/DBdriver.py, sapdb/DBdriver.py,
+       sybase/DBdriver.py, sqlrelay/DBdriver.py: 
+       i18n changes.
+ 
+ 2002-05-06 11:19  arturas
+ 
+       * src/dbdrivers/: msado/DBdriver.py, mxodbc/DBdriver.py,
+       mysql/DBdriver.py, odbc/DBdriver.py, oracle/DBdriver.py: 
+       i18n changes.
+ 
+ 2002-05-06 11:14  arturas
+ 
+       * src/dbdrivers/: geas/DBdriver.py, informix/DBdriver.py,
+       ingres/DBdriver.py, interbase/DBdriver.py: 
+       i18n changes.
+ 
+ 2002-05-06 11:12  siesel
+ 
+       * src/commdrivers/_test/__init__.py: another fix to gtestcvs: make
+       _test an module
+ 
+ 2002-05-06 11:07  arturas
+ 
+       * src/dbdrivers/: cxoracle/DBdriver.py, db2/DBdriver.py,
+       _dbsig/DBdriver.py: 
+       i18n changes.
+ 
+ 2002-05-06 08:31  siesel
+ 
+       * src/commdrivers/_test/server.py: get the right path for
+       donuts.gprc
+ 
+ 2002-05-05 19:29  siesel
+ 
+       * src/commdrivers/xmlrpc/RpcDoc.py: better listing of hirarchie
+ 
+ 2002-05-05 18:38  siesel
+ 
+       * src/: GServerApp.py, GTest.py, commdrivers/_test/README,
+       commdrivers/_test/donuts.grpc, commdrivers/_test/server.py,
+       commdrivers/_test/test.py, commdrivers/pw_xmlrpc/ServerAdapter.py:
+       some i18 fixes, add commands gacvs and gtestcvs.  updated and fixed
+       all testcases add testing program GTest.py
+ 
+ 2002-05-04 11:46  jcater
+ 
+       * src/: GDataSource.py, commdrivers/xmlrpc/ServerAdapter.py: fixes
+       to datasources
+ 
+ 2002-05-04 11:45  jamest
+ 
+       * src/: GBaseApp.py, GConfig.py, GDataObjects.py, GImport.py,
+       GServerApp.py, GTrigger.py, FormatMasks/BaseMask.py,
+       commdrivers/_helpers/RpcDoc.py, dbdrivers/geas/DBdriver.py: Removed
+       dependency on gnue.conf files (new config system) Moved text out of
+       gnue.conf setting as the new i18n stuff replaces it Something else
+       I've forgotten :)
+ 
+ 2002-05-03 21:59  siesel
+ 
+       * src/commdrivers/: _helpers/RpcDoc.py, pw_xmlrpc/RpcDoc.py,
+       xmlrpc/RpcDoc.py: some new features for RpcDoc
+ 
+ 2002-05-03 21:52  siesel
+ 
+       * src/commdrivers/xmlrpc/: ClientAdapter.py, ServerAdapter.py: i18
+       fixes and more configuration for  the xmlrpc ClientAdapter
+ 
+ 2002-05-03 18:07  jcater
+ 
+       * installer/base.py, installer/demo.py, installer/products.py,
+       installer/pydistutils.py, src/GConditions.py, src/GDataObjects.py,
+       src/GDataSource.py, src/GLoginHandler.py, src/GObjects.py: um, lots
+       and lots of miscellaneous code cleanup
+ 
+ 2002-05-03 15:01  jamest
+ 
+       * doc/common-techref.lyx: Checking in mess so Reinhard has
+       something to read
+ 
+ 2002-05-03 13:24  arturas
+ 
+       * doc/i18n.txt: 
+       small update.
+ 
+ 2002-05-03 13:12  arturas
+ 
+       * src/commdrivers/xmlrpc/: ClientAdapter.py, DebugSocketServer.py,
+       RpcDoc.py, ServerAdapter.py: 
+       i18n changes.
+ 
+ 2002-05-03 13:08  arturas
+ 
+       * src/commdrivers/sockets/CommDriver.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:58  arturas
+ 
+       * src/commdrivers/: pw_xmlrpc/ClientAdapter.py,
+       pw_xmlrpc/DebugSocketServer.py, pw_xmlrpc/RpcDoc.py,
+       pw_xmlrpc/ServerAdapter.py, soap/CommDriver.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:51  arturas
+ 
+       * src/commdrivers/proxy/CommDriver.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:48  arturas
+ 
+       * src/commdrivers/: _directory/DirectoryServer.py,
+       pyro/CommDriver.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:43  arturas
+ 
+       * src/: GTrigger.py, RuntimeSettings.py, commdrivers/GCommBase.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:38  arturas
+ 
+       * src/: GServerApp.py, GTypecast.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:26  arturas
+ 
+       * src/: GDateTime.py, GParser.py: 
+       i18n changes.
+ 
+ 2002-05-03 12:13  arturas
+ 
+       * src/: GDataObjects.py, GDataSource.py: 
+       i18n changes.
+ 
+ 2002-05-03 11:46  arturas
+ 
+       * src/GConnections.py: 
+       Removed GImport.py import.
+ 
+ 2002-05-03 11:23  arturas
+ 
+       * translations/: README, gnue-example.po, gnue-version.po,
+       gnue-version.po.orig, de/LC_MESSAGES/gnue.mo,
+       en/LC_MESSAGES/gnue.mo, en_GB/LC_MESSAGES/gnue.mo,
+       en_US/LC_MESSAGES/gnue.mo, lt/LC_MESSAGES/gnue.mo,
+       lt_LT/LC_MESSAGES/gnue.mo, ru/LC_MESSAGES/gnue.mo,
+       uk/LC_MESSAGES/gnue.mo: 
+       i18n updates.
+ 
+ 2002-05-03 10:37  arturas
+ 
+       * src/GBaseApp.py: 
+       Corrected missed strings for i18n.
+ 
+ 2002-05-03 10:31  arturas
+ 
+       * src/GConditions.py: 
+       Removed GImport.py import.
+ 
+ 2002-05-03 10:17  arturas
+ 
+       * src/: GBaseApp.py, GClientApp.py, GComm.py: 
+       Removed GImport.py import.
+ 
+ 2002-05-02 20:57  jamest
+ 
+       * src/GConfig.py: Removed hardcoded gnue references from config
+       system Start of more generic config handler
+ 
+ 2002-05-02 16:20  jamest
+ 
+       * src/: GBaseApp.py, GClientApp.py, GComm.py, GConditions.py,
+       GConfig.py, GConnections.py, GDebug.py, GImport.py, __init__.py:
+       Altered gettext support to be part of GBaseApp (GImport in each
+       file should not be needed now) default _() override when gettext
+       fails
+ 
+ 2002-05-02 11:21  arturas
+ 
+       * src/GConnections.py: 
+       Added GImport.py import, i18n changes.
+ 
+ 2002-05-02 11:17  arturas
+ 
+       * src/GConfig.py: 
+       Added GImport.py import, i18n changes.
+ 
+ 2002-05-02 11:10  arturas
+ 
+       * src/GConditions.py: 
+       Added GImport.py import.
+ 
+ 2002-05-02 11:08  arturas
+ 
+       * src/GComm.py: 
+       Added GImport.py import, i18n changes.
+ 
+ 2002-05-02 11:06  arturas
+ 
+       * src/GClientApp.py: 
+       Added GImport.py import.
+ 
+ 2002-05-01 20:53  jcater
+ 
+       * src/commdrivers/xmlrpc/ServerAdapter.py: code cleanup
+ 
+ 2002-05-01 19:39  siesel
+ 
+       * doc/RPC-grpc-file.dtd: adding auto created DTD file for .grpc
+       file format
+ 
+ 2002-05-01 19:37  siesel
+ 
+       * scripts/gnuedtd, src/commdrivers/_parser/Parser.py: updated
+       gnuedtd to produce dtd for grpc files
+ 
+ 2002-05-01 19:23  siesel
+ 
+       * doc/: RPC-abstraction.txt, RPC-status.txt: spelling error
+       correction
+ 
+ 2002-05-01 19:18  jcater
+ 
+       * src/GServerApp.py: added comments to the daemonize code
+ 
+ 2002-04-30 19:01  siesel
+ 
+       * doc/RPC-status.txt: added more details about the protocolls
+ 
+ 2002-04-30 18:52  siesel
+ 
+       * doc/RPC-abstraction.txt, doc/RPC-status.txt, src/GServerApp.py,
+       src/commdrivers/GCommBase.py,
+       src/commdrivers/_directory/DirectoryServer.py,
+       src/commdrivers/_directory/__init__.py,
+       src/commdrivers/_parser/Parser.py,
+       src/commdrivers/_test/client.php, src/commdrivers/_test/server.py,
+       src/commdrivers/pw_xmlrpc/ClientAdapter.py,
+       src/commdrivers/pw_xmlrpc/DebugSocketServer.py,
+       src/commdrivers/pw_xmlrpc/RpcDoc.py,
+       src/commdrivers/pw_xmlrpc/ServerAdapter.py,
+       src/commdrivers/pw_xmlrpc/__init__.py,
+       src/commdrivers/xmlrpc/ClientAdapter.py,
+       src/commdrivers/xmlrpc/ServerAdapter.py: Big RPC update: 1. add new
+       gpl'd xmlrpc library 2. added Status file 3. add threading support
+       for multiple server 4. updated examples
+ 
+ 2002-04-30 13:12  siesel
+ 
+       * doc/RPC-status.txt: Add file to present actual status of RPC work
+ 
+ 2002-04-30 12:25  siesel
+ 
+       * src/commdrivers/_test/README: Corrected hint for debian users
+ 
+ 2002-04-30 12:23  arturas
+ 
+       * src/GBaseApp.py: 
+       Prepared for i18n.
+ 
+ 2002-04-30 12:06  arturas
+ 
+       * translations/README: 
+       Readme for translations directory.
+ 
+ 2002-04-30 12:04  arturas
+ 
+       * translations/README: 
+       Somethings not working....
+ 
+ 2002-04-30 11:54  arturas
+ 
+       * src/GImport.py: 
+       Update.
+ 
+ 2002-04-30 11:18  arturas
+ 
+       * translations/README: 
+       Update.
+ 
+ 2002-04-30 11:15  arturas
+ 
+       * translations/README: 
+       Updated readme.
+ 
+ 2002-04-30 11:08  arturas
+ 
+       * translations/: de/LC_MESSAGES/gnue.mo, en/LC_MESSAGES/gnue.mo,
+       en_GB/LC_MESSAGES/gnue.mo, lt/LC_MESSAGES/gnue.mo,
+       lt_LT/LC_MESSAGES/gnue.mo, ru/LC_MESSAGES/gnue.mo,
+       uk/LC_MESSAGES/gnue.mo: 
+       
+       Translation files itself.
+ 
+ 2002-04-30 10:55  arturas
+ 
+       * translations/en_US/LC_MESSAGES/gnue.mo: 
+       
+       Translation file.
+ 
+ 2002-04-30 06:29  arturas
+ 
+       * src/GImport.py: 
+       
+       File, that will be imported into (almost) every other .py file. It
+       contains common functions, imports & etc.
+ 
+ 2002-04-30 06:08  arturas
+ 
+       * translations/README: 
+       
+       readme file for /common/translations directory - for what it is.
+ 
+ 2002-04-30 05:52  arturas
+ 
+       * doc/i18n.txt: 
+       
+       Appended new information, more details on changes to .py files,
+       xgettext.
+ 
+ 2002-04-28 23:19  jcater
+ 
+       * etc/sample.report-filters.conf: added a CSV filter to reports;
+       misc bug fixes
+ 
+ 2002-04-28 22:10  jcater
+ 
+       * src/GMimeTypes.py: actually have getExtension() return something
+       :)
+ 
+ 2002-04-28 20:52  jcater
+ 
+       * src/: GObjects.py, GParser.py, GParserHelpers.py: * Added XML
+       Namespace support to GObject's dumpXML() (required for reports) *
+       Fixed problem with GRParam's being added to their parents twice.  *
+       Made all GRD tags lowercase to make dumpXML() friendly * Misc
+       bugfixed to Reports
+ 
+ 2002-04-27 18:13  jcater
+ 
+       * doc/Connections.txt, etc/sample.connections.conf,
+       src/GConnections.py:  * Lots of cleanup to the connections.conf
+       parsing.
+        * Added support for aliases= in the connections.conf file
+ 
+ 2002-04-27 17:55  jcater
+ 
+       * src/dbdrivers/interbase/DBdriver.py: Improved introspection
+       support [courtesy of btami]
+ 
+ 2002-04-27 17:13  jcater
+ 
+       * setup.py, src/GConfig.py: misc fixes for reports filters
+ 
+ 2002-04-27 15:59  jcater
+ 
+       * setup.py: to do a non-standard installation, pass "--cfg-file
+       /my/site/file.cfg" to all the setup.py scripts
+ 
+ 2002-04-27 15:30  jcater
+ 
+       * setup.py, etc/sample.gnue.conf, src/GConfig.py: added support for
+       a site-wide installation configuration file that allows package
+       maintainers to put key files in places other than a single root
+ 
+ 2002-04-27 15:28  jcater
+ 
+       * src/GMimeTypes.py: added missing commas to the mimetype
+       dictionary
+ 
+ 2002-04-24 17:51  jcater
+ 
+       * etc/sample.report-filters.conf, src/GMimeTypes.py: more work on
+       report output formats
+ 
+ 2002-04-24 11:12  jcater
+ 
+       * src/GMimeTypes.py: basic mime support added (file extension
+       mapping)
+ 
+ 2002-04-23 18:25  siesel
+ 
+       * src/: GBaseApp.py, GConfig.py: approved error handling
+ 
+ 2002-04-21 20:02  siesel
+ 
+       * src/commdrivers/: _test/README, _test/server.py, _test/test.py,
+       xmlrpc/ClientAdapter.py: Get the XMLRPC - ClientAdapter working,
+       and updated the testcase + README
+ 
+ 2002-04-21 17:56  siesel
+ 
+       * src/GBaseApp.py: fixed " typo
+ 
+ 2002-04-19 21:36  jcater
+ 
+       * src/GBaseApp.py: added python version check... application will
+       exit with a friendly message if run against python < 2.0
+ 
+ 2002-04-17 14:09  jamest
+ 
+       * src/: GObjects.py, GParser.py, GParserHelpers.py, GTypecast.py,
+       commdrivers/_corba/CommDriver.py, dbdrivers/_dbsig/DBdriver.py,
+       dbdrivers/geas/DBdriver.py, dbdrivers/msado/DBdriver.py,
+       dbdrivers/odbc/DBdriver.py: removed getObjectType() clean up start
+       of some subtle new bugs
+ 
+ 2002-04-17 10:25  jamest
+ 
+       * src/: GDebug.py, GObjects.py, GTrigger.py: More cleanup and
+       performance enhancements
+ 
+ 2002-04-16 21:05  jamest
+ 
+       * src/GObjects.py: Moved normal text field validation into display
+       handler Clean up
+ 
+ 2002-04-15 00:39  jcater
+ 
+       * doc/building-static-distro.txt: updates to documentation
+ 
+ 2002-04-14 16:06  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: more
+       documentation
+ 
+ 2002-04-14 15:21  jcater
+ 
+       * etc/sample.report-filters.conf: cleanup
+ 
+ 2002-04-14 15:20  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: fixes to make
+       fax and printer support work; misc typo fixes
+ 
+ 2002-04-14 12:55  jcater
+ 
+       * doc/building-static-distro.txt: documentation
+ 
+ 2002-04-14 00:13  jamest
+ 
+       * src/GTrigger.py: Lots of code cleanup and new bugs implemented
+ 
+ 2002-04-13 11:08  jamest
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: Fixed invalid int value error
+       in record jumps Misc cleanup
+ 
+ 2002-04-12 21:25  jamest
+ 
+       * src/GDebug.py: a little more cleanup on the debugger misc cleanup
+ 
+ 2002-04-12 20:18  jamest
+ 
+       * src/: GBaseApp.py, GDebug.py: Start of integration of python's
+       internal debugger
+ 
+ 2002-04-12 19:54  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: reports:
+       inplace transformations working now (--filter html  or --filter
+       text)
+ 
+ 2002-04-12 17:21  jcater
+ 
+       * etc/sample.gnue.conf: synching machines
+ 
+ 2002-04-12 00:59  jcater
+ 
+       * etc/sample.gnue.conf: more work on modularization of output
+       destinations/filters in reports
+ 
+ 2002-04-12 00:29  jamest
+ 
+       * src/GDataObjects.py: A (small) amount of code cleanup
+ 
+ 2002-04-12 00:28  jcater
+ 
+       * src/GConfig.py: code cleanup; removed unused code
+ 
+ 2002-04-11 23:58  jcater
+ 
+       * src/GDataObjects.py: cleanup
+ 
+ 2002-04-11 23:46  jamest
+ 
+       * src/GDataObjects.py: Fixed post() skipping the record following a
+       deleted record Performance updates
+ 
+ 2002-04-11 23:40  jcater
+ 
+       * src/: GParser.py, GParser.py: code cleanup
+ 
+ 2002-04-11 15:19  jamest
+ 
+       * doc/common-techref.lyx: Start of unified documentation for common
+ 
+ 2002-04-10 23:19  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: Started on
+       modularization of GNUe Reprots transformation adapters and
+       destination adapters; cleanup of code
+ 
+ 2002-04-10 13:37  arturas
+ 
+       * doc/i18n.txt: 
+       
+       First version of 'how do we implement i18n in GNUe'.
+ 
+ 2002-04-09 10:27  jcater
+ 
+       * src/GBaseApp.py: removed the -d shortcut for --debug-level
+ 
+ 2002-04-09 00:19  dneighbors
+ 
+       * scripts/pyxslt: Simple xslt processor.  Relies on pysablot.  x
+ 
+ 2002-04-08 17:02  jcater
+ 
+       * src/GConnections.py: misc changes
+ 
+ 2002-04-08 16:53  jcater
+ 
+       * src/GParserHelpers.py: speeded up report's handling of GContent
+ 
+ 2002-04-08 13:10  jcater
+ 
+       * TODO: updated TODO
+ 
+ 2002-04-08 00:51  jcater
+ 
+       * src/GParser.py: misc fixes
+ 
+ 2002-04-06 19:20  jcater
+ 
+       * etc/sample.report-filters.conf, src/GConfig.py: lots o' work on
+       reports
+ 
+ 2002-04-06 16:27  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: start of
+       structured filter architecture for reports
+ 
+ 2002-04-06 16:12  jcater
+ 
+       * src/dbdrivers/mysql/DBdriver.py: bug fix for odd datatypes in
+       mysql
+ 
+ 2002-04-06 15:17  jcater
+ 
+       * src/GConfig.py: removed obsolete code
+ 
+ 2002-04-04 17:02  jamest
+ 
+       * src/: GBaseApp.py, GConfig.py, GConfigParser.py, GConnections.py,
+       GDataObjects.py, GObjects.py: Removed GConfigParser Added
+       autofillBySequence to <entry> tags Cleanup and performance
+       improvments
+ 
+ 2002-04-03 23:00  jcater
+ 
+       * src/GConditions.py: typo in conditional support for parameters
+ 
+ 2002-04-03 00:18  jcater
+ 
+       * src/: GDataObjects.py, GDataSource.py, GObjects.py, GTrigger.py,
+       GTriggerCore.py: start of record-level block triggers (pre-commit,
+       pre-update, pre-insert, pre-delete, pre-modify)
+ 
+ 2002-04-02 20:31  jcater
+ 
+       * TODO: updates to TODO/BUGS
+ 
+ 2002-04-02 19:10  jcater
+ 
+       * src/dbdrivers/sapdb/DBdriver.py: added introspection support for
+       SAP-DB [untested]
+ 
+ 2002-04-02 16:18  jcater
+ 
+       * utils/setup-win4lin-stage.sh: yet another bug fix
+ 
+ 2002-04-02 16:17  jcater
+ 
+       * utils/setup-win4lin-stage.sh: bug fix
+ 
+ 2002-03-31 14:41  jamest
+ 
+       * etc/sample.gnue.conf, src/dbdrivers/_pgsql/DBdriver.py,
+       src/dbdrivers/pypgsql/DBdriver.py: Synced help text on save/clear
+       message (new gnue.conf required) Fixed pypgsql driver to work w/
+       port option
+ 
+ 2002-03-31 13:38  jamest
+ 
+       * src/dbdrivers/: _dbsig/DBdriver.py, mysql/DBdriver.py: mysql
+       switched to fetchany() in place of fetchmany() comments that didn't
+       belong in the dbsig driver removed
+ 
+ 2002-03-28 09:02  dneighbors
+ 
+       * etc/sample.gnue.conf: ** Added msg_next back in dumb dumb
+       mistake. Teach me to think I can type same line twice. :)
+ 
+ 2002-03-28 01:56  dneighbors
+ 
+       * etc/sample.gnue.conf: ** Added first and last to menu choices and
+       corresponding functionality.  Seems to work, was late so couldnt
+       test really well.  Also, still needs the 'key bindings done'. 
+       Note: this had a change to gnue.conf so you will need to update
+       form the sample.
+ 
+ 2002-03-27 08:09  jamest
+ 
+       * src/GParser.py: Check that xmlMasqueradeNamespaceElements
+       actually is set
+ 
+ 2002-03-25 22:34  jcater
+ 
+       * src/GObjects.py: misc fixes for reports
+ 
+ 2002-03-25 22:19  jcater
+ 
+       * src/: GObjects.py, GParser.py: performance enhancements
+ 
+ 2002-03-22 02:08  jcater
+ 
+       * src/GParser.py: sax parser now operates in namespace-compat mode
+       (does not affect tools not using namespace features)
+ 
+ 2002-03-22 01:38  jcater
+ 
+       * src/GParser.py: clarified the loadXML parameter names (renamed
+       the misleading 'URL' to 'buffer' as it expected an open file
+       buffer, not a URL)
+ 
+ 2002-03-20 15:23  jcater
+ 
+       * src/GParser.py: Moved from PyXML-specific parser to SAX2 parser
+       included with Python 2.0+ (this *may* remove the pyxml dependency
+ 
+ 2002-03-20 14:02  jcater
+ 
+       * src/GParser.py: instead of printing an error and exiting on
+       markup errors, the parser will now raise an exception so that the
+       underlying tools can catch this exception and die gracefully.
+ 
+ 2002-03-19 17:27  jcater
+ 
+       * src/GBaseApp.py: Displays underlying python version information
+       as debugging information (-d1)
+ 
+ 2002-03-14 00:33  dneighbors
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: Added support for postgres
+       drivers so that you can put port= in the connections.conf file.  I
+       tested on standard port (not defined in file) as well as non
+       standard port (defined in file) and seems to work either way. 
+       HOWEVER please not I only have psycopg installed so only tested for
+       that driver.. The changes were in _pgsql so I assume it should
+       carry over for all drivers, but someone should test.  The code is a
+       hack so gladly make it purdy.
+ 
+ 2002-03-12 19:12  jamest
+ 
+       * src/dbdrivers/interbase/DBdriver.py: Added contributed interbase
+       driver updates from Bajusz Tamás
+ 
+ 2002-03-05 15:52  jcater
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fix for rowid support in oracle
+       failing on combo-box datasources
+ 
+ 2002-03-04 16:28  jcater
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fixed '= NULL' versus 'IS NULL'
+       problem w/master-detail sources
+ 
+ 2002-03-02 11:28  jcater
+ 
+       * AUTHORS: added Jan to our AUTHORS file
+ 
+ 2002-03-01 22:10  jcater
+ 
+       * src/: GConnections.py, GLoginHandler.py: added error information
+       to Login Dialogs on failed dialogs
+ 
+ 2002-03-01 13:05  jamest
+ 
+       * etc/sample.gnue.conf, src/dbdrivers/_dbsig/DBdriver.py: missing
+       gfd file now gives clean error message not python dump delete fixed
+       in _dgsig renames menus autofilesequence error fixed for blocks
+       that don't contain the masterKey as an entry
+ 
+ 2002-02-28 23:43  jamest
+ 
+       * TODO: Start updating docs on forms/common added setStatusText in
+       trigger namespace
+ 
+ 2002-02-28 23:28  jcater
+ 
+       * etc/sample.gnue.conf: added support for Shift-Enter and
+       (optionally) Enter to insert newlines in multirow entries
+ 
+ 2002-02-27 14:45  jcater
+ 
+       * src/: commdrivers/_test/client.php, GComm.py,
+       commdrivers/_parser/Parser.py, commdrivers/_test/donuts.grpc,
+       commdrivers/_test/server.py,
+       commdrivers/xmlrpc/DebugSocketServer.py,
+       commdrivers/xmlrpc/ServerAdapter.py: grpc patches by Jan Ischebeck
+ 
+ 2002-02-27 10:19  jcater
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fixed small tafu in the new sql
+       string formatter
+ 
+ 2002-02-27 00:24  jcater
+ 
+       * src/dbdrivers/: _dbsig/DBdriver.py, cxoracle/DBdriver.py: input
+       support for dates; enhanced backend support for dates; improved
+       input support for numbers; misc cleanup
+ 
+ 2002-02-26 21:29  jamest
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: fix for single quote fix for
+       f2(jump to record) support
+ 
+ 2002-02-26 19:13  jcater
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fixed a bug in primary id
+       support
+ 
+ 2002-02-26 18:38  jcater
+ 
+       * src/dbdrivers/: cxoracle/DBdriver.py, oracle/DBdriver.py:
+       duplicated oracle rowid support into both oracle drivers
+ 
+ 2002-02-26 17:07  jcater
+ 
+       * src/dbdrivers/: _dbsig/DBdriver.py, _pgsql/DBdriver.py,
+       cxoracle/DBdriver.py: added code to escape single quotes within
+       strings in SQL statements; added ROWID support to Oracle drivers
+       (for delete/update records)
+ 
+ 2002-02-26 15:15  jcater
+ 
+       * src/dbdrivers/_oracle/DBdriver.py: fix for Oracle LONG types in
+       Designer
+ 
+ 2002-02-17 13:54  jamest
+ 
+       * src/dbdrivers/factory.py: UI driver system changed to dir based
+       dynamic system More code cleanup
+ 
+ 2002-02-17 12:25  jcater
+ 
+       * src/: GDataObjects.py, dbdrivers/_dbsig/DBdriver.py,
+       dbdrivers/odbc-db2/DBdriver.py: move to typecasted database
+       drivers; more work on input abstraction; more work on clipboard
+       functions
+ 
+ 2002-02-17 00:08  jamest
+ 
+       * doc/Menus.txt, src/GMenu.py, src/__init__.py: The long overdue
+       death of uiEventTrap :) moved lineWrap function into common older
+       work on menus
+ 
+ 2002-02-16 08:55  jcater
+ 
+       * etc/sample.gnue.conf: more work on input handler [synching
+       machines]
+ 
+ 2002-02-15 21:58  jcater
+ 
+       * etc/sample.gnue.conf, src/GParser.py: Implemented a centralized
+       events system in forms
+ 
+ 2002-02-15 17:59  jcater
+ 
+       * src/FormatMasks/TextMask.py: more work on input handlers
+       [synching machines]
+ 
+ 2002-02-15 08:52  jcater
+ 
+       * src/commdrivers/: pyro/CommDriver.py, soap/CommDriver.py,
+       sockets/CommDriver.py: misc typo fixes
+ 
+ 2002-02-12 19:57  jamest
+ 
+       * doc/Menus.txt: more menu notes
+ 
+ 2002-02-11 22:40  jcater
+ 
+       * src/GDataObjects.py: cleaned up master/detail relationship
+ 
+ 2002-02-11 21:29  jamest
+ 
+       * src/dbdrivers/_pgsql/DBdriver.py: Update to make schema routines
+       work with postgresql 7.2
+ 
+ 2002-02-11 21:03  jamest
+ 
+       * src/: GDataObjects.py, GDataSource.py, GMenu.py: Merged
+       datasource code back into GDataSource and adjusted forms and
+       reports accordingly.  Started work on GMenu
+ 
+ 2002-02-11 10:43  jcater
+ 
+       * src/: GDataObjects.py, GDataSource.py: addition of clear() method
+       to blocks (for use in triggers)
+ 
+ 2002-02-11 01:35  baumannd
+ 
+       * src/dbdrivers/: _pgsql/.cvsignore, pypgsql/.cvsignore: Update the
+       ODMG notes, ignore some files so my cvs up is purty ;).
+ 
+ 2002-02-09 22:43  jamest
+ 
+       * src/GTrigger.py: More trigger namespace changes
+ 
+ 2002-02-09 11:50  jcater
+ 
+       * src/dbdrivers/mysql/DBdriver.py: adding schema support for MySQL
+ 
+ 2002-02-04 23:45  jamest
+ 
+       * src/: GDataSource.py, dbdrivers/_dbsig/DBdriver.py,
+       dbdrivers/_pgsql/DBdriver.py: Removed master/detail tags from block
+       in GFParser Added some functions to the trigger namespace Fixed
+       rollback on db errors
+ 
+ 2002-02-03 22:09  jamest
+ 
+       * src/GDataSource.py: A few experimental trigger extensions
+ 
+ 2002-02-01 21:41  jcater
+ 
+       * doc/Menus.txt: expounded on jamest's thoughts
+ 
+ 2002-02-01 21:31  jamest
+ 
+       * doc/Menus.txt: Menu system notes
+ 
+ 2002-01-31 23:38  jamest
+ 
+       * src/GTrigger.py: helloworld demo working again forgot to
+       uncomment __len__ in last commit a little playing arround with a
+       global setFocus trigger function (not working)
+ 
+ 2002-01-31 23:07  jamest
+ 
+       * doc/TriggerSpecifications.txt, src/GTrigger.py,
+       src/GTriggerCore.py: Added support for global functions in triggers
+       bug fixes more trigger.gfd samples trigger namespace additions  
+       global setFocus(not working yet)   entry __properties__.readonly
+ 
+ 2002-01-31 20:25  jamest
+ 
+       * src/: GRootObj.py, GTrigger.py, GTriggerCore.py: New trigger
+       namespace code patched into forms for testing Still messy Will
+       break old triggers
+ 
+ 2002-01-30 23:41  jcater
+ 
+       * etc/sample.gnue.conf, src/GConfig.py: removed keystroke event
+       logic out of UI* and into KeyMapper
+ 
+ 2002-01-30 20:08  jamest
+ 
+       * src/GTrigger.py: More trigger namespace work checking in prior to
+       rolling forms over to new namespace
+ 
+ 2002-01-30 18:28  jamest
+ 
+       * src/: GObjects.py, GTrigger.py, GTriggerCore.py: Work on common
+       based trigger namespace
+ 
+ 2002-01-30 13:04  jamest
+ 
+       * src/GRootObj.py: Added other missing file
+ 
+ 2002-01-30 13:02  jamest
+ 
+       * src/GTriggerCore.py: Added missing file
+ 
+ 2002-01-30 12:54  jamest
+ 
+       * doc/TriggerSpecifications.txt, src/GObjects.py, src/GTrigger.py:
+       Trigger changes Win32 build changes Mainly checking in to get a
+       second set of eyes on a problem piece of code
+ 
+ 2002-01-30 09:23  jamest
+ 
+       * src/: GObjects.py, GTrigger.py: Trigger work being commited so
+       jcater and I can discuss direction
+ 
+ 2002-01-29 15:05  jcater
+ 
+       * utils/: README, setup-win4lin-stage.sh: added convenience stuff
+ 
+ 2002-01-29 15:02  jcater
+ 
+       * src/dbdrivers/odbc/DBdriver.py: oops... typo
+ 
+ 2002-01-29 14:23  jcater
+ 
+       * src/dbdrivers/odbc/DBdriver.py: added strict counts to odbc
+ 
+ 2002-01-29 13:54  jcater
+ 
+       * src/dbdrivers/: odbc/DBdriver.py, odbc-db2/DBdriver.py: fixes to
+       odbc driver
+ 
+ 2002-01-29 11:39  jamest
+ 
+       * src/dbdrivers/: _pgsql/DBdriver.py, pypgsql/DBdriver.py: Updated
+       _pgsql to accept different connect strings from different drivers
+       Updates pypgsql to pass proper connect string so that auth other
+       than ident would work
+ 
+ 2002-01-29 10:59  jcater
+ 
+       * src/dbdrivers/odbc-db2/DBdriver.py: bugfix for required fields
+ 
+ 2002-01-29 10:56  jcater
+ 
+       * src/dbdrivers/odbc-db2/DBdriver.py: changed odbc-db2 to support
+       the 'os/390' style system catalogs
+ 
+ 2002-01-28 18:57  jamest
+ 
+       * setup.py, src/GTrigger.py, src/dbdrivers/db2/DBdriver.py,
+       src/dbdrivers/odbc-db2/DBdriver.py: Misc updates to fix typos,
+       forgotten changes, etc, etc
+ 
+ 2002-01-28 16:09  jcater
+ 
+       * src/dbdrivers/: db2/DBdriver.py, odbc-db2/DBdriver.py,
+       odbc-db2/__init__.py: work on DB2 introspection + introduction of a
+       DB2-over-OBDC driver
+ 
+ 2002-01-25 21:18  jcater
+ 
+       * src/GObjects.py: modified walk function so that arbitrary
+       arguments can be passed to the 'walking' methods
+ 
+ 2002-01-23 22:30  jamest
+ 
+       * doc/TriggerSpecifications.txt, src/GObjects.py, src/GTrigger.py:
+       The start of a generic trigger system for common
+ 
+ 2002-01-23 19:52  jamest
+ 
+       * doc/TriggerSpecifications.txt: Syncing notes
+ 
+ 2002-01-23 19:30  jamest
+ 
+       * doc/TriggerSpecifications.txt: More trigger notes
+ 
+ 2002-01-23 10:36  jcater
+ 
+       * src/dbdrivers/_dbsig/DBdriver.py: fixed some issues related to
+       non-PG drivers
+ 
+ 2002-01-22 22:08  jcater
+ 
+       * src/GDataObjects.py: fixed bug in Schema comparion function that
+       made a Schema() instance appear to be == None
+ 
+ 2002-01-22 21:45  jamest
+ 
+       * doc/TriggerSpecifications.txt: More notes on trigger systems
+ 
+ 2002-01-22 20:48  jcater
+ 
+       * src/GDataObjects.py: fixed name issues from moving files in cvs;
+       misc other bug fixes
+ 
+ 2002-01-22 18:11  jcater
+ 
+       * src/RuntimeSettings.py: fixed bug in RuntimeSettings for settings
+       not read for this session being lost
+ 
+ 2002-01-21 23:56  jcater
+ 
+       * src/__init__.py: updated versions
+ 
+ 2002-01-21 17:56  jcater
+ 
+       * images/: deslay_entrynum.png, deslay_entrynum.xpm,
+       deslay_label.png, deslay_scrollbar.png, deslay_entrycheck.png,
+       deslay_entrydrop.png: added widget toolbar to designer; not yet
+       functional
+ 
+ 2002-01-21 12:50  jcater
+ 
+       * src/: GDataObjects.py, dbdrivers/_pgsql/DBdriver.py: fixed typo
+       in pgsql schema listing method
+ 
+ 2002-01-21 12:50  jcater
+ 
+       * src/GConnections.py: added convenience functions for Designer to
+       the connection manager
+ 
+ 2002-01-19 19:04  jamest
+ 
+       * doc/TriggerSpecifications.txt: Some more thoughts on triggers
+ 
+ 2002-01-19 14:57  jamest
+ 
+       * NEWS: Doc and package config updates for the 0.1.1 release
+ 
+ 2002-01-18 23:34  jamest
+ 
+       * setup.py: Doc updates setup.py sdist now creates docs setup.py
+       now pulls VERSION info from src dir (Have we mentioned we need a
+       good setup system)
+ 
+ 2002-01-18 19:19  jamest
+ 
+       * ChangeLog, NEWS, setup.py, src/__init__.py: Misc updates in prep
+       for a release
+ 
  2002-01-18 18:19  jcater
  
        * images/: deslay_box.png, deslay_box.xpm, deslay_button.png,
***************
*** 22,27 ****
--- 1273,1284 ----
        * etc/sample.gnue.conf: added label-autocreation support to drag
        and drop entries
  
+ 2002-01-16 14:18  jcater
+ 
+       * src/RuntimeSettings.py: fixed initial refresh problem in
+       datasource editor; changed RuntimeSettings to sort entries written
+       to file to make it easier to debug
+ 
  2002-01-15 17:13  jcater
  
        * etc/sample.gnue.conf: synching machines
***************
*** 48,53 ****
--- 1305,1316 ----
        * scripts/gnue-diag.sh: first stab at a diagnostics/tech support
        script.  Please read the file's header and test this script out
  
+ 2002-01-11 09:49  jcater
+ 
+       * src/RuntimeSettings.py: fix to designer's breakage; made Object
+       Tree it's own window; made Layout Editor the default main window
+       component
+ 
  2002-01-10 16:42  jcater
  
        * src/: GConditions.py, dbdrivers/_dbsig/DBdriver.py,
***************
*** 385,390 ****
--- 1648,1661 ----
        * src/commdrivers/sockets/: CommDriver.py, __init__.py: added
        skeleton for sockets-based driver
  
+ 2001-11-26 11:40  jcater
+ 
+       * src/RuntimeSettings.py: Merges patches from 0.1.0-patches release
+ 
+ 2001-11-21 15:05  jcater
+ 
+       * src/RuntimeSettings.py: Fixed Open Recent/MRU support
+ 
  2001-11-20 22:44  jamest
  
        * MANIFEST.in: Changes required to make good source distros
***************
*** 424,429 ****
--- 1695,1704 ----
  
        * src/GParser.py: fixed missing import sys
  
+ 2001-11-15 18:01  jcater
+ 
+       * src/RuntimeSettings.py: synching machines
+ 
  2001-11-14 18:12  jcater
  
        * src/dbdrivers/: odbc/DBdriver.py, msado/DBdriver.py,
***************
*** 1422,1431 ****
  
  2001-06-30 17:58  jamest
  
!       * MANIFEST.in, setup.py: Switch designer RuntimeSettings to use
!       $HOME var (you can use this in windows) Changes to make an
!       installed designer work properly Misc setup tweaks for win32/unix
!       Docs updates Misc stuff I've forgotten
  
  2001-06-30 14:54  jamest
  
--- 2697,2706 ----
  
  2001-06-30 17:58  jamest
  
!       * MANIFEST.in, setup.py, src/RuntimeSettings.py: Switch designer
!       RuntimeSettings to use $HOME var (you can use this in windows)
!       Changes to make an installed designer work properly Misc setup
!       tweaks for win32/unix Docs updates Misc stuff I've forgotten
  
  2001-06-30 14:54  jamest
  
***************
*** 1485,1490 ****
--- 2760,2769 ----
        * ChangeLog, NEWS, setup.py: More updates in preperatoin for
        release.
  
+ 2001-06-25 23:49  jcater
+ 
+       * src/RuntimeSettings.py: Beginnings of a template/wizard system
+ 
  2001-06-25 23:32  jamest
  
        * ChangeLog, INSTALL, MANIFEST.in, NEWS, TODO, setup.cfg, setup.py,
***************
*** 1508,1513 ****
--- 2787,2802 ----
  
        * src/__init__.py: Fixed bug in openResource relating to windows
        drive letters
+ 
+ 2001-06-22 08:16  jcater
+ 
+       * src/RuntimeSettings.py: Added property editor
+ 
+ 2001-06-21 20:15  jcater
+ 
+       * src/RuntimeSettings.py: Added: Delete items from tree; save
+       window state between sessions; moved layout combos to a toolbar;
+       fixed minor bugs
  
  2001-06-11 00:16  jcater
  
Index: gnue/common/NEWS
diff -c gnue/common/NEWS:1.13 gnue/common/NEWS:1.14
*** gnue/common/NEWS:1.13       Mon May 27 20:19:50 2002
--- gnue/common/NEWS    Wed May 29 23:11:02 2002
***************
*** 1,3 ****
--- 1,17 ----
+ New features/changes in version 0.3.0: (XX-XXX-2002)
+ o First working implementation of a GNUe RPC driver (XMLRPC)
+ o GNU Gettext i18n support added, with initial translations
+   (de, en, en_GB, en_US, hu_HU, lt, lt_LT, ru, uk)
+ o Added database schema introspection support for SAP-DB,
+   MySQL, Interbase/Firebird, and DB2 database drivers
+ o Updated PostgreSQL code to support PostgreSQL 7.2 oddities
+ o Formal trigger subsystem added
+ o DataObjects are now properly typecasted
+ o Added XML Namespace support to our XML Parser
+ o Native support for Python's internal stepping debugger
+ o Changes required for first releases of Reports and App Server
+ o Misc bug fixes and lots of performance enhancements
+ 
  New features/changes in version 0.1.1: (19-JAN-2002)
  o Database driver performance enhancements
  o Misc bug fixes and enhancements
***************
*** 31,34 ****
  o Initial version
  o Moved code from old python-gnue-base into gnue-common
  o Pulled generic objects from gnuef source into here
! o Improved parser over what was in gnuef 
--- 45,48 ----
  o Initial version
  o Moved code from old python-gnue-base into gnue-common
  o Pulled generic objects from gnuef source into here
! o Improved parser over what was in gnuef
Index: gnue/common/setup.py
diff -c gnue/common/setup.py:1.38 gnue/common/setup.py:1.39
*** gnue/common/setup.py:1.38   Mon May 27 16:50:21 2002
--- gnue/common/setup.py        Wed May 29 23:11:02 2002
***************
*** 272,290 ****
                        "gnue.common.installer" : "installer"},
         )
  
! distutils.core.setup (name = "GNUe-Common",
!        version = VERSION,
!        description = "Base files of a GNU Enterprise Tools install",
!        long_description = "",
!        author = "GNUe Project",
!        author_email = "address@hidden",
!        url = "http://www.gnue.org";,
!        # Override certain command classes with our own ones
!        py_modules = ['gnue_sys'],
!        scripts = [],
!        data_files = None,
!        packages = []
!        )
  
  
  if 'install' in sys.argv:
--- 272,290 ----
                        "gnue.common.installer" : "installer"},
         )
  
! #distutils.core.setup (name = "GNUe-Common",
! #       version = VERSION,
! #       description = "Base files of a GNU Enterprise Tools install",
! #       long_description = "",
! #       author = "GNUe Project",
! #       author_email = "address@hidden",
! #       url = "http://www.gnue.org";,
! #       # Override certain command classes with our own ones
! #       py_modules = ['gnue_sys'],
! #       scripts = [],
! #       data_files = None,
! #       packages = []
! #       )
  
  
  if 'install' in sys.argv:
Index: gnue/common/src/__init__.py
diff -c gnue/common/src/__init__.py:1.10 gnue/common/src/__init__.py:1.11
*** gnue/common/src/__init__.py:1.10    Thu May  2 17:20:33 2002
--- gnue/common/src/__init__.py Wed May 29 23:11:02 2002
***************
*** 16,22 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2001 Free Software Foundation
  #
  # FILE:
  # gnue.common.__init__
--- 16,22 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2001-2002 Free Software Foundation
  #
  # FILE:
  # gnue.common.__init__
***************
*** 38,45 ****
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,2,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 38,45 ----
  #   4. Set _release = 0
  #   5. Commit to CVS
  
! _version = (0,3,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/common/src/commdrivers/_helpers/AsyncSocketServer.py
diff -c gnue/common/src/commdrivers/_helpers/AsyncSocketServer.py:1.6 
gnue/common/src/commdrivers/_helpers/AsyncSocketServer.py:1.7
*** gnue/common/src/commdrivers/_helpers/AsyncSocketServer.py:1.6       Tue Jan 
 1 13:31:35 2002
--- gnue/common/src/commdrivers/_helpers/AsyncSocketServer.py   Wed May 29 
23:11:03 2002
***************
*** 50,56 ****
  
      try:
        self._socketfile = params['socket']
!       if not len(self.__socketfile:
          raise ImportError
      except ImportError:
        self._socketfile = None
--- 50,56 ----
  
      try:
        self._socketfile = params['socket']
!       if not len(self.__socketfile):
          raise ImportError
      except ImportError:
        self._socketfile = None
Index: gnue/common/src/dbdrivers/mxodbc/DBdriver.py
diff -c gnue/common/src/dbdrivers/mxodbc/DBdriver.py:1.3 
gnue/common/src/dbdrivers/mxodbc/DBdriver.py:1.4
*** gnue/common/src/dbdrivers/mxodbc/DBdriver.py:1.3    Mon May  6 12:19:55 2002
--- gnue/common/src/dbdrivers/mxodbc/DBdriver.py        Wed May 29 23:11:03 2002
***************
*** 49,55 ****
    from mx import ODBC
  except ImportError, message:
    raise GConnections.AdapterNotInstalled, \
!          _("Driver not installed: ODBC\nGrab mxODBC from ")\
           "http://www.lemburg.com/files/python/mxODBC.html\n\n[%s]"; % message
  
  
--- 49,55 ----
    from mx import ODBC
  except ImportError, message:
    raise GConnections.AdapterNotInstalled, \
!          _("Driver not installed: ODBC\nGrab mxODBC from ") + \
           "http://www.lemburg.com/files/python/mxODBC.html\n\n[%s]"; % message
  
  
Index: gnue/designer/setup.py
diff -c gnue/designer/setup.py:1.25 gnue/designer/setup.py:1.26
*** gnue/designer/setup.py:1.25 Sat Apr 27 16:59:51 2002
--- gnue/designer/setup.py      Wed May 29 23:11:03 2002
***************
*** 40,86 ****
              os.remove('setup.cfg')
          except:
              pass
-                                 
- def developer_install():
-   pwd = os.getcwd()
- 
-   gfdes = """
- #!/bin/sh
-   if [ "z$GNUE_CONNECTIONS" = "z" ]
-   then
-     GNUE_CONNECTIONS=/usr/local/gnue/etc/connections.conf
-     export GNUE_CONNECTIONS
-   fi
-   if [ "z$INSTALL_PREFIX" = "z" ]
-   then 
-     INSTALL_PREFIX=/usr/local/gnue/
-     export INSTALL_PREFIX
-   fi 
-   PYTHONPATH=%s/../forms/.cvsdevelbase:$PYTHONPATH; export PYTHONPATH
-   %s %s/../forms/.cvsdevelbase/gnue/designer/GFDesigner.py $*
-   """  % (pwd, sys.executable, pwd)
- 
-   print "Creating client/gfdes"
-   file = open('client/gfdes','w')
-   file.write(gfdes)
-   file.close
-   os.system('chmod 700 client/gfdes')
- 
-   if not os.path.islink('/usr/local/bin/gfdes'):
-     print "We will now create symlinks to client/gfcvs in /usr/local/bin"
-     print "You will be prompted for the root password on the machine to do 
this."
-     raw_input ("Press Control-D to abort or any other key to continue")
- 
-     string = 'su -c "ln -s `pwd`/client/gfdes /usr/local/bin/gfdes"'
-     os.system(string)
- 
-   sys.exit()
- 
- 
- # bypass the install for devel installs
- if 'devel' in sys.argv:
-   developer_install()
- 
  
  try:
    from distutils.core import setup
--- 40,45 ----
***************
*** 222,228 ****
                
  docfiles = []
  for file in ('doc/DevelopersGuide-Forms.txt',
!              'doc/DevelopersGuide-Forms.pdf'): 
    if os.path.isfile(file):
      docfiles.append(file)
    else:
--- 181,187 ----
                
  docfiles = []
  for file in ('doc/DevelopersGuide-Forms.txt',
!              'doc/DevelopersGuide-Forms.pdf'):
    if os.path.isfile(file):
      docfiles.append(file)
    else:
***************
*** 243,254 ****
         url = "http://www.gnue.org";,
         # Override certain command classes with our own ones
         cmdclass = {'build_scripts':my_build_scripts},
!        data_files = [ ('doc',docfiles) ], 
         packages = ["gnue.designer",
                     "gnue.designer.forms",
                     "gnue.designer.forms.LayoutEditor",
                     "gnue.designer.navigator",
!                    "gnue.designer.reports",  
                     "gnue.designer.templates",
                     "gnue.designer.templates.forms",
                     "gnue.designer.templates.reports"
--- 202,213 ----
         url = "http://www.gnue.org";,
         # Override certain command classes with our own ones
         cmdclass = {'build_scripts':my_build_scripts},
!        data_files = [ ('doc',docfiles) ],
         packages = ["gnue.designer",
                     "gnue.designer.forms",
                     "gnue.designer.forms.LayoutEditor",
                     "gnue.designer.navigator",
!                    "gnue.designer.reports",
                     "gnue.designer.templates",
                     "gnue.designer.templates.forms",
                     "gnue.designer.templates.reports"
Index: gnue/reports/INSTALL
diff -c gnue/reports/INSTALL:1.9 gnue/reports/INSTALL:1.10
*** gnue/reports/INSTALL:1.9    Thu Apr 18 14:29:56 2002
--- gnue/reports/INSTALL        Wed May 29 23:11:03 2002
***************
*** 80,86 ****
  =====================================
  Currently, the only "printer" adapter available is the "bsd" adapter. This
  adapter uses the command-line "lpr".  Most Unix distro's include some form
! of "lpr" command.
  
  You should modify your gnue.conf and set the PrinterAdapter to "bsd":
  
--- 80,86 ----
  =====================================
  Currently, the only "printer" adapter available is the "bsd" adapter. This
  adapter uses the command-line "lpr".  Most Unix distro's include some form
! of the "lpr" command.
  
  You should modify your gnue.conf and set the PrinterAdapter to "bsd":
  
***************
*** 189,195 ****
  that sendfax can convert.  Once Postscript support is added to GNUe
  Reports, "--filter postscript" will be the logical choice. Until then,
  unless you've manually configured sendfax to convert html documents,
! "--filter text" is the only choice.
  
  
  Debian Installation
--- 189,195 ----
  that sendfax can convert.  Once Postscript support is added to GNUe
  Reports, "--filter postscript" will be the logical choice. Until then,
  unless you've manually configured sendfax to convert html documents,
! "--filter text" is the only reasonable choice.
  
  
  Debian Installation
Index: gnue/reports/adapters/destinations/email/smtp.py
diff -c gnue/reports/adapters/destinations/email/smtp.py:1.2 
gnue/reports/adapters/destinations/email/smtp.py:1.3
*** gnue/reports/adapters/destinations/email/smtp.py:1.2        Thu Apr 11 
00:19:29 2002
--- gnue/reports/adapters/destinations/email/smtp.py    Wed May 29 23:11:03 2002
***************
*** 68,75 ****
      if self.tempfile:
        self.input.close()
        input = open(self.tempfile)
!       while (in = input.readline())
!         print in
        input.close()
        self.deleteTempFile(self.tempfile)
  
--- 68,77 ----
      if self.tempfile:
        self.input.close()
        input = open(self.tempfile)
!       inl = input.readline()
!       while (inl):
!         print inl
!         in = input.readline()
        input.close()
        self.deleteTempFile(self.tempfile)
  
Index: gnue/reports/setup.py
diff -c gnue/reports/setup.py:1.6 gnue/reports/setup.py:1.7
*** gnue/reports/setup.py:1.6   Sat Apr 27 16:59:51 2002
--- gnue/reports/setup.py       Wed May 29 23:11:03 2002
***************
*** 49,129 ****
  
  
  
- def developer_install():
-   pwd = os.getcwd()
-   grcvs = """#!/bin/sh
-      if [ "z$GNUE_CONNECTIONS" = "z" ]
-       then
-        if [ -f /usr/local/gnue/etc/connections.conf ]
-        then
-          GNUE_CONNECTIONS=/usr/local/gnue/etc/connections.conf
-          export GNUE_CONNECTIONS
-        fi
-      fi
-      if [ "z$INSTALL_PREFIX" = "z" ]
-      then
-        INSTALL_PREFIX=/usr/local/gnue/
-        export INSTALL_PREFIX
-      fi
-      PYTHONPATH=%s/.cvsdevelbase:$PYTHONPATH; export PYTHONPATH
-      %s %s/.cvsdevelbase/gnue/reports/GRRun.py $*
-   """ % (pwd, sys.executable, pwd)
- 
-   grdcvs = """#!/bin/sh
-      if [ "z$GNUE_CONNECTIONS" = "z" ]
-       then
-        if [ -f /usr/local/gnue/etc/connections.conf ]
-        then
-          GNUE_CONNECTIONS=/usr/local/gnue/etc/connections.conf
-          export GNUE_CONNECTIONS
-        fi
-      fi
-      if [ "z$INSTALL_PREFIX" = "z" ]
-      then
-        INSTALL_PREFIX=/usr/local/gnue/
-        export INSTALL_PREFIX
-      fi
-      PYTHONPATH=%s/.cvsdevelbase:$PYTHONPATH; export PYTHONPATH
-      %s %s/.cvsdevelbase/gnue/reports/GRServer.py $*
-   """ % (pwd, sys.executable, pwd)
- 
- 
- 
-   if os.path.isdir('.cvsdevelbase'):
-     os.system ('rm -rf .cvsdevelbase')
- 
-   os.makedirs('.cvsdevelbase/gnue')
-   os.system ("""
-     cd .cvsdevelbase/gnue
-     mkdir designer
-     ln -s ../../src/__init__.py .
-     ln -s ../../../gnue-common/src common
-     ln -s ../../../reports/src reports
-     ln -s ../../src reports
-     cd designer
-     ln -s ../../../../designer/src/* .
-     ln -s ../../../../designer/templates templates
-   """)
- 
-   print "Creating client/grcvs"
-   file = open('client/grcvs','w')
-   file.write(grcvs)
-   file.close
-   os.system ('chmod 700 client/grcvs')
- 
-   if not os.path.islink('/usr/local/bin/grcvs'):
-     print "We will now create a symlink to client/grcvs in /usr/local/bin"
-     print "You will be prompted for the root password on the machine to do 
this."
-     raw_input ("Press Control-D to abort or any other key to continue")
- 
-     string = 'su root -c "ln -s `pwd`/client/grcvs /usr/local/bin/grcvs; 
chmod o+rx `pwd`/client/grcvs"'
-     os.system(string)
- 
-   sys.exit()
- 
- # bypass the install for devel installs
- if 'devel' in sys.argv:
-   developer_install()
  
  try:
    from distutils.core import setup
--- 49,54 ----
***************
*** 146,151 ****
--- 71,82 ----
  """
    raw_input ("Press Control-D to abort or any other key to continue")
  
+   os.system ("""
+ cd doc
+ lyx --export text ReportingConcepts.lyx
+ lyx --export pdf ReportingConcepts.lyx
+ """)
+ 
  #if ('build' in sys.argv) or ('install' in sys.argv):
  #  # Verify that gnue-common is installed
  #  try:
***************
*** 159,165 ****
  #    print """
  #You will need to install gnue-common
  #before gnuef will function.  You can
! #obtain a copy from 
  #
  #http://www.gnuenterprise.org/download.php
  #"""
--- 90,96 ----
  #    print """
  #You will need to install gnue-common
  #before gnuef will function.  You can
! #obtain a copy from
  #
  #http://www.gnuenterprise.org/download.php
  #"""
***************
*** 216,249 ****
        fin = open(script+".in", "r")
        fout = open(script, "w")
  
!       print "Generating script %s from %s.in" % (script,script) 
  
        lines = fin.readlines()
  
!       for i in range(0, len(lines)): 
!         if string.strip(lines[i]) == "__GNUEENV__": 
            lines[i] = gnue_env
  
        fout.writelines(lines)
        fin.close()
        fout.close()
        print "OK"
!           
  setup (name = "GNUe-Reports",
         version = "0.0.1",
         description = "GNU Enterprise Reports",
         long_description = "",
         author = "GNUe Reports Team",
!        author_email = "address@hidden",
         url = "http://www.gnue.org";,
!        
         # Override certain command classes with our own ones
         cmdclass = {'build_scripts':my_build_scripts},
  
! #       data_files = [ ('doc/reports',['doc/techref.txt']) ],
!               
!        packages = ["gnue.reports"],
!        package_dir = {"gnue.reports" : "src"},
         scripts = ["client/grrun", "client/grserve"]
         )
  
--- 147,204 ----
        fin = open(script+".in", "r")
        fout = open(script, "w")
  
!       print "Generating script %s from %s.in" % (script,script)
  
        lines = fin.readlines()
  
!       for i in range(0, len(lines)):
!         if string.strip(lines[i]) == "__GNUEENV__":
            lines[i] = gnue_env
  
        fout.writelines(lines)
        fin.close()
        fout.close()
        print "OK"
! 
! 
! 
  setup (name = "GNUe-Reports",
         version = "0.0.1",
         description = "GNU Enterprise Reports",
         long_description = "",
         author = "GNUe Reports Team",
!        author_email = "address@hidden",
         url = "http://www.gnue.org";,
! 
         # Override certain command classes with our own ones
         cmdclass = {'build_scripts':my_build_scripts},
  
!        data_files = [ ('doc/reports',['doc/ReportingConcepts.txt',
!                                       'doc/ReportingConcepts.pdf']),
!                       ('shared/filters',['filters/README']),
!                       ('shared/filters/SimpleTabulation', [
!                                       'filters/SimpleTabulation/csv.xsl',
!                                       'filters/SimpleTabulation/html.xsl',
!                                       'filters/SimpleTabulation/text.xsl']
!                        ) ],
! 
!        packages = ["gnue.reports",
!                    "gnue.reports.adapters",
!                    "gnue.reports.adapters.filters",
!                    "gnue.reports.adapters.filters.sablotron",
!                    "gnue.reports.adapters.filters.raw",
!                    "gnue.reports.adapters.filters._merge",
!                    "gnue.reports.adapters.filters.merge_latex",
!                    "gnue.reports.adapters.filters.merge_rtf",
!                    "gnue.reports.adapters.destinations",
!                    "gnue.reports.adapters.destinations.email",
!                    "gnue.reports.adapters.destinations.fax",
!                    "gnue.reports.adapters.destinations.file",
!                    "gnue.reports.adapters.destinations.printer"],
! 
!        package_dir = {"gnue.reports" : "src",
!                       "gnue.reports.adapters": "adapters"},
!                       
         scripts = ["client/grrun", "client/grserve"]
         )
  
***************
*** 255,261 ****
      Make sure you have a default gnue.conf file (typically in 
/usr/local/gnue/etc.
      A sample is provided in that directory that you can typically just copy 
over.
      """
!   
  if not 'sdist' in sys.argv:
    if sys.platform != 'win32':
      os.system (""" /bin/rm -rf setup.cfg""")
--- 210,216 ----
      Make sure you have a default gnue.conf file (typically in 
/usr/local/gnue/etc.
      A sample is provided in that directory that you can typically just copy 
over.
      """
! 
  if not 'sdist' in sys.argv:
    if sys.platform != 'win32':
      os.system (""" /bin/rm -rf setup.cfg""")
Index: gnue/reports/src/GRServices.py
diff -c gnue/reports/src/GRServices.py:1.5 gnue/reports/src/GRServices.py:1.6
*** gnue/reports/src/GRServices.py:1.5  Wed Apr  3 01:18:06 2002
--- gnue/reports/src/GRServices.py      Wed May 29 23:11:03 2002
***************
*** 38,44 ****
  
  ExportedServices = (
    { 'Module':      'Reports',
!     'Modules':     (,),
      'Methods':     {
         'getReportDefinition': {
              'Parameters': (
--- 38,44 ----
  
  ExportedServices = (
    { 'Module':      'Reports',
!     'Modules':     (),
      'Methods':     {
         'getReportDefinition': {
              'Parameters': (
Index: gnue/reports/src/__init__.py
diff -c gnue/reports/src/__init__.py:1.4 gnue/reports/src/__init__.py:1.5
*** gnue/reports/src/__init__.py:1.4    Mon Mar 25 23:34:07 2002
--- gnue/reports/src/__init__.py        Wed May 29 23:11:03 2002
***************
*** 31,37 ****
  #   5. Commit to CVS
  
  _version = (0,0,1)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,37 ----
  #   5. Commit to CVS
  
  _version = (0,0,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')



reply via email to

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