0.1.5

  Created Changelog ;)
  Add LOGOFF.EXE local logoff utility
  Add DosUserQueryByPid, DosUserQueryPids, DosUserKillProcess API
  Modified DosUserRegister API to accept PUSERREGISTER2 along with PUSERREGISTER
  Fixed installer...

0.1.6

  Fixed some issues with logging from sses driver.
  Changed default verbose level from ssesctl to 2.
  The user do not need 'r' permission on <user> to read his own info anymore.
  Added alternative permission checking strategy (/aclstrategy key for sses.sys).
  Added donation info to readme, read it please ;)

0.1.7

  Added kill.exe utility (analogue to unix kill).
  Shpm2 sources opened.
  Fixed wrong identifier bug in set acls in passwd.dll

0.1.8

  Fixed breaked Ctrl-C and Ctrl-Break in users windows.
  Added /suanyuser option. Use it primarily for remote servers.
  Added remoteshell and comment field to user base. This version of Security/2
  is compatible with existing passwd files.
  Added --remoteshell and --comment to user.exe.
  Added -r/--remoteshell switch to su.exe

0.1.9

  Added DosUserGetAction to Security/2 API.
  A litle bit more verbose logging from sses.sys.
  Improved documentation.
  Changed default password for 'root' to 'root' in passwd from distribute.

0.2.0

  Maintenance release. Removing unused code, etc.

0.2.1

  Added priority setting control. Now users can chnge priority to their only
    processes. The DosSetPriority with sope = 1 denied for any user but root.
  Added <timecrit> acl. So, by default users cant set time critical priorities.

0.2.2

  Added /somcompat option to solve LSS hangs when not root.
  Slightly reworked handling of dll loading control. Sometimes <dll> acl didnt 
    have the expected effect.
  Fixed small typo in su utility code.
  Updated donation info in readme, read it please ;)

0.2.3

  Added /no16bitcontrol switch to sses.sys.
  Changed home directory for root user created by installation utility 
    from x:\ to x:\OS2, where x - the boot drive.
  Fixed small bugs in shpm.exe and shpm2.exe.
  Added wkill.dll - Watchcat plugin to DosUserKillProcess.
  Added DosUserQuerySessMan to Security/2 API.
  Added -m switch to su.exe.
  Added /q switch to sses.sys
  Added -q switch to ssesctl.exe
  Modified Installation section of readme to reflect the current situation.

0.2.4

  Added more logging to sses.sys driver.
  Fixed a minor error in su.exe.
  VDM creation allowed to root user only.
  Added DosSysCtl execution control. User <sysctl> acl with x right to allow
    users to execute this function.

0.2.5

  Added missing description of /no16bitcontrol switch to readme
  Added /alloweffective switch to sses.sys
  Added PUSERREGISTER3 structure to Security/2 API (see usertype.h)
  Added DosUserUnsetEffectiveUser to Security/2 API (see userctl.h)

0.3.0

  Added setting of certain sses.sys switches to installation procedure
  Fixed some readme typos