[pywin32-checkins] pywin32 setup.py, 1.79, 1.80 CHANGES.txt, 1.23, 1.24
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-08-09 01:51:31
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7290 Modified Files: setup.py CHANGES.txt Log Message: Add support for IMAPIAdviseSink Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** setup.py 9 Aug 2008 01:49:49 -0000 1.79 --- setup.py 9 Aug 2008 01:51:39 -0000 1.80 *************** *** 1483,1486 **** --- 1483,1487 ---- %(mapi)s/PyIProfAdmin.i %(mapi)s/PyIProfAdmin.cpp %(mapi)s/PyIProfSect.i %(mapi)s/PyIProfSect.cpp + %(mapi)s/PyIMAPIAdviseSink.cpp %(mapi)s/mapiutil.cpp Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CHANGES.txt 31 Jul 2008 09:30:53 -0000 1.23 --- CHANGES.txt 9 Aug 2008 01:51:39 -0000 1.24 *************** *** 6,9 **** --- 6,14 ---- However contributors are encouraged to add their own entries for their work. + Since build 212: + ---------------- + + * MAPI gets support for IMAPIAdviseSink + Since build 211: ---------------- |