From: Bdale Garbee Date: Fri, 10 Sep 2010 05:52:20 +0000 (-0600) Subject: update changelogs for Debian build X-Git-Tag: 0.7.1~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=78ce3120e5a53858ca0d43c734aa5d28b4948ce3 update changelogs for Debian build --- diff --git a/ChangeLog b/ChangeLog index 8e1be97c..8b4f8892 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +commit 71c85613a28c24c3aad7b4aa3299d8677ef1268e +Author: Bdale Garbee +Date: Thu Sep 9 23:51:23 2010 -0600 + + rewind packaging changelog + +commit af200f5b84555de0556b52146379f3934774a3f3 +Author: Keith Packard +Date: Thu Sep 9 22:30:48 2010 -0700 + + altosui: Fix telemetry file reader to handle tick count wrapping + + The telemetry reader was ignoring tick count wrapping, so you'd see + time go backwards in jumps. Not useful. + + Signed-off-by: Keith Packard + +commit 96ca7051f60ea299e3e05bafbe5717fc83c3afd2 +Author: Bdale Garbee +Date: Thu Sep 9 22:50:03 2010 -0600 + + update changelogs for Debian build + commit 2d5e48c5dc0e822fdf430f43804c1e5e79fdbf84 Author: Keith Packard Date: Thu Sep 9 21:28:10 2010 -0700 diff --git a/debian/changelog b/debian/changelog index 39708acf..db929e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +altos (0.7.1) unstable; urgency=low + + [ Keith Packard ] + * Add firmware and libaltos to 'fat' target at top-level + * altosui: Remove some debug printfs. + * altosui: libaltos.so is built with libtool -- it's in + ../libaltos/.libs + * Add --with-fat-dir configure option to publish finished stand-alone + bits + * altosui: Fix telemetry file reader to handle tick count wrapping + + -- Bdale Garbee Thu, 09 Sep 2010 23:51:53 -0600 + altos (0.7+96+g48f5799) unstable; urgency=low [ Keith Packard ]