From: Gonzalo A. <ga...@us...> - 2006-08-25 14:24:00
|
Update of /cvsroot/mod-c/mod_c/src In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12589 Modified Files: ChangeLog Log Message: Updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-c/mod_c/src/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog 23 Aug 2006 10:43:38 -0000 1.1 --- ChangeLog 25 Aug 2006 14:23:57 -0000 1.2 *************** *** 1,3 **** 2006-08-23 Matej Urbas <mat...@gm...> ! * ChangeLog: Added ChangeLog. --- 1,20 ---- + + 2006-08-25 Gonzalo Arana <gon...@gm...> + + * bootstrap does not delete unmodified files. + * cosmetic change: define RDEBUG & SDEBUG macros. + * cosmetic change: cached_ehtml is renamed to ehtml_rec. + * ehtml_rec has two new fields: mtime & size (used for auto-reloading). + * lib_cache: PutEHTMLIntoCache changes its signature. + * lib_cache: LoadEHTMLFile changes its signature. + * lib_cache: defined LoadAndCacheEHTML. + * lib_cache functions smaller. + * mod_c.c: defined c_[sdp]config() to get mod_c configuration. + * mod_c.c: CHandler: changed behaviour, supporting auto cache & + auto-refreshing ehtml files. + * mod_c.c: cosmetic change in command record definitions. + 2006-08-23 Matej Urbas <mat...@gm...> ! * ChangeLog: Added ChangeLog. ! |