File: CHANGES

package info (click to toggle)
dhttpd 1.02a-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 196 kB
  • ctags: 62
  • sloc: cpp: 713; makefile: 65; sh: 29
file content (33 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DHTTPD, file VERSION:

Version v1.02-3 --> v1.02-4 [ Mon Mar 3 1997 ]
	* checks for disconnect when reading mime data

  -- David A. Bartold (dbartold@ccsi.com)

Version v1.02-2 --> v1.02-3 [ Fri Feb 14 1997 ]
	* Removed useless MIME-version: header from responses
	* Changed to use RFC1123 date format (this is enforced in HTTP/1.1)

  -- Nicols Lichtmaier (nick@feedback.com.ar) Fri Feb 14 1997

Version v1.02-1 --> v1.02-2 [ Wed Feb 12 1997 ]
	* Added .deb file type
	* New maintainer of Debian code

  -- Nicols Lichtmaier (nick@feedback.com.ar) Wed Feb 12 1997

Version v1.02   --> v1.02-1 [ Tue Feb 4 1997 ]
	* Initial debianization

  -- Christoph Lameter (clameter@debian.org) Tue Feb 4 1997

Version v1.00   --> v1.02 [ Fri Jan 24 1997 ]
	* Combined the Linux and SunOS versions into one
	* Improved Makefile
	* Fixed creation of date strings, "Sun" changed to "Sunday"
	* Forgot to include blank line after mime header when
	  returning an http error message
	* Added support for customizable error message files

  -- David A. Bartold (dbartold@ccsi.com)