X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=changelog;h=1c2ba14c2952e1b3e244c3f4851872f85a1c3c65;hb=c0feb0119fe9f9f2af21a5f2fd08c8c1c60650d9;hp=4735735d43f793e572bfff8cf7523b040d6f9a8b;hpb=3a5527e1d500786a5e6f87b25ceed4c1dda0aedd;p=tinyos-2.x.git diff --git a/changelog b/changelog index 4735735d..1c2ba14c 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,47 @@ +tinyos (2.1.0-2-1tinyos1) hardy; urgency=low + + * TinyOS packages now carry both upstream (official) and TMI version numbers + encoded as the debian package version number. + * TinyOS source packages work through the tinyos-source meta package and by + providing tinyos-source to allow multiple tinyos-source-VER packages to be + installed while still allowing upgrades to bring in the latest + tinyos-source-VER package (perhaps via apt-get dist-upgrade). + * .gbp.conf file configures for git-buildpackage. Using the 'per branch' + config file so that we can maintain packages for multiple tinyos upstream + versions, as needed, from a single git repository. + + -- R. Steve McKown Thu, 03 Dec 2009 13:06:14 -0700 + +tinyos (2.1.0-1tinyos1) hardy; urgency=low + + * Performance improvements to the msp430 USCI SPI peripheral code. + * Better support in the msp430 USCI SPI peripheral for acting as SPI slave. + + -- R. Steve McKown Sat, 16 May 2009 11:56:51 -0600 + +tinyos (2.1.0-1tinyos0) hardy; urgency=low + + * Add filters for svn and git repos when building deb packages. + * Fix up io pin restoration after SPI peripheral is released. + * Wrong definition. __MSP430_HAS_ADC12 has trailing underscores. + * This change allows msp430 usci SpiByte.write to terminate if the spi + resource is released in a higher level interrupt. + * Msp430UartP for usci incorrectly resetting peripheral state when released. + * Resource unconfigure in Msp430SpiP for usci was incorrect. + * Add PlatformSerialC to tmicore, for convenience. + * Flash bits for the tmicore platform. Need work. + * Fix up steve's e-mail address. + * Fix up HplMsp430GeneralIOC.nc to make it more robust in the face of + various msp430 configurations. + + -- R. Steve McKown Sun, 12 Apr 2009 15:39:00 -0600 + +tinyos (2.1.0-0tinyos4) hardy; urgency=low + + * Support 64-bit builds + + -- R. Steve McKown Thu, 04 Sep 2008 10:55:34 -0600 + tinyos (2.1.0-0tinyos3) hardy; urgency=low * Incorporate local enhancements to tos-bsl and motelist