2000/11/13 - v0.2.0
   o Broke server side scripts and libPRepS from the user interface
   o Moved installation of datafiles to $datadir/libpreps
   o Moved installation of e-mail message templates to $datadir/libpreps

2000/11/27 - v1.5.0
   o Determined versioning scheme
   o Updated uniqunes logic on pr_query.name to be somewhat smart
   o Added project.auto_assign_login_id
   o Added trigger to check auto_assign_login_id for validity
   o Added trigger to auto assign new PR's if auto_assign_login_id not null
   o Added pr_query.order_num
   o Added version routines

2000/12/11 - v1.5.1
   o Update project access routines

2001/01/07 - v1.5.2
   o Added project related report generation routines.
   o Completely re-wrote the handling of database creation and update.

2001/02/24 - v1.6.0
   o Added HTML based documentation.
   o Updated configure script to look for PL/pgSQL (plpgsql.so) as well
     as libpq.
   o Added -P option to update_prepsdb and create_prepsdb to specify path
     to PL/pgSQL library as a failsafe.  Updated docs accordingly.

2001/06/27 - v1.6.1
   o Fix compilation error that occurs on some systems.

2001/08/26 - v1.6.2
   o Fix error in audit trail SQL that would cause error in PRepS when
     opening a edit dialog.
   o Updated create_prepsdb and update_prepdb so they look for a 
     writable directory to use for temp files and log files.
   o Added -o option to create_prepsdb and update_prepsdb to allow the
     user to specify the output directory in case the scripts cannot
     find one, or in case the user wants to override the defaults.
   o Fixed error loading PG/pgSQL in update_prepsdb.

2001/11/28 - v1.6.3
   o Fix error in raw SQL query when the user has not added anything to the
     WHERE clause.
   o Apply the PostgreSQL v7.1.x patch to the schema.  Since this only
     fixes a couple functions, but does not fundamentally change the schema,
     I have left the schema as is.
   o Updated the tools included in the distribution which I use for
     development.

2001/12/22 - v1.6.4
   o Improve search path for PostgreSQL header files.
   o Conditional compilation for server side only code.
   o Change --disable-server-scripts switch to simply --disable-server
     as it applies to more than just the scripts now.

2002/01/15 - v1.6.5
   o Expand pr_query to support more columns of information.
   o Fix segfault in pr_query.c.
   o Fix warnings thrown from prq_utils.c.

2002/10/26 - v1.6.6
   o Removed build warnings.
   o Fixed autoconf scripts.

2003/04/27 - v1.9.0
   o Removed all code that is not required for the server.  This means that
     the client needs to provide the services that it requires that were
     previously provided by this library.
   o Fixed some issues with the configuration.

$Id: ChangeLog,v 1.12 2003/04/27 20:12:48 stuffle Exp $
