summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-20 15:52:26 +0200
committerJustus Winter <justus@gnupg.org>2016-04-20 15:52:26 +0200
commite251d53b29cfaacb9c265576bb18a317333b70e6 (patch)
treef0c7e9f9aaaeb36b9f7b53d2f7d960bb2deb4d8a
parent36457093278a06752c44c10bb98e4b1eeab3f792 (diff)
Update NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 761df95..03fa1c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
Version 1.7 (2016-04-XX)
+* MIG now has a test suite. It includes a set of valid and invalid
+ definition files that MIG will try to process. For valid
+ definitions, GCC will compile the stubs to check if valid C code was
+ generated.
+
* The generated code uses integer types from 'stdint.h' now instead of
the old Mach types.