Webauth IIS Changelog

From RavenWiki
Jump to navigationJump to search
0.0.0.0 (2006-07-17)
====================

* Original beta-test release

* DLL internal version number actually 1.0.0.1

0.5.0.0 (2006-07-24)
====================

* Improved error log message text for 560 (WAA not authorised)
  response from central authn server (issue #015)

* Support configuring multiple 'logout URLs' to support independent
  logout from different parts of the site if they use different cookie
  names and/or paths (issue #019)

* Added warning message if no CookieKey has been defined

* Improve description of 'key name' in the documentation (issue #020)

* Better documentation of what/how authentication information is passed
  from the module to dynamic applications (issue #021)

* Outstanding highlighted changes in the documentation implemented (issue
  #022)

* Documentation now notes (section 2) that 'launch local' and 'local
  activation' rights need to be assigned to the user that runs the
  site, which may not be the default 'network service' (issue #023)

0.5.1.2 (2006-07-25)
====================

* A startup message in the event log now records the version to the
  DLL that is in use (issue #024)

0.5.1.3 (2006-07-31)
====================

* A new installation procedure (using the supplied
  ucam_webauth_iis_utils install utility) allows users/groups/keys to
  be retained across upgrades (issue #025). Note that the
  documentation has yet to be updated to reflect the new procedure.

* The ucam_webauth_iis_utils utility, and improvements to the DLL,
  resolve problems which could cause messages such as 'invalid RSA
  certificate type' from appearing following an upgrade (issue #026)

* Resolved problem that caused a CLSID sub-sub-key nested under a
  CLSID sub-key in the registry (issue #027)

0.5.1.5 (2006-08-14)
====================

* The ucam_webauth_iis_utils utility can now be used to import and
  export users and groups.

0.5.1.6 (2006-08-17)
====================

* 'ucam_webauth_iis_utils -u' now actually uninstalls the module,
  previously it removed to configuration but left the module installed
  (issue #029)

* 'ucam_webauth_iis_utils -w<file>' overrites the output file, rather
  than appending to it (issue #030)

* Group membership exported by 'ucam_webauth_iis_utils -w<file>'
  didn't always reflect membership as displayed by the
  GUI. Fixed. (issue #031)

0.5.1.7 (2006-08-18)
====================

* Messasge now displayed in IIS Manager if a change to users/groups 
  would overrite changes made by 'ucam_webauth_iis_utils -r<file>' 
  (issue #032)

1.0.0.0 (2006-10-10)
====================

* No significant changes. Module recompiled with new version number
  to mark completion of the development project. Source code now 
  available.