Incorrect accquiring bugdir command line argument
[be.git] / NEWS
diff --git a/NEWS b/NEWS
index 0cf9aae57b2e73658c20b3b005477f48546e0e3d..986e88708714218f128b67e59c906625e0f91ff8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+April 16, 2011
+ * Added --preserve-uuids to `be import-xml`.
+ * Added --assigned, --severity, and --status to `be new`.
+ * Added --notify to `be serve`.
+
+March 5, 2011
+ * Release version 1.0.1 (bugfixes).
+January 8, 2011
+ * Release version 1.0.0.
+
+July 14, 2010
+ * Added --show-status to `be depend`.
+
+June 25, 2010
+ * Added --tags to `be list`.
+
+February 20, 2010
+ * `be html` uses truncated IDs in comment and bug URLs and anchors.
+
+January 27, 2010
+ * `be html` links (<a href="...) #-delimited references in text/*
+   comment bodies.
+
+January 25, 2010
+ * Added --ssl to `be serve` using cherrypy.wsgiserver.
+
+January 23, 2010
+ * Added 'Created comment with ID .../.../...' output to `be comment`.
+ * Added --important and --mine to `be list`.
+
+January 20, 2010
+ * Renamed 'be-mbox-to-xml' -> 'be-mail-to-xml' and added support for
+   several mailbox formats.
+
+January 3, 2010
+ * Changed `be list --uuids` -> `be list --ids`
+   Instead of UUIDs, it now outputs user ids: BUGDIR/BUG
+
+January 1, 2010
+ * Added HTTP storage backend and server
+   Serve a local repo on http://localhost:8000
+     be --repo REPO serve
+   Then connect from other be calls, for example
+     be --repo http://localhost:8000 list
+
+December 31, 2009
+ * New bugdir/bug/comment ID format replaces old bug:comment format.
+ * Deprecated support for `be diff` on Arch and Darcs <= 2.3.1.  A new
+   backend abstraction (Storage) makes the former implementation
+   ungainly.
+ * Improved command completion.
+ * Removed commands close, open, email_bugs, 
+ * Flipped some arguments
+   `be assign BUG-ID [ASSIGNEE]` -> `be status ASSIGNED BUG-ID ...`
+   `be severity BUG-ID SEVERITY` -> `be severity SEVERITY BUG-ID ...`
+   `be status BUG-ID STATUS` -> `be status STATUS BUG-ID ...`
+
+December 7, 2009
+ * added --paginate and --no-pager to be.
+ * be --dir DIR COMMAND now roots the bugdir in DIR _without_ changing
+   directories.
+ * `be init --root DIR` should now be `be --dir DIR init`.
+
 December 5, 2009
  * targets are now a special type of bug (severity 'target'), so you
    can do all the things you do with normal bugs to them as well