X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;fp=README;h=edb0809b27c512aca9c80d87f63ebea92b026aaa;hb=afe799e7802f38d1f55e1bd2044451ba164743b1;hp=531b3cce5ec0f18a80029fb47e4f4d96b7d4ff56;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468;p=nesc.git diff --git a/README b/README index 531b3cc..edb0809 100644 --- a/README +++ b/README @@ -1,7 +1,21 @@ -This is version 1.3.0 of the nesC compiler. +This is version 1.3.2 of the nesC compiler. Installation instructions are in INSTALL. +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