[And-httpd-announce] And-httpd Release 0.99.9
Status: Beta
Brought to you by:
james-antill
From: James A. <ja...@an...> - 2006-06-25 00:23:08
|
NEWS 0.99.9 - 2006-06-24 Fix bug when configured not to process HTTP/0.9 requests. Fix conf.d sort order processing. Add exception for localhost in default io limiting. Add some config. options for syslog output. DOWNLOAD http://www.and.org/and-httpd/0.99.9/and-httpd-0.99.9.tar.gz http://www.and.org/and-httpd/0.99.9/and-httpd-0.99.9.tar.bz2 http://www.and.org/and-httpd/0.99.9/rpms/FC5 http://www.and.org/and-httpd/0.99.9/rpms/RHEL3 http://www.and.org/and-httpd/0.99.9/rpms/src http://www.and.org/texts/yum/ ChangeLog 2006-06-24 James Antill <ja...@an...> * NEWS: Release 0.99.9 2006-06-24 James Antill <ja...@an...> * src/glibc-strverscmp.h (gnulib_strverscmp): Add gnu libc strverscmp() for those times it's needed. * src/vlg.c (vlg_size_set): Add a max size, as syslog only does UDP and so splits messages. (vlg__flush): Implement max message limits, cleanup error handling for console output. (vlg__flush): Cleanup error handling for console output. (vlg__flush): Allow "always native" syslog calls. (vlg_sc_bind_mount): Fix bind mounts when _PATH_LOG != /dev/log. * src/date.c (date_syslog_yr): Add a syslog date variant that also outputs the current year. 2006-06-18 James Antill <ja...@an...> * tools/_io-limiting.conf: Turn limiting on by default, also add 127.0.0.1/8 to an exception list and allow space for more. * scripts/coverage.sh: Remove lndir usage. * shtool: Update to latest upstream. * src/evnt.c (evnt_limit_add): Remove warning, even though it was fine. * tst/tst_httpd_cmd.pl: Added tests for conf.d processing. * src/and-conf.d-ls.c (main): Added program to print files that would be read by conf.d processing. 2006-06-09 James Antill <ja...@an...> * tools/_io-limiting.conf: Change config. so certain networks can easily be exempt (default is just localhost). * src/httpd.c (http_vlg_def): Fix HTTP/0.9 version logging output. (http__err_vlg_msg): Don't output data if we aren't parsing HTTP/0.9 and a HTTP/0.9 like request came in (because we didn't parse it). 2006-06-02 James Antill <ja...@an...> * src/and-dir_list2html.c (main): Fix --output option. * src/opt_serv.c (opt_serv__sort_conf_files): Sort leading _ files properly, *sigh*. -- James Antill -- ja...@an... http://www.and.org/and-httpd |