DITrack Change Log $Id$ $HeadURL$ v.0.3.1, 24-Aug-2006 ================== * Fixed: 'edit info headers' menu item didn't work in 'act'. v.0.3, 22-Aug-2006 ================== * DITrack is rewritten from scratch in Python. * Database format changed: issue descriptions and comments are now stored in RFC2822 message format. Conversion scripts are supplied (see the README file for conversion instructions). * 'edit-categories', 'edit-users' and 'edit-versions' commands removed. * The 'comment' command renamed to 'act'. * The 'act' command is now able to take action on multiple issues at once. * An issue header field changes are now recorded in structured way (with DT-Old-* and DT-New-* comment headers). * 'dt ls' is now able to accept multiple filter expressions (or predefined filter names) and display issues that match any of the filters. * Filter expressions (and predefined filters) used by 'dt ls' now may include repetitive header field names, e.g. 'Due-in!=0.2,Due-in!=0.3'. * Command line options now may be placed anywhere on a command line, provided they can be unambigously parsed out. * 'dt act' now has a menu option to change an issue owner. * It is now impossible to mess up comment headers from within the 'act' command. * Fixed: 'ls' aborted execution upon running into nonexistent/corrupted issue directory in the database. v.0.2, 18-Jul-2006 ================== * A draft of user manual added. * 'dt' now makes use of EDITOR environment variable to guess the editor to use. * 'dt' now recognizes DITRACK_ROOT environment variable specify a location of the issues database. * 'dt' now supports '--version' option to report its version information. * 'dt ls' now supports filters to selectively list issues. * 'dt comment' menu now has an option to change due version for the issue. * 'dt new' now copies just-entered issue title to the initial issue description (passed to a user to edit). * 'dt comment' no longer obligates the user to enter a comment text. * Timestamp presentation in issue and comment headers no longer depends on locale used. v.0.1, 26-Jun-2006 ================== Initial release.