Annotation of embedaddon/spawn-fcgi/NEWS, revision 1.1

1.1     ! misho       1: 
        !             2: ====
        !             3: NEWS
        !             4: ====
        !             5: 
        !             6: - 1.6.3 -
        !             7:   * Fix unix socket mode change to work without specifying user/group for socket
        !             8:   * Add some ./run script examples for use with daemontools or runit
        !             9:   * Fix Invalid Argument in chmod if mode=-1 (fixes 2033)
        !            10:   * Add deprecated and /bin/sh info for -f option; wrap syntax output (fixes #2044)
        !            11:   * Add run script examples in automake dist build
        !            12: 
        !            13: - 1.6.2 - 2009-04-18
        !            14:   * Add homepage to README
        !            15:   * Add IPv6 support
        !            16:   * Fix problems with usernames starting with a digit and non-existent uids; add warning if only user privs are dropped. (fixes #1959)
        !            17:   * Add check to link against socket/nsl if needed (fixes #1960)
        !            18:   * List IPv6 as feature after the version if it is supported
        !            19: 
        !            20: - 1.6.1 - 2009-03-29
        !            21: 
        !            22:   * Add build date to show-version
        !            23:   * Added options to chown/chmod the socket and to create the socket before chroot() (fixes #1906)
        !            24:   * Updated man page
        !            25:   * Add proper SUID bit detection
        !            26:   * Added option to change the directory before spawning (fixes #1847)
        !            27: 
        !            28: - 1.6.0 - 2009-02-28
        !            29: 
        !            30:   * Separated spawn-fcgi from lighttpd
        !            31:   * Remove limits for php children; per default the PHP_FCGI_CHILDREN var is not changed (php defaults to no children, one worker)
        !            32:   * Modified the log messages format (more details on errors, no source line)
        !            33:   * Only try to connect to unix socket (not tcp) before spawning (fixes again #1575)
        !            34:   * Only disconnect from terminal in fork mode (keep stderr/stdout open in nofork mode)
        !            35:   * Allow numerical user and group ids for -u/-g (fixes #1141)
        !            36:   * Ignore pid-file option in no-fork mode (instead of producing empty file)
        !            37:   * Fix error handling for unix-socket-connect test
        !            38:   * Man page update
        !            39:   * Use header include order from 1.4.x
        !            40:   * Fix segfault due to uninitialized var

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>