commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas NEWS TODO configure.in


From: Reinhard Mueller
Subject: gnue/geas NEWS TODO configure.in
Date: Fri, 24 Aug 2001 14:59:00 -0700

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/08/24 14:59:00

Modified files:
        geas           : NEWS TODO configure.in 

Log message:
        Prepared for 0.0.6 release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/NEWS.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/TODO.diff?tr1=1.62&tr2=1.63&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/configure.in.diff?tr1=1.42&tr2=1.43&r1=text&r2=text

Patches:
Index: gnue/geas/NEWS
diff -u gnue/geas/NEWS:1.8 gnue/geas/NEWS:1.9
--- gnue/geas/NEWS:1.8  Thu Aug 23 08:45:59 2001
+++ gnue/geas/NEWS      Fri Aug 24 14:59:00 2001
@@ -1,4 +1,4 @@
-New features/changes in version 0.0.6:  (YYYY-MM-DD)
+New features/changes in version 0.0.6:  (2001-08-24)
 
 o Use better PostgreSQL datatypes
 o New GEAS datatypes int16, int32, int64 and boolean
Index: gnue/geas/TODO
diff -u gnue/geas/TODO:1.62 gnue/geas/TODO:1.63
--- gnue/geas/TODO:1.62 Thu Aug 23 08:48:20 2001
+++ gnue/geas/TODO      Fri Aug 24 14:59:00 2001
@@ -22,30 +22,28 @@
 
 1.  define reserved words as reserved words, fix that bison-lex interaction
     about parser states (expecting_x)
-3.  add TYPE (typedef), needed for consistency of design and elimination
+2.  add TYPE (typedef), needed for consistency of design and elimination
     of errors in the design database. {classdef}
-4.  improve include concept for gcd files {classdef}
-5.  fix the error where duplicate field names pass the parser {classdef}
+3.  improve include concept for gcd files {classdef}
+4.  fix the error where duplicate field names pass the parser {classdef}
 
 Planned for 0.2.0:
 
-7.  method handling should be redesigned {methods}
-7a. Bug - If methods have non-string arguments the parser fails.
+5.  method handling should be redesigned {methods}
+5a. Bug - If methods have non-string arguments the parser fails.
     (segfault with no debug, hits assert in debug version) {classdef}
-    (include 7a. with 7.)
-7b. code from the methods subdirectory may not depend on orbit-idl generated
+5b. code from the methods subdirectory may not depend on orbit-idl generated
     files, or these generated files need to be put into another subdirectory
-9.  enable long options and check options consistency with gnu standards
-10. black box testing/qualification program for geas.  should be a python
+6.  enable long options and check options consistency with gnu standards
+7.  black box testing/qualification program for geas.  should be a python
     program that creates one or more .gcd file(s), runs geas configured
     with the .gcd file(s), then examines the resulting sql tables to
     assure that geas is working correctly for creating the tables, then
     use geas and examine objects for correct operation of geas, and
     then erase or remove the tables created.  Should be able to borrow
     code from forms for direct sql interface {nothing}
-11. fix so that TYPEs do not have to be fully qualified to work {classdef} (?)
-12. enable geas to read gcd files from more than one directory tree {classdef}
-    (?)
+8.  fix so that TYPEs do not have to be fully qualified to work {classdef}
+9.  enable geas to read gcd files from more than one directory tree {classdef}
 
 Planned for later releases (unsorted):
 
@@ -71,10 +69,6 @@
 
 Automake Stuff
 --------------
-
---enable-debug should cause -ggdb to be used (to cause extra debugging
-information for gdb to be included.) without this option, no files should
-use the -gdb option when being compiled.
 
 add --enable-naming-service :
   should define ENABLE_NAMING_SERVICE in config.h (done)
Index: gnue/geas/configure.in
diff -u gnue/geas/configure.in:1.42 gnue/geas/configure.in:1.43
--- gnue/geas/configure.in:1.42 Tue Aug 21 14:24:39 2001
+++ gnue/geas/configure.in      Fri Aug 24 14:59:00 2001
@@ -2,7 +2,7 @@
 AC_INIT(lib/)
 AC_PREREQ(2.13)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(geas, 0.0.5)
+AM_INIT_AUTOMAKE(geas, 0.0.6)
 AM_MAINTAINER_MODE
 
 dnl Checks for programs.



reply via email to

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