$Id: NEWS,v 1.13 2002/01/01 16:06:46 mrgoblin Exp $

2002-1-1 Doug Hogan <zyrnix@users.sourceforge.net>
  * Prepare for release of 0.1.3.0
    - Add new License headers to rc.scripts 
    - Alter version check for Major numbers 
    - Check docs and manifest 
    - Update md5sums 
    - Update README

2002-1-1   John Jenkins <mrgoblin@users.sourceforge.net>

  * Added scripts to add sshd to hosts.allow
      if ALL:ALL is in hosts.deny

2001-11-14 John Jenkins <mrgoblin@users.sourceforge.net>

  * Now add all system accounts to /etc/ftpusers file.
  * Added checking to prevent errors on non X systems.

2001-7-14 Doug Hogan <zyrnix@users.sourceforge.net>

  * Slackware 8.0 support in progress. 
  * Added Slackware_init.license for conf files.

2001-5-11 Doug Hogan <zyrnix@users.sourceforge.net>

  * Added Dialog UI for the program
  * Still incorporates the new file layout
  * Both need testing at this point
    - Looks like future releases 0.1.3.0 and 0.1.5.0 will be combined into
      one release

2001-4-22 Doug Hogan <zyrnix@users.sourceforge.net>

  * Restructured sastk.sh so it's in many files instead of just one.
  * Added directories and files:
    - scripts/
    - scripts/dialogs/             # dialogs to configuration questions
    - scripts/dialogs-daemons/     # dialogs for rc.conf daemon variables
    - scripts/scripts-admin/       # scripts for SAStk program use
    - scripts/scripts-answers/     # answers to script questions for automation
    - scripts/scripts-orig/        # scripts that configure slackware init
    - scripts/scripts-sastk/       # scripts that configure SAStk init

2001-4-15 Doug Hogan <zyrnix@users.sourceforge.net>

  * Standardize file permissions for future releases
    - chmod 0700 for directories in /root/SAStk and including /root, /root/SAStk
    - chmod 0600 for files in /root/SAStk
    - chmod 0700 for scripts in /root/SAStk
  * GnuPG sign all official releases along with MD5 checksums in the future

2001-4-15 Doug Hogan <zyrnix@users.sourceforge.net>
 
  * Ready for release 0.1.2.1
  * Fixed potential race conditions in sastk.sh
  * Updated documentation
    - Added vluther to developer list
    - Added licensing terms and URLs for software in ROADMAP
    - Added comment about the script currently for X 3.3.x not 4.0.x
    - Updated FAQ
    - Updated FAQs in the manual
  * Removed ulimit (sh) and limit (csh)

2001-2-10 John Jenkins <mrgoblin@users.sourceforge.net>

  * Ready for release 0.1.2.0
  * Permissions of 0750 for in.identd caused trouble with auth
    -- Fixed -- changed back to original 0755
  * Moved src files to /root/SAStk/ to enable upgradepkg functionality
  * Small version conflict with grep was not setting password aging
    on Slackware-7.0 systems
     -- Fixed -- modified regex string
  * Added suauth section to sastk.sh
  * Added sastk.info install-info section to install.sh
  
2001-1-29 Doug Hogan  <zyrnix@users.sourceforge.net>

  * We took out the rc.local file from the CVS tree since it wasn't much use
    anyway.
  * Working on 0.1.2 now.

2001-1-28 Doug Hogan  <zyrnix@users.sourceforge.net>

  * Announcement on http://www.freshmeat.net
  * One bug report so far.  The original rc.local was being overwritten. 
  * A fast release of 0.1.1 corrected this problem.

2001-1-27 Doug Hogan  <zyrnix@users.sourceforge.net>
  
  * Released SAStk 0.1

2001-1-20 Doug Hogan  <zyrnix@users.sourceforge.net>

  * Use 'cvs update -Pd' instead so you can create directories if needed.

2001-1-19 Doug Hogan  <zyrnix@users.sourceforge.net>

  * Getting close to a release.
  * Updating manuals and documentation for an alpha release.
  * Currently testing the install, uninstall, and configuration of SAStk.

2001-1-6  Doug Hogan  <zyrnix@users.sourceforge.net>
  
  * Major restructuring of the CVS tree.
  # There are now two directories not in use and deleted, sastk and sasrc.
  # There is now a src/ and docs/ directory along with more GNU style documents.
  * To get the source now, do:  'cvs update -P' or 'cvs checkout -P SAStk'.
    The -P option is to prune empty directories.