forked from mono/mod_mono
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
53 lines (36 loc) · 1.46 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
May 19, 2004 - Gonzalo Paniagua
---------------------------------------
Added MonoApplicationsConfigFile and MonoApplicationsConfigDir
directives that use the new --appconfigfile and --appconfigdir
options of mod-mono-server to support virtual hosts.
April 16, 2004 - Gonzalo Paniagua
---------------------------------------
More existing installation breakage. From now on, mod_mono is able to
launch mod-mono-server.
April 8, 2004 - Gonzalo Paniagua
---------------------------------------
The changes today will break existing installations. Check out the
INSTALL file for details on the new setup. It's easier.
....
December 2, 2003 - Gonzalo Paniagua
---------------------------------------
0.6 released.
November 24, 2003 - Gonzalo Paniagua
---------------------------------------
0.6 is near.
There have been several fixes to POST+body handling and building
mod_mono_old is now optional. This way, you don't need mono-dev package
to build mod_mono.
October 2, 2003 - Gonzalo Paniagua
---------------------------------------
Preparing 0.5 release.
Renamed:
* mod_mono to mod_mono_old
* mod_mono_unix to mod_mono
The FAQ and INSTALL for the old mod_mono are in FAQ-old.txt and
INSTALL-old.
September 18, 2003 - Gonzalo Paniagua
---------------------------------------
From now on, mod_mono_unix uses content_type to determine if it will
process a request or not. You *MUST* use the AddType directive in your
apache configuration file. More info in the INSTALL file.