diff options
author | Bdale Garbee <bdale@gag.com> | 2009-12-19 13:53:38 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-12-19 13:53:38 -0700 |
commit | d4cf1446680d8b47396bcda338e8df7af395d102 (patch) | |
tree | 1a0c09f945fb25c5cc3898a926e54205b2b04d84 | |
parent | 10d1bbcd9709a5eee8d50989215242b16feb7232 (diff) |
update changelogs for Debian builddebian/0.6+60+g10d1bbc
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,21 @@ +commit 10d1bbcd9709a5eee8d50989215242b16feb7232 +Author: Keith Packard <keithp@keithp.com> +Date: Sat Dec 19 11:34:16 2009 -0800 + + Use ao_radio_get/ao_radio_put in packet code. + + The ao_radio_get function both acquires the mutex *and* configures the + radio channel and frequency. Failing to use this in the packet code + would leave the radio frequency unconfigured. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit a15abc1882a3bdd2c980eed169f3b80337528390 +Author: Bdale Garbee <bdale@gag.com> +Date: Sat Dec 19 12:15:29 2009 -0700 + + update changelogs for Debian build + commit bbb152c712801653374a8f82869e2e8bf41f7279 Author: Bdale Garbee <bdale@gag.com> Date: Sat Dec 19 12:05:40 2009 -0700 diff --git a/debian/changelog b/debian/changelog index d451654b..b988eea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +altos (0.6+60+g10d1bbc) unstable; urgency=low + + [ Keith Packard ] + * Use ao_radio_get/ao_radio_put in packet code. + + -- Bdale Garbee <bdale@gag.com> Sat, 19 Dec 2009 13:53:32 -0700 + altos (0.6+58+gbbb152c) unstable; urgency=low [ Keith Packard ] |