aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-29 11:11:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-29 11:11:16 +0200
commit387ecff0a6af5430a356d8a26f7f65f36662a672 (patch)
tree7e2c6f97aed11d0054b7ffd789b226fb452638ba
parentd16fad918f5ed5580bda7f3f834769a12db7560b (diff)
Update NEWS file
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5d15b2..b8ecd03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.3.8
+
+ * Escape # in the second expansion in the message function. The
+ double-escaping of # in build rules is no longer necessary.
+
+ * New subsystem, meta, that is used for building other build
+ systems. Currently supported: autoconf, automake, VC++ 9.0,
+ VC++ 10.0, and VC++ tests.
+
+ * New subsystem, dist, that is used for preparing distributions.
+
Version 0.3.7
* Do not treat files with relative paths as generated.