From: Bdale Garbee Date: Sat, 19 Dec 2009 20:53:38 +0000 (-0700) Subject: update changelogs for Debian build X-Git-Tag: debian/0.6+60+g10d1bbc X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d4cf1446680d8b47396bcda338e8df7af395d102 update changelogs for Debian build --- diff --git a/ChangeLog b/ChangeLog index 25cf7f17..cee5bdee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +commit 10d1bbcd9709a5eee8d50989215242b16feb7232 +Author: Keith Packard +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 + +commit a15abc1882a3bdd2c980eed169f3b80337528390 +Author: Bdale Garbee +Date: Sat Dec 19 12:15:29 2009 -0700 + + update changelogs for Debian build + commit bbb152c712801653374a8f82869e2e8bf41f7279 Author: Bdale Garbee 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 Sat, 19 Dec 2009 13:53:32 -0700 + altos (0.6+58+gbbb152c) unstable; urgency=low [ Keith Packard ]