dabo Commit Revision 7312 Date: 2013-01-04 13:37:55 -0800 (Fri, 04 Jan 2013) Author: Paul Trac: http://trac.dabodev.com/changeset/7312
Changed: U trunk/ChangeLog U trunk/INSTALL D trunk/README D trunk/TODO U trunk/dabo/version.py Log: Removed old unused files, modified INSTALL, bumped version to 0.9.5. Diff: Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2013-01-04 17:10:17 UTC (rev 7311) +++ trunk/ChangeLog 2013-01-04 21:37:55 UTC (rev 7312) @@ -1,6 +1,6 @@ See the Subversion log for all the details. -(Pending) Dabo 0.9.5 (2012-01-04) Revision 7307): +Dabo 0.9.5 (2012-01-04) Revision 7312): =============================================================================== This is the final entry to this ChangeLog. After this, we will be migrating to GitHub and starting a new RELEASENOTES.md to note the changes. Once on GitHub, Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2013-01-04 17:10:17 UTC (rev 7311) +++ trunk/INSTALL 2013-01-04 21:37:55 UTC (rev 7312) @@ -1,12 +1,11 @@ Dabo - Some brief installation notes. PREREQUISITES: -+ Python (we recommend the latest, currently 2.5) -+ sqlite3 (comes with Python 2.5) or pysqlite2 (install separately) -+ wxPython UNICODE BUILD (we recommend the latest, currently 2.8) -+ MySQLdb (to run the demos) -+ reportlab -+ PIL (also known as Imaging or the Python Imaging Library) ++ Python (we recommend the latest, currently 2.7.3) ++ wxPython UNICODE BUILD (we recommend the latest, currently 2.8.12.1) ++ MySQLdb (only to run the demos) ++ reportlab (only to run reports) ++ PIL (only to run reports) (also known as Imaging or the Python Imaging Library) INSTALLATION: Deleted: trunk/README Deleted: trunk/TODO Modified: trunk/dabo/version.py =================================================================== --- trunk/dabo/version.py 2013-01-04 17:10:17 UTC (rev 7311) +++ trunk/dabo/version.py 2013-01-04 21:37:55 UTC (rev 7312) @@ -1,2 +1,2 @@ -__version__ = "0.9.4" +__version__ = "0.9.5" _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
