Logoj0ke.net Open Build Service > Projects > ha > lighttpd > lighttpd.changes
Sign Up | Log In

File lighttpd.changes of Package lighttpd

 
1
-------------------------------------------------------------------
2
Thu Apr  3 19:04:33 UTC 2014 - cs@linux-administrator.com
3
4
- update to release 1.4.35 
5
6
-------------------------------------------------------------------
7
Mon Jan 20 18:20:22 UTC 2014 - cs@linux-administrator.com
8
9
- update to release 1.4.34 
10
11
-------------------------------------------------------------------
12
Sun Sep 29 09:08:57 UTC 2013 - cs@linux-administrator.com
13
14
- update to release 1.4.33
15
16
-------------------------------------------------------------------
17
Thu Nov 22 19:36:42 UTC 2012 - cs@linux-administrator.com
18
19
- update to 1.4.32 
20
21
-------------------------------------------------------------------
22
Sat Jun  2 08:39:28 UTC 2012 - cs@linux-administrator.com
23
24
- update to 1.4.31 
25
26
-------------------------------------------------------------------
27
Sun Aug 22 20:13:11 UTC 2010 - cs@linux-administrator.com
28
29
- update to 1.4.28 
30
31
-------------------------------------------------------------------
32
Sat Nov 21 17:25:00 CET 2009 - cs@linux-administrator.com
33
34
- update to 1.4.25
35
 - some important bugs were fixed, some are new since 1.4.24
36
 - lua traceback added
37
 - export SSL_CLIENT_* vars for SSL client cert validation
38
39
- release 1.4.24
40
 - many small improvements
41
 - added TLS SNI
42
 - fixed pipelineing (shoud fix problems with lighty as debian mirror)
43
 - fixed some mod_fastcgi bugs
44
45
-------------------------------------------------------------------
46
Sat Jun 20 12:43:00 CET 2009 - cs@linux-administrator.com
47
48
- update to 1.4.23
49
 - spawn-fcgi is now going its own way as an independent project.
50
 - WSGI applications in / should work now
51
   (use the fastcgi/scgi option "fix-root-scriptname").
52
 - There are many other... fixes and improvements
53
54
-------------------------------------------------------------------
55
Tue Feb 17 23:51:00 CET 2009 - cs@linux-administrator.com
56
57
- update to 1.4.21
58
59
-------------------------------------------------------------------
60
Sat Nov 15 12:15:00 CET 2008 - cs@linux-administrator.com
61
62
- update to 1.4.20
63
64
-------------------------------------------------------------------
65
Tue Mar 11 01:16:13 CET 2008 - mrueckert@suse.de
66
67
- update to 1.4.19: (bnc#366526, bnc#364517, bnc#368670)
68
  * added support for If-Range: <date> (#1346)
69
  * added support for matching $HTTP["scheme"] in configs
70
  * fixed initgroups() called after chroot (#1384)
71
  * fixed case-sensitive check for Auth-Method (#1456)
72
  * execute fcgi app without /bin/sh if used as argument to
73
    spawn-fcgi (#1428)
74
  * fixed a bug that made /-prefixed extensions being handled also
75
    when matching the end of the uri in fcgi,scgi and proxy modules
76
    (#1489)
77
  * print error if X-LIGHTTPD-send-file cannot be done; reset
78
    header Content-Length for send-file. Patches by Stefan Buehler
79
  * prevent crash in certain php-fcgi configurations (#841)
80
  * add IdleServers and Scoreboard directives in ?auto mode for
81
    mod_status (#1507)
82
  * open log immediately after daemonizing, fixes SIGPIPEs on
83
    startup  (#165)
84
  * HTTPS env var should be "on" when using mod_extforward and the
85
    X-Forwarded-Proto header is set. (#1499)
86
  * generate ETag and Last-Modified headers for mod_ssi based on
87
    newest modified include (#1491)
88
  * support letterhomes in mod_userdir (#1473)
89
  * support chained proxies in mod_extforward (#1528)
90
  * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
91
  * fixed ECONNRESET handling in network-openssl
92
  * fixed handling of EAGAIN in network-linux-sendfile (#657)
93
  * reset conditional cache (#1164)
94
  * create directories in mod_compress (was broken with
95
    alias/userdir) (#1027)
96
  * fixed out of range access in fd array (#1562, #372)
97
    (CVE-2008-0983)
98
  * mod_compress should check if the request is already handled,
99
    e.g. by fastcgi (#1565)
100
  * remove broken workaround for buggy Opera version with
101
    ssl/chunked encoding (#285)
102
  * generate etag/last-modified header for on-the-fly-compressed
103
    files (#1171)
104
  * req-method OPTIONS: do not insert default response if request
105
    was denied, do not deny OPTIONS by default (#1324)
106
  * fixed memory leak on windows (#1347)
107
  * fixed building outside of the src dir (#1349)
108
  * fixed including of stdint.h/inttypes.h in etag.c (#1413)
109
  * do not add Accept-Ranges header if range-request is disabled
110
    (#1449)
111
  * log the ip of failed auth tries in error.log (enhancement
112
    #1544)
113
  * fixed RoundRobin in mod_proxy (#516)
114
  * check for symlinks after successful pathinfo matching (#1574)
115
  * fixed mod-proxy.t to run with a builddir outside of the src dir
116
  * do not suppress content on "307 Temporary Redirect" (#1412)
117
  * fixed Content-Length header if response body gets removed in
118
    connections.c (#1412, part 2)
119
  * do not generate a "Content-Length: 0" header for HEAD requests,
120
    added test too
121
  * remove compress cache file if compression or write failed
122
    (#1150)
123
  * fixed body handling of status 300 requests 
124
  * spawn-fcgi: only try to connect to unix socket (not tcp) before
125
    spawning (#1575)
126
  * fix sending source of cgi script instead of 500 error if fork
127
    fails (CVE-2008-1111)
128
  * fix min-procs handling in mod_scgi.c, just set to max-procs
129
    (patch from #623)
130
  * fix sending "408 - Timeout" instead of "410 - Gone" for
131
    timedout urls in mod_secdownload (#1440)
132
  * workaround #1587: require userdir.path to be set to enable
133
    mod_userdir (empty string allowed) (CVE-2008-1270)
134
  * make configure checks for --with-pcre, --with-zlib and
135
    --with-bzip2 failing if the headers aren't found
136
  * fixed handling of waitpid() == EINTR mod_ssi on solaris 
137
138
-------------------------------------------------------------------
139
Mon Oct  8 01:37:27 CEST 2007 - mrueckert@suse.de
140
141
- use distro lua on 10.3 or newer
142
143
-------------------------------------------------------------------
144
Mon Sep 10 00:29:16 CEST 2007 - mrueckert@suse.de
145
146
- update to 1.4.18 (#307749)
147
  * fixed compile error on IRIX 6.5.x on prctl() (#1333)
148
  * fixed forwarding a SIGINT and SIGHUP when using max-workers
149
    (#902)
150
  * fixed FastCGI header overrun in mod_fastcgi
151
    (reported by mattias@secweb.se)
152
  * fixed hanging redirects with keep-alive due to missing
153
    "Content-Length: 0" headers
154
  * fixed crashing when using undefined environment variables in
155
    the config
156
  * fixed compilation of mod_mysql_vhost on irix (#1341)
157
158
-------------------------------------------------------------------
159
Wed Aug 29 02:54:23 CEST 2007 - mrueckert@suse.de
160
161
- update to 1.4.17
162
  * added dir-listing.set-footer in mod_dirlisting (#1277)
163
  * added sending UID and PID for SIGTERM and SIGINT to the logs
164
  * fixed hardcoded font-sizes in mod_dirlisting (#1267)
165
  * fixed different ETag length on 32/64 platforms (#1279)
166
  * fixed compression of files < 128 bytes by disabling compression
167
  * (#1241)
168
  * fixed mysql server reconnects (#518)
169
  * fixed disabled keep-alive for dynamic content with HTTP/1.0
170
  * (#1166)
171
  * fixed crash on mixed EOL sequences in mod_cgi
172
  * fixed key compare (#1287)
173
  * fixed invalid char in header values (#1286)
174
  * fixed invalid "304 Not Modified" on broken timestamps
175
  * fixed endless loop on shrinked files with sendfile() on BSD
176
    (#1289)
177
  * fixed counter overrun in ?auto in mod_status (#909)
178
  * fixed too aggresive caching of nested conditionals (#41)
179
  * fixed possible overflow in unix-socket path checks on BSD
180
    (#713)
181
  * fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
182
  * fixed handling of duplicate If-Modified-Since to return 304 
183
  * fixed extracting status code from NPH scripts (#1125)
184
  * fixed prctl() usage (#1310)
185
  * removed config-check if passwd files exist (#1188)
186
  * fixed crash when etags are disabled but the client sends one
187
    (#1322)
188
  * fixed crash when freeing the config in mod_alias
189
  * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
190
  * fixed entering 404-handler from dynamic content (#948)
191
  * added more debug infos for FAM based stat-cache
192
  * use more LSB like paths in the sample config (#1242)
193
194
-------------------------------------------------------------------
195
Thu Aug 23 01:53:40 CEST 2007 - mrueckert@suse.de
196
197
- split the firewall files for http and https similar to apache
198
  (#247748)
199
200
-------------------------------------------------------------------
201
Tue Aug 21 00:01:48 CEST 2007 - mrueckert@suse.de
202
203
- updated lighttpd-1.4.10_testsuite.patch
204
  new name lighttpd-1.4.16_testsuite.patch:
205
  - omit upstreamed snippet
206
207
-------------------------------------------------------------------
208
Wed Jul 25 14:02:32 CEST 2007 - mrueckert@suse.de
209
210
- update to 1.4.16
211
  * added static-file.etags, etag.use-inode, etag.use-mtime,
212
    etag.use-size to customize the generation of ETags for static
213
    files. (#1209) (patch by <Yusufg@gmail.com>)
214
  * fixed typecast of NULL on execl() (#1235)
215
    (patch by F. Denis)
216
  * fixed circumventing url.access-deny by trailing slash (#1230)
217
  * fixed crash on duplicate headers with trailing WS (#1232)
218
  * fixed accepting more connections then requested (#1216)
219
  * fixed mem-leak in mod_auth (reported by Stefan Esser)
220
  * fixed crash with md5-sess and cnonce not set in mod_auth
221
    (reported by Stefan Esser)
222
  * fixed missing check for base64 encoded string in mod_auth and
223
    Basic auth (reported by Stefan Esser)
224
  * fixed possible crash in Auth-Digest header parser on trailing
225
    WS in mod_auth (reported by Stefan Esser) 
226
  * fixed check on stale errno values, which broke handling of
227
    broken fastcgi applications. (#1245)
228
  * fixed crash on 32bit archs when debug-msgs are printed in
229
    mod_scgi, mod_fastcgi and mod_webdav (#1263)
230
- removed lighttpd-1.4.x_mod_status_orig_uri.patch:
231
  included upstream
232
233
-------------------------------------------------------------------
234
Fri May 25 16:37:55 CEST 2007 - mrueckert@suse.de
235
236
- added lighttpd-1.4.x_mod_status_orig_uri.patch:
237
  show the original request uri in the mod_status output
238
239
-------------------------------------------------------------------
240
Mon May 14 13:51:01 CEST 2007 - mrueckert@suse.de
241
242
- synced spec with the -snapshot rpms
243
244
-------------------------------------------------------------------
245
Thu Apr 19 19:55:35 CEST 2007 - mrueckert@suse.de
246
247
- added /var/lib/lighttpd/sockets/
248
249
-------------------------------------------------------------------
250
Mon Apr 16 08:36:26 CEST 2007 - mrueckert@suse.de
251
252
- update to 1.4.15:
253
  * fixed broken Set-Cookie headers
254
- additional changes from 1.4.14: (includes fixes for bnc:#246945)
255
  * fix crash if gethostbyaddr() failed on redirect [1718]
256
  * properly handle 206 responses generated by *cgi scripts.
257
    (#755) [1716]
258
  * added HTTPS=on to the environment of cgi scripts (#861) [1684]
259
  * fix handling of 303 (#1045) [1678]
260
  * made the configure check for lua more portable [1677]
261
  * added mod_extforward module [1665]
262
  * references to the fam stat cache engine should be conditional
263
    (#1039) [1664]
264
  * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
265
  * prevent wrong pidfile unlinking on graceful restart
266
    (Chris Webb) [1656]
267
  * ignore empty packets from STDERR stream. #998
268
  * fix a crash for files with an mtime of 0 reported by cubiq on
269
    irc [1519] CVE-2007-1870
270
  * allow empty passwords with ldap (Jörg Sonnenberger) [1516]
271
  * mod_scgi.c segfault fix #964 [1501]
272
  * Added round-robin support to mod_fastcgi [1500]
273
  * Handle DragonFlyBSD the same way as Freebsd
274
    (Jörg Sonnenberger) [1492,1676]
275
  * added now and weeks support to mod_expire. #943
276
  * fix cpu hog in certain requests [1473] CVE-2007-1869
277
  * fix for handling hostnames with trailing dot [1406]
278
  * fixed header-injection via server.tag (#1106)
279
  * disabled caching of files without a content-type to solve the
280
    aggressive caching of FF
281
  * remove trailing white-spaces from HTTP-requests before parsing
282
    (#1098)
283
  * fixed accesslog.use-syslog in a conditional and the caching of
284
    the accesslog for files (fixes #1064)
285
  * fixed various crashes at startup on broken accesslog.format
286
    strings (#1000)
287
  * fixed handling of %% in accesslog.format
288
  * fixed conditional dir-listing.exclude (#930)
289
  * reduced default PATH_MAX to 255 (#826)
290
  * ECONNABORTED is not known on cygwin (#863)
291
  * fixed crash on url.redirect and url.rewrite if %0 is used in
292
    a global context (#800)
293
  * fixed possible crash in debug-message in mod_extforward
294
  * fixed compilation of mod_extforward on glibc < 2.3.4
295
  * fixed include of empty in the configfiles (#1076)
296
  * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi
297
    wants SIGUSR1. (#737)
298
  * fixed missing AUTH_TYPE entry in the fastcgi environment.
299
    (#889)
300
  * fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
301
  * added kill-signal as another setting for fastcgi backends. See
302
    the wiki for more.
303
- fixed the default config: (#254820)
304
  it broke when module configs used variables
305
- added zlib-devel and libbz2-devel to the buildrequires for 10.3+
306
- added proper conditionals for older distros
307
- added optional mod_geoip module. (only build on the buildservice)
308
- added mod_magnet config file
309
310
-------------------------------------------------------------------
311
Mon Mar 26 14:28:15 CEST 2007 - rguenther@suse.de
312
313
- Add gdbm-devel BuildRequires
314
315
-------------------------------------------------------------------
316
Sat Dec  2 23:33:26 CET 2006 - mrueckert@suse.de
317
318
- fixed building on sles9
319
320
-------------------------------------------------------------------
321
Thu Oct 19 22:11:16 CEST 2006 - mrueckert@suse.de
322
323
- Factory has 5.1.1. so allow building against plain lua-devel
324
325
-------------------------------------------------------------------
326
Tue Oct 10 01:26:06 CEST 2006 - mrueckert@suse.de
327
328
- update to 1.4.13:
329
- removed lighttpd-1.4.9.patch: fixed it upstream finally.
330
  * added initgroups in spawn-fcgi (#871)
331
  * added apr1 support htpasswd in mod-auth (#870)
332
  * added lighty.stat() to mod_magnet
333
  * fixed segfault in splitted CRLF CRLF sequences
334
    (introduced in 1.4.12) (#876)
335
  * fixed compilation of LOCK support in mod-webdav
336
  * fixed fragments in request-URLs (#869)
337
  * fixed pkg-config check for lua5.1 on debian
338
  * fixed Content-Length = 0 on HEAD requests without
339
    a known Content-Length (#119)
340
  * fixed mkdir() forcing 0700 (#884)
341
  * fixed writev() on FreeBSD 4.x and older (#875)
342
  * removed warning about a 404-error-handler
343
    returned 404
344
  * backported and fixed the buildsystem changes for
345
    webdav locks
346
  * fixed plugin loading so we can finally load lua
347
    extensions in mod_magnet scripts
348
  * fixed large uploads if xattr is enabled
349
- buildrequire lua51
350
351
-------------------------------------------------------------------
352
Mon Sep 25 03:15:19 CEST 2006 - mrueckert@suse.de
353
354
- lighttpd.sysconfig/lighttpd.init:
355
  added LIGHTTPD_UMASK with a default value of "077" to make sure
356
  we have a sane umask. mod_webdav now honors the umask when
357
  creating new files.
358
359
-------------------------------------------------------------------
360
Sat Sep 23 14:59:10 CEST 2006 - mrueckert@suse.de
361
362
- update to 1.4.12:
363
  o added experimental LOCK support for webdav
364
  o added Content-Range support for PUT in webdav
365
  o added support for += on empty arrays in config-files
366
  o added ssl.cipher-list and ssl.use-sslv2
367
  o added $HTTP["querystring"] conditional
368
  o added mod_magnet as long-term replacement for mod_cml
369
  o added work-around for a Opera Bug with SSL + Chunked-Encoding
370
  o changed --print-config to print to stdout instead of stderr
371
  o changed no longer use 0600 for new files with webdav. umask is
372
    honored. Make sure you have set a proper umask.
373
  o fixed upload hangs with SSL
374
  o fixed connection drops with SSL (aka bad retry)
375
  o fixed path traversal with \ on cygwin
376
  o fixed mem-leak in mod_flv_streaming
377
  o fixed required trailing newline in configfiles (#142)
378
  o fixed quoting the autoconf files (#466)
379
  o fixed empty Host: + $HTTP["host"] handling (#458)
380
  o fixed handling of If-Modified-Since if ETag is not set
381
  o fixed default-shell if SHELL is not set (#441)
382
  o fixed appending and assigning of env.* vars
383
  o fixed empty FCGI_STDERR packets
384
  o fixed conditional server.allow-http-11
385
  o fixed handling of follow-symlink + lstat()
386
  o fixed SIGHUP handling if max-workers is used
387
  o fixed "Software caused connection abort" messages on FreeBSD
388
389
- additional changes from 1.4.11:
390
  o added ability to specify which ip address spawn-fci listens on
391
    (agkr@pobox.com)
392
  o added mod_flv_streaming to streaming Flash Movies efficiently
393
  o fixed handling of error codes returned by mod_dav_svn behing a
394
    mod_proxy
395
  o fixed error-messages in mod_auth and mod_fastcgi
396
  o fixed re-enabling overloaded local fastcgi backends
397
  o fixed handling of deleted files in linux-sendfile
398
  o fixed compilation on BSD and MacOSX
399
  o fixed $SERVER["socket"] on a already bound socket
400
  o fixed local source retrieval on windows
401
    (secunia)
402
  o fixed hanging cgi if remote side is dieing while reading
403
    from the pipe (sandy@meebo.com)
404
405
-------------------------------------------------------------------
406
Thu Jul 20 19:47:22 CEST 2006 - olh@suse.de
407
408
- remove unused neon from buildrequires
409
410
-------------------------------------------------------------------
411
Tue May 30 22:39:42 CEST 2006 - mrueckert@suse.de
412
413
- updated to 1.4.10
414
 * added ability to specify which ip address spawn-fci listens on
415
   (agkr@pobox.com)
416
 * added mod_flv_streaming to streaming Flash Movies efficiently
417
 * fixed handling of error codes returned by mod_dav_svn behing a
418
   mod_proxy
419
 * fixed error-messages in mod_auth and mod_fastcgi
420
 * fixed re-enabling overloaded local fastcgi backends
421
 * fixed handling of deleted files in linux-sendfile
422
 * fixed compilation on BSD and MacOSX
423
 * fixed $SERVER["socket"] on a already bound socket
424
 * fixed local source retrieval on windows
425
   (secunia)
426
 * fixed hanging cgi if remote side is dieing while reading
427
   from the pipe (sandy@meebo.com)
428
429
- removed lighttpd-1.4.10_importantfixes.patch:
430
  all changes are upstream
431
- updated lighttpd-1.4.10_testsuite.patch:
432
  o removed max-request size
433
  o fixed count of the fastcgi tests.
434
435
436
-------------------------------------------------------------------
437
Mon Mar  6 22:49:18 CET 2006 - mrueckert@suse.de
438
439
- added lightytest.sh
440
  wrapper script around the test suite. so we properly cleanup the
441
  php-fastcgi process.
442
443
-------------------------------------------------------------------
444
Mon Mar  6 20:40:57 CET 2006 - mrueckert@suse.de
445
446
- added new splitted config (config.tar.bz2)
447
- added lighttpd-1.4.10_importantfixes.patch:
448
 + typo in mod_cml documentation (doc/cml.txt)
449
 + added paragraph about using var. and env.
450
   (doc/configuration.txt)
451
 + explain fastcgi.map-extensions (doc/fastcgi.txt)
452
 + include FAM_CFLAGS/SQLITE3_CFLAGS when needed (src/Makefile.am)
453
 + dont crash if using %0 reference in a !~ conditional (tln #557)
454
   (src/configfile-glue.c)
455
 + handle additional request types/methods for webdav
456
   this allows proxying mod_dav_svn through lighttpd.
457
   (src/connections.c, src/keyvalue.c, src/keyvalue.h)
458
 + handle aliases correctly with force_lowercase_filenames
459
   (src/mod_alias.c)
460
 + improved error message for errors in the authentication config
461
   (src/mod_auth.c)
462
 + cgi module no longer resets physical path (mod_cgi.c)
463
 + close unused pipe-fds as soon as possible to generate a
464
   SIGPIPE if the remote end dies. (src/mod_cgi.c)
465
 + only send REQUEST_URI and QUERY_STRING if they are set
466
   (src/mod_cgi.c)
467
 + added host.load as status-variable (src/mod_fastcgi.c)
468
 + better handling for shrinking files
469
   (src/network_linux_sendfile.c)
470
 + don't init a SERVER["socket"] if it is initialized already
471
   (src/network.c)
472
 + fixed end of life memleaks (tln #524) (src/server.c)
473
 + removed umask(0);, let the old umask stay in place (tln #547)
474
 + test suite fixes (tests/mod-fastcgi.t, tests/request.t)
475
 + allow leading zeros in HTTP/01.01 (tln #542)
476
   (tests/core.t, src/request.c)
477
 + fixed handling of subdirs in ssi (tln #462) (src/mod_ssi.c)
478
- start lighttpd with a minimal environment
479
- added update for the server.tag in the config file
480
481
-------------------------------------------------------------------
482
Mon Feb 20 04:06:01 CET 2006 - mrueckert@suse.de
483
484
- split off mod_rrdtool
485
486
-------------------------------------------------------------------
487
Wed Feb  8 17:26:44 CET 2006 - mrueckert@suse.de
488
489
- update to version 1.4.10
490
  * added docs for mod_dirlisting
491
  * added fastcgi.map-extensions to mod_fastcgi
492
  * fixed load balancing for mod_fastcgi
493
  * fixed extra newline for syslog() in mod_accesslog
494
  * fixed user-track cookie for IE in mod_usertrack
495
  * fixed crash in digest handling in mod_auth
496
  * fixed handling of 301 response-bodies from a mod_proxy backend
497
  * fixed loading of base modules if server.modules is not set
498
  * fixed broken cgi if mod_scgi is loaded
499
- enabled test suite
500
- applied lighttpd-1.4.10_testsuite.patch
501
 - limits the max request size to 2GB. otherwise it would be 2^63-1
502
   on 64bit arches and one tests would fail.
503
504
-------------------------------------------------------------------
505
Wed Jan 25 21:37:51 CET 2006 - mls@suse.de
506
507
- converted neededforbuild to BuildRequires
508
509
-------------------------------------------------------------------
510
Mon Jan 23 22:39:39 CET 2006 - mrueckert@suse.de
511
512
- splitted up all modules that pull in extra dependencies
513
 lighttpd-mod_cml - lua, libmemcache
514
 lighttpd-mod_mysql_vhost - mysql-shared
515
 lighttpd-mod_trigger_b4_dl - libmemcache,gdbm
516
 lighttpd-mod_webdav - libxml2, sqlite3
517
518
-------------------------------------------------------------------
519
Mon Jan 23 20:49:24 CET 2006 - mrueckert@suse.de
520
521
- fix typo in the file section
522
523
-------------------------------------------------------------------
524
Sun Jan 15 19:43:57 CET 2006 - mrueckert@suse.de
525
526
- update to version 1.4.9
527
  * added server.core-files option (sandy)
528
  * added docs for mod_status
529
  * added mod_evasive to limit the number of connections by IP ()
530
  * added the power-magnet to mod_cml
531
  * added internal statistics to mod_fastcgi
532
  * added server.statistics-url to get internal statistics
533
    from mod_status
534
  * added support for conditional range-requests through If-Range
535
  * added static building via scons
536
  * fixed 100% cpu loops in mod_cgi ("sandy" )
537
  * fixed handling for secure-download.timeout
538
    (jamis@37signals.com)
539
  * fixed IE bug in content-charset in the output of
540
    mod_dirlisting (sniper@php.net)
541
  * fixed typos and language in the docs
542
    (ryan-2005@ryandesign.com)
543
  * fixed assertion in mod_cgi on HEAD request is Content-Length ()
544
  * fixed handling if equal but duplicate If-Modified-Since request
545
    headers
546
  * fixed endless loops in mod_fastcgi if backend is dead
547
  * fixed Depth: 1 handling in PROPFIND requests on empty dirs
548
  * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen )
549
  * fixed initial bind to a unix-domain socket through server.bind
550
  * fixed handling of lowercase filesystems
551
  * fixed duplicate request headers cause by mod_setenv
552
- added lighttpd-1.4.9_mod_fastcgi_crash.patch
553
  temporary fix a crash in the log message
554
555
-------------------------------------------------------------------
556
Wed Nov 23 17:38:46 CET 2005 - mrueckert@suse.de
557
558
- update to version 1.4.8
559
  * added auto-reconnect to ldap-server in mod_auth
560
  * changed auth.ldap-cafile to be optional
561
  * added strip_request_uri in mod_fastcgi
562
  * added more X-* headers to mod_proxy
563
  * added 'debug' to simple-vhost to suppress the messages by default
564
  * added support to let the server listen on UNIX-socket
565
  * changed default stat-cache-engine to 'simple'
566
  * removed debian/ dir from source package on request by packager
567
  * fixed max-age timestamps in mod_expire
568
  * fixed encoding the filenames in PROPFIND in mod_webdav
569
  * fixed range request handling in network_writev
570
  * fixed retry on connect error in mod_fastcgi
571
  * fixed possible crash in mod_webdav if sqlite3 support
572
    is available but not use
573
  * fixed fdvent-handler init if server.max-worker was used
574
  * fixed missing cleanup in mysql_vhost
575
  * fixed assert() in "connections.c:962:
576
      connection_handle_read_state: Assertion 'c->mem->used' failed."
577
  * fixed 64bit issue in md5
578
  * fixed crash in mod_status
579
  * fixed duplicate headers in mod_proxy
580
  * fixed Content-Length in HEAD request in mod_proxy
581
  * fixed unsigned/signed comparisions
582
  * fixed streaming in mod_cgi
583
  * fixed possible overflow in password-salt handling
584
  * fixed server-traffic-limit if connection limit is not set
585
- reenabled FAM support. (using gamin)
586
587
-------------------------------------------------------------------
588
Tue Oct 11 16:08:26 CEST 2005 - mrueckert@suse.de
589
590
- update to version 1.4.6
591
  * fixed compilation on MacOS X and cygwin
592
  * fixed compressed output if caching was disabled (seen in IE and Opera)
593
  * fixed range-request option
594
  * fixed mysql-vhost module (was broken in 1.4.5)
595
  * fixed false positive in the detection of case-insensitive FS
596
597
-------------------------------------------------------------------
598
Tue Oct  4 04:34:38 CEST 2005 - mrueckert@suse.de
599
600
- update to version 1.4.5
601
602