Gate Guardian is a library of C / C++ code under BSD license that
aims at improving software security.  It is intended to be used in
third party projects.  Gate Guardian currently provides functions
to shield newly created processes from dangerous environment
settings.

Version 0.9.6 introduces some new functions to replace the
"system()" functions.

Gateguardian-0.9.6 is considered to be "beta" code quality.

Before using Gate Guardian, please read the security information
enclosed in the INSTALL.gateguardian file inside the tarball.

-------------------------------------------------------------------

You can download the latest tarball from

  http://sourceforge.net/projects/gateguardian/

Plese email any feedback to

  gateguardian-devel@lists.sourceforge.net

-------------------------------------------------------------------

* New features:

   - New functions in gateguardian to run an external command in
     a safe environment:
      * gateg_safe_run_command
      * gateg_safe_run_command_with_cfg
