Merge commit 'origin'
[wizzardx.tinyos2.x.git] / release-notes.txt
bloba8b4d97485a67f787be0b7d47007156524a27293
1 These release notes are as of: $Date$
3 2.1:
4   Added support for iris platform
5   Added support for shimmer platform
6   Added 4-bit link estimator to CTP in lib/net/4bitle
7   Added DIP dissemination protocol in lib/net/dip
8   Added FTSP time synchronization service in lib/ftsp
9   Added TOSThreads library in lib/tosthreads
10   Added SafeTinyOS support with 'safe' make option
11   Added support for 802.15.4 T-Frames through 'tframe' make option
12   Added TKN15.4, a platform-independent 802.15.4-2006 MAC implementation
13   Added low-power application tutorial
14   Added printf tutorial
15   Added TEPs
16   Changed 802.15.4 stacks to use I-Frames by default (TEP 125)
17   Changed Packet interface to better support type checking
18   Changed Receive interface to support fan-in
19   Changed atm128 I2C bus to obey same addressing as MSP430
20   Changed printf implementation to no longer require explicit wiring of PrintfC component
21   Fixed memory leak in CTP on duplicate suppression
23 2.0.2:
24   Added reimplementation of low-power CC2420 stack to support AUTOACK and SACK
25   Added Deluge and related tools (support for micaZ and telosb only)
26   Added TEPs
27   Added 64-bit support for Java support code
28   Fixed oscillator calibration bug in MSP430 USART
29   Fixed clear channel detection bug in TOSSIM
30   Fixed errors in tutorial text
31   Fixed deadlock in C-based serial forwarder
32   Fixed bugs in at45db and stm25p storage stacks
34 2.0.1:
35   Added low-power cc2420 stack as default on relevant platforms
36   Added lib/printf (simple serial messages)
37   Added lib/net/lqi (LQI-based collection layer for CC2420 platforms)
38   Added sensorboards/mts300 (mica sensor board)
39   Added noise modeling to TOSSIM (captures temporal correlation)
40   Added TEPs
41   Added tutorials
42   Changes to Resource management interfaces and components
43   Change to atmega128 ADC: output is no longer left-justified
44   Fixed cancellation bug in active message layers (no sendDone)
45   Fixed errors in tutorial text
46   Fixed interface errors in dissemination
47   Fixed lockup bug in atmega128 streaming reads
48   Fixed lockup bug in atmega128 SPI stack (0-length writes)
49   Fixed lockup bug in atmega128 I2C stack (power management)
50   Fixed memory access bugs in serial stack and AM queue (from John Regehr)
51   Fixed TMote sleep power consumption for newest RHoS nodes
52   New atmega128 timer stack fixes mica-family timer problems
53   Numerous optimizations and performance improvements
54   Numerous additional bug fixes