summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-22 16:44:57 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:51 +0200
commit13491c6b73b50720557930ec65043ff5436018e3 (patch)
tree32ee426abe3109607845a463226503a4eb4b0ae4 /NEWS
parentad6d1b84001a051e76d9c1ca516997e71750287a (diff)
downloadnbb-13491c6b73b50720557930ec65043ff5436018e3.tar.gz
nbb-13491c6b73b50720557930ec65043ff5436018e3.tar.xz
nbb-13491c6b73b50720557930ec65043ff5436018e3.zip
New nbb commands: init, configure, build, install
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f76c72d..a0dd8d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
nbb 1.20.x
* Automatically call autoreconf for GNU make users.
- * Implement 'nbb help <command>'.
+ * Implement new command 'nbb help <command>'.
* Implement global nbb options --vcs, --build-system, --dry-run.
- * Implement 'nbb config <option> [<new-value>]'.
- * Rename python module from nbb_lib.py to nbblib/__init__.py.
+ * Implement new command 'nbb config <option> [<new-value>]'.
+ * Implement new command 'nbb init'
+ * Implement new command 'nbb configure'
+ * Implement new command 'nbb build'
+ * Implement new command 'nbb install'
+ * Implement new command 'nbb make [...params...]'
+ * Refactor python module nbb_lib.py into nbblib/*.py
* Miscellaneous build fixes related to move to standalone nbb.
+ * Handle a few more corner cases with nested source trees.
nbb 1.20
* Initial standalone version of nbb.