$Id: ChangeLog,v 1.10 2002/02/11 14:53:22 jmorris Exp $

* Current.
general:
  - Renamed FIPS188 to FIPS-188 throughout code and documentation.
  - Added Selopt IP options processing document (selinux-options.txt).

kernel:
  - Made the packet queue max length a sysctl (net.ipv4.selopt_queue_max).
  - Added packet queue dump and flush support via flnetlink.
  - Removed proc debugging for packet queue.

utils:
  - Added 'qt', packet queue management tool.


* Version 0.08, Sun 20 Jan 2002.
general:
  - Updated to SELinux release 2002011718 (2.5 version only).
  - Misc. documentation updates.
  
scmpd:
  - Added support for new error types: security context and SID
    lookup failures.


* Version 0.07, internal release.
general:
  - Documentation updates: scmp draft.


* 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.
