X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=README;h=e9ab3e19b2c2cf011b2a2d7d4850db7106a2b602;hb=refs%2Fheads%2Fmaster;hp=531b3cce5ec0f18a80029fb47e4f4d96b7d4ff56;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6;p=nesc.git diff --git a/README b/README index 531b3cc..e9ab3e1 100644 --- a/README +++ b/README @@ -1,7 +1,32 @@ -This is version 1.3.0 of the nesC compiler. +This is version 1.3.4 of the nesC compiler. Installation instructions are in INSTALL. +Changes in nesC 1.3.4 +===================== +- support gcc 4.7.x (issue 3381025) +- fix issues 3519555, 3473487, 3468269 + +Changes in nesC 1.3.3 +===================== +- fixed mig when used with perl 5.12 (sourceforge bugs 3122329, 3066006) +- work around potential gcc 4.6 behavior change (sourceforge bug 3153727) +- support gcc's -H option (print #included file names) + +Changes in nesC 1.3.2 +===================== +- changed Intel Open Source License files to dual BSD/GPL license +- improved support for non-gcc targets: -fnesc-gccize flag, + optionally identify "async" function in nescc output +- bug fixes (sourceforge bugs 3013497, 3017203, 3019357 and others) +- disable use of Apple-specific "blocks" C extension + +Changes in nesC 1.3.1 +===================== +- updated reference manual for language changes since version 1.2.0 +- support gcc's -include option when compiling a nesC application +- bug fixes + Changes in nesC 1.3.0 ===================== - C preprocessor is integrated into nesC, which should significantly speed