|
From: Chris W. <la...@us...> - 2001-10-15 04:28:26
|
Update of /cvsroot/openinteract/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv29272
Modified Files:
MANIFEST README RELEASE
Log Message:
update meta stuff before release
Index: MANIFEST
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/MANIFEST,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MANIFEST 2001/10/08 13:49:36 1.19
--- MANIFEST 2001/10/15 04:28:24 1.20
***************
*** 62,72 ****
t/hash_file_test.perl
eg/README
! eg/fatbomb_dbi.pl
! eg/fatbomb_gdbm.pl
eg/stock_user_group.pl
eg/users_groups_mysql.sql
eg/users_groups_pgsql.sql
eg/users_groups_tsql.sql
eg/My/DiscoverField.pm
eg/My/Common.pm
eg/My/Group.pm
--- 62,74 ----
t/hash_file_test.perl
eg/README
! eg/fetch_doodads.pl
! eg/stock_doodads.pl
eg/stock_user_group.pl
+ eg/users_groups_clear.sql
eg/users_groups_mysql.sql
eg/users_groups_pgsql.sql
eg/users_groups_tsql.sql
eg/My/DiscoverField.pm
+ eg/My/Doodad.pm
eg/My/Common.pm
eg/My/Group.pm
Index: README
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README 2001/09/27 14:52:25 1.8
--- README 2001/10/15 04:28:24 1.9
***************
*** 114,118 ****
* ODBC datasources; so far we've tried MS SQL Server (using DBD::ODBC
! and SPOPS::DBI::Sybase) which works fine for read-write and DB2 on
an AS/400 which works fine for read-only operations.
--- 114,118 ----
* ODBC datasources; so far we've tried MS SQL Server (using DBD::ODBC
! and SPOPS::DBI::Sybase) which works fine for read-write, and DB2 on
an AS/400 which works fine for read-only operations.
Index: RELEASE
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/RELEASE,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RELEASE 2001/08/28 21:09:54 1.7
--- RELEASE 2001/10/15 04:28:24 1.8
***************
*** 2,5 ****
--- 2,12 ----
=========================
+ 0.51 Sun Oct 14 20:23:59 EDT 2001
+
+ * Bugfixes, several to SPOPS::LDAP
+
+ * Added first draft of manual ('perldoc SPOPS::Manual')
+
+
0.50 Tue Aug 28 16:59:39 EDT 2001
|