summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-15 17:06:45 +0200
committerJustus Winter <justus@gnupg.org>2016-04-15 17:06:45 +0200
commit6dfd373070a059f3d79c663b6fb98bd17b2321d6 (patch)
tree3073fcbbff6d8cfd6b8580155f732fac163427a7
parent9de2868feb8a742edbb89e58375ca8223c64b54d (diff)
Update NEWS file
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 809ac66..761df95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 1.7 (2016-04-XX)
+
+* The generated code uses integer types from 'stdint.h' now instead of
+ the old Mach types.
+
+* Code that was hard-coding the word size has been identified and
+ fixed.
+
+* Support for the obsolete kinds of RPC routines 'functions',
+ 'procedures', and 'simple procedures' has been removed.
+
+* MIG now emits code that casts objects translated from capabilities
+ to the correct C type.
+
Version 1.6 (2015-10-31)
* MIG now emits RPC lookup functions that are declared `static inline'