$Id: ChangeLog,v 1.7 2006/05/28 16:00:16 tat Exp $

ChangeLog file of LibU - http://www.koanlogic.com/kl/cont/gb/html/libu.html

LibU 0.4.1:
    - u_buf_t type and functions
	- warn_err_sif and info_err_sif added

LibU 0.4.0:
    - new configure options: --no_ipv6 and --no_unixsock
    - makl_target_name instead of makl_os_name to support MAKL_PLATFORM
      overloading
    - more checks (and relative conditional code): in_addr_t, ssize_t, 
      <paths.h>, <sysuio.h>, <strings.h>, optarg, optind, struct sockaddr_in, 
      struct sockaddr_in6, struct sockaddr_un
    - gettimeofday implementation (tv_usec always set to zero)

LibU 0.3.2:
    - save and restore errno when logging
    - on Windows platforms msg_strerror now uses FormatMessage instead of 
      strerror(3): it also works for non-libc related errors

LibU 0.3.1:
    - added daemon(3) function from NetBSD
    - fixed a missing include in hmap.c
    - configure
        - support new MaKL function makl_append_var_mk
        - MaKL debug is disabled by default
        - added configure.help

LibU 0.3.0:
    - new module hmap (hash map)
    - disable unneeded modules at configure time: --no_{net,config,env,log,hmap}
      command line switches added
    - Makefiles fix due to MaKL 1.0.0 toolchain rework

LibU 0.2.0:
    - first public release
