From: anthonybaxter Date: Fri, 27 Jul 2001 07:31:22 +0000 (+0000) Subject: regenerated on Fri Jul 27 17:31:18 EST 2001 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a58f38da909dc3e51dcfc6b7d257a3c0ef2afa11;p=roundup.git regenerated on Fri Jul 27 17:31:18 EST 2001 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@105 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/ChangeLog b/ChangeLog index 594d3e5..7af2433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,64 @@ -2001-07-25 14:19 anthonybaxter +2001-07-27 17:30 richard - * setup.py: first cut at setup.py - installs the package, but not - the bin/cgi-bin yet + * BUILD.txt: minor notes + +2001-07-27 17:27 richard + + * BUILD.txt, README.txt: Added build instructions, changed my + e-mail address in the docs to the sourceforge address. + +2001-07-27 17:20 richard + + * Makefile, setup.cfg, setup.py: Makefile is now obsolete - setup + does what it used to do. + +2001-07-27 17:18 richard + + * MANIFEST.in: Added the distutils manifest template (for + "documentation", see distutils.filelist). Has no facility for + comments, so no ID or LOG for this baby. + +2001-07-27 17:16 richard + + * test/: README.TXT, README.txt: rename for consistency + +2001-07-27 17:04 richard + + * INSTALL.TXT, CHANGES.txt, INSTALL.txt, README.TXT, README.txt: + name changes to make distutils happy + +2001-07-27 16:56 richard + + * setup.cfg, setup.py: Added scripts to the setup and added the + config so the default script install dir is /usr/local/bin. + +2001-07-27 16:55 richard -2001-07-25 14:10 richard + * test/: README.TXT, __init__.py, test_dates.py, test_db.py, + test_schema.py: moving tests -> test - * tests/__init__.py: added date test suite +2001-07-27 16:25 richard -2001-07-25 14:10 richard + * roundup/hyperdb.py: Fixed some of the exceptions so they're the + right type. Removed the str()-ification of node ids so we don't + mask oopsy errors any more. - * tests/test_dates.py: Date test suite +2001-07-27 15:17 richard + + * roundup/hyperdb.py: just some comments + +2001-07-26 17:14 richard + + * setup.py: Made setup.py executable, added id and log. + +2001-07-26 16:47 richard + + * INSTALL.TXT: Updated for new installation procedure + +2001-07-25 14:19 anthonybaxter + + * setup.py: first cut at setup.py - installs the package, but not + the bin/cgi-bin yet 2001-07-25 14:09 richard @@ -20,10 +69,6 @@ * README.TXT: added note about the spec -2001-07-25 13:40 richard - - * tests/test_db.py: Fixed an oops - 2001-07-25 13:39 richard * roundup/htmltemplate.py: Hrm - displaying links to classes that @@ -37,9 +82,8 @@ doc/images/logo-codesourcery-medium.gif, doc/images/logo-software-carpentry-standard.gif, roundup/backends/back_anydbm.py, - roundup/templates/extended/dbinit.py, tests/test_db.py, - tests/test_schema.py: Added the Roundup spec to the new - documentation directory. + roundup/templates/extended/dbinit.py: Added the Roundup spec to the + new documentation directory. 2001-07-24 21:18 anthonybaxter @@ -62,11 +106,6 @@ __init__.py magic was needed for the rather high levels of wierd import magic. Reducing level of import magic == (good, future) -2001-07-24 15:22 richard - - * tests/: README.TXT, __init__.py, test_db.py, test_schema.py: - Added some unit tests - 2001-07-24 14:26 anthonybaxter * roundup/backends/back_bsddb3.py: bsddb3 implementation. For now, @@ -344,7 +383,7 @@ * cgitb.py, config.py, date.py, hyperdb.py, roundup-mailgw.py, roundup.py, roundup_cgi.py, roundupdb.py, server.py, template.py: - Added CVS keywords $Id: ChangeLog,v 1.4 2001-07-25 04:21:24 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files. + Added CVS keywords $Id: ChangeLog,v 1.5 2001-07-27 07:31:22 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files. 2001-07-19 15:46 anthonybaxter