-
Notifications
You must be signed in to change notification settings - Fork 8
/
Changes
46 lines (31 loc) · 1.3 KB
/
Changes
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
34
35
36
37
38
39
40
41
42
43
44
45
Revision history for HTTP-Server-Brick
$Id$
0.1.6 Mon August 31 2015
Fixed test to not use out of bound server port as per RT #106745.
Honour timeout argument as per RT #101629
0.1.5 Wed August 26 2015
Added trailing slash to directories in directory listing to remove redirection. Pull request
from github/polettix.
0.1.4 Sat May 11 2013
Changed mount to return $self and added mount_root as per suggestions from Gintautas Grigelionis
0.1.3 Mon June 16 2008
Fixed bug in test where incorrect # tests were reported without SSL installed
0.1.2 Sun June 15 2008
Fixed bug RT #29042 which caused a failure when no explicit port in url
Added better logging for failed handlers
0.1.1 Sat June 14 2008
Implemented X-Brick-Remote-IP header patch, submitted by hdp, and test for same
0.1.0 Sat July 21
Implemented forking and SSL changes submitted by hdp
0.0.9 Thur Jun 28
fixed 'broken pipe' issue and also Build.PL dependency for people using Makefile.PL in CPAN shell
0.0.8 Mon Jun 25
fixed mount_path issue and added test
0.0.7 Mon Jun 25
Minor pod changes
0.0.6 Mon Jun 25
Minor pod and build changes
0.0.5 Sun Jun 24
Initial public release
0.0.1 Fri Jun 22 21:25:56 2007
Initial release.