diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-15 17:06:45 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-15 17:06:45 +0200 |
commit | 6dfd373070a059f3d79c663b6fb98bd17b2321d6 (patch) | |
tree | 3073fcbbff6d8cfd6b8580155f732fac163427a7 | |
parent | 9de2868feb8a742edbb89e58375ca8223c64b54d (diff) | |
download | mig-6dfd373070a059f3d79c663b6fb98bd17b2321d6.tar.gz mig-6dfd373070a059f3d79c663b6fb98bd17b2321d6.tar.bz2 mig-6dfd373070a059f3d79c663b6fb98bd17b2321d6.zip |
Update NEWS file
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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' |