From: <mik...@us...> - 2004-02-27 14:30:03
|
Update of /cvsroot/sharedaemon/ui-web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23576 Modified Files: .cdtbuild ChangeLog Log Message: 27/02/2004 Mikael Barbeaux * Starting to implement session generation. Index: .cdtbuild =================================================================== RCS file: /cvsroot/sharedaemon/ui-web/.cdtbuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- .cdtbuild 28 Dec 2003 12:52:38 -0000 1.5 +++ .cdtbuild 27 Feb 2004 14:13:28 -0000 1.6 @@ -27,6 +27,7 @@ <optionReference id="cygwin.link.ld.paths"> <listOptionValue builtIn="false" value=""G:/MinGW/lib/""/> </optionReference> + <optionReference defaultValue="true" id="cygwin.gnu.linker.options.noshared"/> </toolReference> </configuration> <configuration id="cygwin.exec.debug.490083026" name="Debug" parent="cygwin.exec.debug"> Index: ChangeLog =================================================================== RCS file: /cvsroot/sharedaemon/ui-web/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- ChangeLog 1 Jan 2004 14:51:00 -0000 1.31 +++ ChangeLog 27 Feb 2004 14:13:28 -0000 1.32 @@ -23,6 +23,9 @@ ----------------------------------------------------------- +27/02/2004 Mikael Barbeaux + * Starting to implement session generation. + 01/01/2004 Mikael Barbeaux * Fixed a bug while parsing query string of http request. * Basic implementation for method processors ( GET, HEAD and POST ). |