From: Mike C. F. <mcf...@us...> - 2010-03-30 15:52:27
|
Update of /cvsroot/pydispatcher/pydispatch/docs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31545/docs Modified Files: index.html Log Message: Note the release changes Index: index.html =================================================================== RCS file: /cvsroot/pydispatcher/pydispatch/docs/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 14 Nov 2008 18:09:51 -0000 1.3 --- index.html 30 Mar 2010 15:52:19 -0000 1.4 *************** *** 1,20 **** <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> ! <title>Python Dispatch Package</title> <link href="style/sitestyle.css" type="text/css" rel="stylesheet"> ! <meta content="Patrick K. O'Brien" name="author"> ! </head> ! ! ! <body> <h1>PyDispatcher</h1> --- 1,17 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html><head> ! ! ! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Python Dispatch Package</title> ! <link href="style/sitestyle.css" type="text/css" rel="stylesheet"> ! <meta content="Patrick K. O'Brien" name="author"></head><body> <h1>PyDispatcher</h1> *************** *** 192,196 **** --- 189,199 ---- <ul> + <li>Version 2.0.2</li> + <ul> + <li>Further packaging fixes.<br> + </li> + </ul> <li>Version 2.0.1</li> + <ul> <li>Packaging fixes to allow for easy_install based installation</li> *************** *** 268,271 **** <p class="footer">A SourceForge Open-Source project: <a href="http://sourceforge.net"><img title="" alt="SourceForge" style="border: 0px solid ; width: 88px; height: 31px;" src="http://sourceforge.net/sflogo.php?group_id=79755&type=1" align="middle" border="0" height="31" width="88"></a></p> ! </body> ! </html> --- 271,273 ---- <p class="footer">A SourceForge Open-Source project: <a href="http://sourceforge.net"><img title="" alt="SourceForge" style="border: 0px solid ; width: 88px; height: 31px;" src="http://sourceforge.net/sflogo.php?group_id=79755&type=1" align="middle" border="0" height="31" width="88"></a></p> ! </body></html> \ No newline at end of file |