Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/01/23 12:00:01 1.9 +++ ChangeLog 2003/01/23 14:41:02 1.10 @@ -1,6 +1,7 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung 030123 Added logic to make IIOP and SOAP connections optional + Fixed potentially disastrous bug with current file overwrite Fixed broken Linux build problem with -R linker arguments 030122 Added IIOP and SOAP connection operations Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/01/23 12:00:01 1.15 +++ README 2003/01/23 14:41:02 1.16 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.5.20 (22-Jan-2003) + Version 0.5.21 (23-Jan-2003) ABSTRACT Index: ossp-pkg/as/as-gui/as_version.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/01/23 12:00:01 1.13 +++ as_version.cpp 2003/01/23 14:41:02 1.14 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x005214 +#define ASGUI_VERSION 0x005215 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x005214, - "0.5.20", - "0.5.20 (23-Jan-2003)", - "This is OSSP as-gui, Version 0.5.20 (23-Jan-2003)", - "OSSP as-gui 0.5.20 (23-Jan-2003)", - "OSSP as-gui/0.5.20", - "@(#)OSSP as-gui 0.5.20 (23-Jan-2003)", + 0x005215, + "0.5.21", + "0.5.21 (23-Jan-2003)", + "This is OSSP as-gui, Version 0.5.21 (23-Jan-2003)", + "OSSP as-gui 0.5.21 (23-Jan-2003)", + "OSSP as-gui/0.5.21", + "@(#)OSSP as-gui 0.5.21 (23-Jan-2003)", "$Id$" };