From: Stephen D. <sd...@us...> - 2005-02-28 04:34:31
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24187 Modified Files: ChangeLog Log Message: XML mime types changed to application/xml from text/xml, fixes bug #1145927. Added a handful of new mime mappings. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLog 26 Feb 2005 17:18:33 -0000 1.7 --- ChangeLog 28 Feb 2005 04:34:19 -0000 1.8 *************** *** 1,2 **** --- 1,8 ---- + 2005-02-27 Stephen Deasey <sd...@us...> + + * nsd/mimetypes.c: XML mime types changed to application/xml from + text/xml, fixes bug #1145927. Added a handful of new mime + mappings. + 2005-02-26 Zoran Vasiljevic <vas...@us...> |