summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-09-30 08:54:41 +0000
committerJan Kneschke <jan@kneschke.de>2005-09-30 08:54:41 +0000
commit4ab20e5bef69dcebbb6045bd920c331f012bc061 (patch)
tree33808864ff859503c09c7c82c47d45993e64bbc2
parentbb0959bb6533e5e217e969eaedfc41a67dfcfe93 (diff)
downloadlighttpd-git-4ab20e5bef69dcebbb6045bd920c331f012bc061.tar.gz
documented the changes
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@765 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS19
-rw-r--r--debian/changelog6
2 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b47d895..97f3ab8d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,25 @@
NEWS
====
+- 1.4.5 -
+
+ * added all DeltaV methods as known methods
+ * added buffer-to-disk of request content
+ * added warning for unused variables in conditionals
+ * added global index-generators to mod_indexfile
+ * fixed caching for remote-ip conditionals with keep-alive
+ * fixed redirects with content
+ * fixed infinite loop in exec-cmd in mod_ssi
+ * fixed segfault in config handling for mod_mysql_vhost
+ * fixed segfault on FIFOs/Sockets
+ * fixed possible crash on uninit memory if If-Modified-Since was too long
+ * fixed accounting of mem-chunks
+ * fixed starving of connections on high load
+ * fixed crc errors in mod_compress on 64bit platforms
+ * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
+ * fixed logic of conditionals if a header was not set
+ * fixed a segfault in mod_rewrite if %1 references were used
+
- 1.4.4 - 2005-09-16
* added support for %V in mod_accesslog
* added a option for a FastCGI responser to send static files
diff --git a/debian/changelog b/debian/changelog
index b7757893..d01626f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lighttpd (1.4.5-1) unstable; urgency=low
+
+ * updated to 1.4.5
+
+ -- Jan Kneschke <jan@kneschke.de> Fri, 30 Sep 2005 10:54:00 +0200
+
lighttpd (1.4.4-1) unstable; urgency=low
* updated to 1.4.4