be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.
[be.git] / NEWS
1 December 6, 2009
2  * be --dir DIR COMMAND now roots the bugdir in DIR _without_ changing
3    directories.
4  * `be init --root DIR` should now be `be --dir DIR init`.
5
6 December 5, 2009
7  * targets are now a special type of bug (severity 'target'), so you
8    can do all the things you do with normal bugs to them as well
9    (e.g. comment on them, link them into dependency trees, etc.)
10  * new command `be due` to get/set bug due dates.
11  * changes to `be diff`
12    * exits with an error if required revision control is not possible.
13      Previously it printed a message, but exitted with status 0.
14    * removed options --new, --removed, --modified, --all
15    * added options --uuids, --subscribe
16    Replace:
17      '--new' with '--uuids --subscribe DIR:new'
18      '--removed' with '--uuids --subscribe DIR:rem'
19      '--modified' with '--uuids --subscribe DIR:mod'
20      '--all' with '--uuids'
21  * changes to `be depend`
22    * added options --status, --severity
23  * changes to `be list`
24    * added blacklist capability to --status, --severity, --assigned
25    * removed options --target, --cur-target
26    Replace:
27      'be list --target TARGET' with
28      'be depend --status -closed,fixed,wontfix --severity -target \
29         $(be target --resolve TARGET)'
30      'be list --cur-target' with
31      'be depend --status -closed,fixed,wontfix --severity -target \
32         $(be target --resolve)'
33  * changes to `be target`
34    * added option --resolve
35    * removed option --list
36    Replace:
37      'be target --list' with 'be list --status all --severity target'
38  * assorted cleanups and bugfixes
39
40 December 4, 2009
41  * new commands:
42    email-bugs
43  * broke `be comment --xml` out and extended into `be import-xml`
44  * added --dir option to `be diff'
45  * new XML format <be-xml>
46  * interfaces/email/interactive:
47    * added support for [be-bug:xml] interface
48    * improved security with restrict_file_access
49  * assorted cleanups, bugfixes, and optimizations
50
51 November 17, 2009
52  * new becommands:
53    commit
54    depend
55    html
56    merge
57    remove
58    status
59    subscribe
60    tag
61  * renamed becommands:
62    set_root => init
63  * removed becommands:
64    inprogress
65    upgrade
66  * new interfaces:
67    email:
68      interactive
69      catmutt
70    xml:
71      be-mbox-to-xml
72      be-xml-to-mbox
73  * deprecated interfaces:
74    gui:
75      beg
76      wxbe
77    web:
78      Bugs-Everywhere-Web
79  * lots of bugfixes and cleanups, see `be diff 200` for details.
80
81 April 10, 2006
82  * Updated BeWeb to TurboGear 0.9
83
84 April 6, 2006
85  * Better diagnostics from Marien Zwart
86  * Fixed installation from Marien Zwart
87  * Support ReST comments
88
89 April 3, 2006
90  * Handle replying to comments
91  * Better help handling (Thomas Gerigk)
92
93 March 31, 2006
94  * Changes to comments are shown in bzr diff
95
96 March 3, 2006
97  * Better bzr compatibility
98  * Auto-commit support
99
100 Feb 3, 2006
101  * BeWeb can merge, commit, etc.
102
103 Jan 30, 2006
104  * Creator support (Alexander Belchenko)
105
106 Jan 26, 2006
107  * Unicode support
108
109 December 3, 2005
110 * Added new "beweb" web interface