[pywin32-checkins] pywin32 CHANGES.txt,1.39,1.40
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-01 22:43:42
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18032 Modified Files: CHANGES.txt Log Message: new ISAPI changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** CHANGES.txt 14 Dec 2008 23:19:12 -0000 1.39 --- CHANGES.txt 1 Jan 2009 22:43:36 -0000 1.40 *************** *** 9,14 **** ---------------- ! * Refactored isapi.install to expose some of the previously-encapsulated ! functionality in FindWebServer and CreateDirectory. * "Modernization" changes, instigated by py3k: --- 9,19 ---- ---------------- ! * isapi: ! * Refactored isapi.install primarily to support installing extensions into ! the root of a site (Jason R. Coombs) ! * New IIS6-only functionality HSE_REQ_EXEC_URL which avoids the need to use ! a filter in most cases, including new demos for this. ! * Other misc support functions (HSE_REQ_REPORT_UNHEALTHY, ! HSE_REQ_GET_ANONYMOUS_TOKEN, etc) * "Modernization" changes, instigated by py3k: |