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