$Id: ChangeLog,v 1.2 2001/12/12 09:03:50 jmorris Exp $

* Version 0.06, Wed 12 Dec 2001.

general:
  - Initial development release.
  - Updated to SELinux release 2001121010.
  - Added installation documentation.
  - Added overview of selopt in the README file.
  
scmpd:
  - Removed internal logging routines, using syslog instead.
  - Changed function params from sockaddr_in to in_addr.
  - Improved payload verification of received scmp messages.
  - Implemented local and remote scmp error reporting.
  - Fixed parsing bug in scmp_recv_map_response.
  - Implemented maximum transmittable security context length
    (8192 bytes), maximum records per message (3) and resulting
    maxiumim scmp message length (24616 bytes).
  - Applied contributed fixes for recvfrom uninitialized ralen param
    and compiler warnings.
  - Fixed so that all integers within messages > 1 byte are in network
    byte order.
  - Implemented 32-bit alignment for scmp messages.
  - Better logging & diagnostic support.
  - Fixed bug in handling EINTR during poll().
  
kernel:
  - Added support for cache flush (i.e. "ct flush" works now).
  - Fixed bug in cache flush list handling.
  - Fixed bug in queue eviction list handling.
  - Increment refcount for skb_clone before assigning pointer.
  - Fixed bug where wrong pointer was being kfree()'d in map destruction.


* Version 0.05, Sun 01 Dec 2001

general:
  - Non-public release against SELinux release 200111191100.
  - First version with remote context mapping.









