                  Bug Report
                  ----------


Known Bugs in this release:
---------------------------
Version 0.21
------------
- Linux nfsAddExport script does not manage to export the new
  export.  Don't know why this is the case.


Version 0.20
------------
- A bug in the backup group has forced a change in one of the tape
  catalog structures.  As a result the catalogs written by 0.19 
  will not be readable by 0.20.

- The HPUX port does not support the user added functions.  HPUX 
  does not seem to have dlopen.

- The format of df has changed in Redhat 6.1.  This breaks the 
  disk monitoring on Redhat 6.1.  

- Replication through a symbolic link only works if the link already
  exists on the clients.  For example in replicating from 
	/usr/local/stuff  where  /usr/local   is a symbolic link
  to /export/local.  It will only be able to replicate to the 
  symbolic link.  If the directory the link points to does not exist
  it will not be able to continue.  On second thought it's a security
  feature!
 

Version 0.19
------------
- The restore procedure gave the wrong volume number for the 
  restore command.  It needs to be (2 * Given# + 1).

- Install script does not yet set the Perl path. 

- The MATd needs the absolute path to start properly i.e.
  /var/mat/bin/matd   not  ./matd

- Mat upgrade feature has been broken in this release.  It is
being extended to properly deal with script file version numbers
and multiple binaries, and libs.  I have one final bug to
workout in it.

- NIS netgroup still not handled properly (can't migrate).

- The tape code is an ALPHA release.  The code is not complete.
The restore GUI is not written, so the command line has to 
be used to restore.  EOT is not handled.  Only does full backups.
See the online help for more info.

- Just found a bug in the NIS passwd section.  It does not 
deal with automounted home directories properly.


Version 0.18
------------
- Did not receive notification of child process exiting all the 
time.  Added waitpid to catch child process exiting in MATd, and
in monitoring section.  This fixes several bugs.

- Newaliases command did not run when the aliases file is updated.
You may need to update $MATHOME/scripts/newAliases


Version 0.17
------------
- Show stopping bug fixed.  Symbolic links to the actual config
files were not followed, as a result changes were never made to
real config files.

- Changed code so there is no migration needed for:
	/etc/passwd, /etc/hosts, /etc/group, /etc/services
 
- Modify of users password fixed.  Old version put unencrypted
copy in password file.

- Fixed lastlog display.


Version 0.16
------------
- Changed text display procedure so that on communication problems
such as timeouts and "host not found" it does not popup a TK error
box.

- Text display was affected by previous colour scheme and bindings. 
Changed it so that most items will remove old bindings first.  For
performance the larger lists (passwd, YP passwd) do not wipe the 
bindings first.  This should not be a problem, because they should
be replaced with new ones anyway.

- SunOS 4.1.x disk usage status fixed.
 
- Updated logs so they are more meaningful.

- NIS netgroup fails when entries cannot be parsed.  Changed it so these 
entries are now ignored.

- Password did not work with some special characters notably "#".

- Error in install.agent script.  Did not create /etc/inetd.conf entry
properly. 

- Modify of some services entries failed.



Version 0.15
------------
- Lastlog monitoring does not work (Don't see the cause yet).

- The diskspace usage reports NFS filesystems as well. 



Version 0.14
------------
- Mount GUI is not making the mount point, and trying to mount the filesystem.

- Mount GUI only for Linux

- Documentation is not available on all topics.


