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