forked from mono/xsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
95 lines (55 loc) · 2.09 KB
/
NEWS
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
May 16, 2005
--------------
Ew, long time, no updates here. As of today, xsp standalone supports SSL.
[...]
Jun 1, 2004 - Gonzalo Paniagua
---------------------------------------
* Released 0.14
May 19, 2004 - Gonzalo Paniagua
---------------------------------------
* Added support for virtual hosts in mod-mono-server.
April 22, 2004 - Gonzalo Paniagua
---------------------------------------
* Released 0.12
April 21, 2004 - Gonzalo Paniagua
---------------------------------------
* Released 0.10 and 0.11.
December 11, 2003 - Gonzalo Paniagua
---------------------------------------
* Added nunit-asp.
December 2, 2003 - Gonzalo Paniagua
---------------------------------------
* Released 0.8
November 24, 2003 - Gonzalo Paniagua
---------------------------------------
* Jackson added an ASP.NET state server.
October 23, 2003 - Gonzalo Paniagua
---------------------------------------
* More speed improvements in serialization.
October 3, 2003 - Gonzalo Paniagua
---------------------------------------
* Speed improvements.
* Ability to stop the server pressing enter.
September 22, 2003 - Gonzalo Paniagua
---------------------------------------
* Use autogen.
* Fixed some bugs based on our dogfooding.
August 29, 2003 - Gonzalo Paniagua
----------------------------------
* Added PATH_INFO support for both servers.
August 25, 2003 - Gonzalo Paniagua
----------------------------------
* Added multiple applications support for both xsp.exe and mod-mono-server.exe.
July 31, 2003 - Gonzalo Paniagua
----------------------------------
* From now on, we also generate a mod-mono-server.exe executable that is used
along with mod_mono_unix to serve ASP.NET pages under apache2.
July 24, 2003 - Gonzalo Paniagua
----------------------------------
* The gzip compression related classes are now in Mono.Http.dll
July 23, 2003 - Gonzalo Paniagua
----------------------------------
I should have started writing this before...
* Changed executable name to xsp.exe (yeah!)
* Added gzip encoding support. It's enabled by default. You can disable it in
test/web.config file.