#                              -*- Mode: Text -*-
# RELEASE_NOTES
#   
# Description     : NDMP test application release notes
#   
# Copyright (c) 1996,1998 Network Appliance. All Rights Reserved.
#   

1.2 - Released 1/31/98
  Changed:
    - Fixed a problem with ndmp_data_get_env() that resulted in the
      NDMP environment variables not being allocated correctly.
    - Renamed ndmp_connect_auth() to ndmp_connect_client_auth() and
      modified prototype definition (has extra ndmp_auth_type argument).
    - Cleaned up (some) code.
  Added:
	- MD5 authentication support:
        ndmp_config_get_auth_attr()
        ndmp_connect_server_auth()
    
This software provides an api (ndmp_api) that sits on top of
the NDMP comms library available in the SDK (libndmp.a).

