SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for lighttpd2-2.0snap_20111203_gdd4ed2-2.1.x86_64.rpm :
Thu Dec 20 13:00:00 2012 mrueckertAATTsuse.de
- also enforce lua 5.1 on 12.2 and newer

Sat Dec 3 13:00:00 2011 buildbotAATTlighttpd.net
- update to gdd4ed2
+ [plugin_core] rename \'blank\' action to \'respond\' and allow optional integer, string or list of integer+string parameters which support patterns
+ [mod_status] add status_info_auto
+ [core] change memory profiler output, add minsize parameter to debug.profiler_dump action
+ [core] change connection garbage collector algorithm to free all unused connections up to the maximum of active connections during the last 5 minutes
+ [core] fix for previous commit. gc requency was set to 10s not 5min
+ move profiler code to common lib
+ [mempool]: use g_free instead of free in ALLOC mode
+ connection.c: optimize buffer usage - don\'t keep too many unused buffers around
+ [core] fix invalid html in auto-generated responses
+ [core] Ignore connection headers from backends
+ [config parser] add \'none\' and \'default\' keywords
+ [config parser] rename \'o\' liValue variables to \'v\'. the name was a relict from option variables
+ [profiler] export li_profiler_enabled and li_profiler_hashtable_insert/remove. add heap base/break/size to dump output
+ [mempool] support profiler for mmap allocations. use g_malloc/free instead malloc/free
+ [mod_progress] free data on module unload properly
+ [plugin_core] add \'map\' action, which maps the result of a pattern to a user defined action
+ [value] add some functions to handle liValue
+ [mod_openssl] add verify{,-any,-depth,-require}, client-ca-file
+ [mod_openssl] add openssl.setenv action (client, client-cert, server, server-cert)
+ [mod_openssl] add options and defaults
+ [mod_openssl] close connection on client initiated renegotiation
+ [mod_openssl] fix build error if SSL_OP_NO_COMPRESSION isn\'t defined

Tue Oct 11 14:00:00 2011 buildbotAATTlighttpd.net
- update to g2647a9
+ [autobuild]: enable large file support for 32-bit builds

Tue Aug 30 14:00:00 2011 buildbotAATTlighttpd.net
- update to gb6e20b
+ Config syntax changes and parser fixes:
+ [core]: accept LF instead of CR LF in http requests
+ [config parser]: fix crash with nested conditional blocks, fix some warnings
+ [config parser] change syntax again: user defined variables are now defined as \'x = ...;\'. user defined actions are not special anymore
+ [tests]: convert test cases to new config syntax
+ [config parser] fix detection of conflicts between options and uservars
+ [doc]: fix config examples
+ [config parser] don\'t allow setup blocks or includes in setup blocks
+ [doc] update config examples re latest config syntax changes

Fri Aug 19 14:00:00 2011 buildbotAATTlighttpd.net
- update to gbafba4
+ On OS X the GNU libtool is prefixed with a g.
+ [doc] Fix: use \'charset\' instead \'encoding\' in mimetypes.conf
+ [tests] add simple mod-proxy check
+ [core] truncate temp string before evaluating pattern. add comment to pattern.h that li_eval_pattern() does not truncate the string for you
+ [jobqueue] as jobs in the queue could be removed in a callback we can\\\'t copy the queue to a private one, g_queue_unlink needs the real one
+ [core.cached_html] fix path handling

Mon May 9 14:00:00 2011 buildbotAATTlighttpd.net
- update to g259cdb
+ [core.lua] fix wsgi pathinfo
+ [utils] fix calculation for sockaddr_un struct size
+ [core] optimize syscalls per connection
+ [mod_accesslog] Fix %r (first request line) formatter

Tue Apr 12 14:00:00 2011 buildbotAATTlighttpd.net
- update to g9c80be
+ [autobuild]: Fix error message if ragel is not found
+ [
*cgi env]: Fix REQUEST_URI
+ Increase timeout for angel-listen
+ [angel] Remove unsupported pid-file option

Tue Mar 22 13:00:00 2011 buildbotAATTlighttpd.net
- update to gf461b8
+ [mod_redirect] Fix patterns using %n references
+ [tests] Add test for %n references in mod_redirect
+ [core] Attempt to fix issue with stalling connections in throttle pools
+ Fix bug in delayed connection handling
+ Fix bug in delayed connection handling, 2nd try
+ [mime-types] Fix mimetype insert, add new test cases to catch this
+ [throttle] Fix segfaults
+ [core]: fix connection/vrequest callbacks to return FALSE after they got reset, so handling stops
+ [mod_balance]: renamed from mod_balancer
+ [plugins] Fix some default options (the raw default-value is only used when there is no parser method)
+ [utils] Fix url decoding for non ascii values (signed char negatives)
+ [tests]: use printf instead of echo in shell cgi script

Fri Dec 10 13:00:00 2010 buildbotAATTlighttpd.net
- update to gd78939
+ [autotools] Use AC_PROG_LIBTOOL instead of LT_INIT for backward compatibility

Wed Dec 8 13:00:00 2010 buildbotAATTlighttpd.net
- update to g7a67ba
+ [mod_openssl] make sure we get notified for EV_WRITE again
+ [autotools]: make sure pkg-config m4 is available in autoconf, check for ragel in ./configure

Sun Nov 14 13:00:00 2010 buildbotAATTlighttpd.net
- update to g7a4143
+ [autotools] add memcached.c
+ [tests]: Bind to relative socket filenames
+ [tests] use /tmp for temporary test directory, fixes problem with too long socket paths
+ [throttle] Fix loop counter (leaded to segfaults)
+ [autoconf] Quote all arguments
+ [autoconf] autoupdate
+ [mod_auth] Fix segfault in auth_handle_deny()
+ [core] Immediately rearm throttle pool and update con when inserting into pool
+ [build] Fix detection of libev
+ [plugin_core] Fix cascading in docroot action
+ [tests] Add test for cascading in docroot action
+ [mod_auth] return 403 instead of 401 in auth.deny
+ [tests] Add test for auth.deny

Wed Oct 13 14:00:00 2010 stbuehlerAATTweb.de
- update to g26d915

Tue Oct 12 14:00:00 2010 stbuehlerAATTweb.de
- update to gf635eb

Sun Oct 3 14:00:00 2010 stbuehlerAATTweb.de
- update to g49e0a4

Sun Oct 3 14:00:00 2010 stbuehlerAATTweb.de
- update to g21d9d5

Thu Sep 23 14:00:00 2010 stbuehlerAATTweb.de
- update to g97088f

Sun Sep 12 14:00:00 2010 stbuehlerAATTweb.de
- update to ga3b7ce
- install lua files in debian package

Wed Sep 8 14:00:00 2010 mrueckertAATTsuse.de
- readded git, i use it for running packdist in chroot. :)

Wed Sep 8 14:00:00 2010 stbuehlerAATTweb.de
- remove git from spec buildrequires
- update debian package

Tue Sep 7 14:00:00 2010 mrueckertAATTsuse.de
- update to g2d57e5

Thu Aug 26 14:00:00 2010 mrueckertAATTsuse.de
- update to g2ad699

Mon Aug 23 14:00:00 2010 stbuehlerAATTweb.de
- enable openssl
- add default.html
- new snapshot

Mon Aug 23 14:00:00 2010 mrueckertAATTsuse.de
- add glib2-devel to the requires of the devel package
- set -fno-strict-aliasing
- enable lua and krb5

Mon Aug 23 14:00:00 2010 mrueckertAATTsuse.de
- initial package


 
ICM