* tools/asp_state/asp-state4.exe.config: modifed to load types
from System.Web 4.0.0
* src/Mono.WebServer/InitialWorkerRequest.cs: do not decode paths
before passing them to GetSafePath. Fixes bug #581594
svn path=/trunk/xsp/; revision=152564
* configure.in:
* src/AssemblyInfoModMono.cs.in:
* src/AssemblyInfo.cs.in:
* tools/asp_state/AssemblyInfo.cs.in:
* tools/dbsessmgr/AssemblyInfo.cs.in:
Split VERSION to VERSION and XSP_VERSION in order to allow svn
revision
in VERSION and still satisfy mcs's numbering scheme (recently
changed
to match csc)
Didn't replace VERSION, because we need the tarball version to
not have
periods in the revision name.
svn path=/trunk/xsp/; revision=88287
* tools/asp_state/Makefile.am:
* tools/dbsessmgr/Makefile.am:
Split DATA and SCRIPTS for .exe and .exe.config so that .config doesn't
have the execute bit set (otherwise, causes warning in suse's rpmlint)
svn path=/trunk/xsp/; revision=78907
* tools/asp_state/asp_state.cs: find configuration filename to match the
executable name and path plus ".config", that fix not finding the oldnamed
"asp_state.exe.config" what make it work for asp-state2.exe, besides it was
looking for the configuration file in the current dir, not the dir containing
the executable. Also for first timers like me be a bit more verbose and don't
start if some command line arguments are passed (I tried a asp-state --help
and got baffled).
svn path=/trunk/xsp/; revision=46162
* configure.in: put the full path to mono in RUNTIME
* */Makefile.am: s.$libdir.$prefix/lib, since that's what mono
uses. Also, for scripts, use RUNTIME rather than just `mono'.
svn path=/trunk/xsp/; revision=44211
* server/Makefile.am (CLEANFILES): Clean up *.exe and *.mdb.
* tools/dbsessmgr/Makefile.am (EXTRA_DIST): Add dbsessmgr2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* tools/asp_state/Makefile.am (EXTRA_DIST): Add asp-state2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* scripts/Makefile.am (CLEANFILES): Fix typos. Clean up all the scripts.
svn path=/trunk/xsp/; revision=37773