summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-09-28 01:58:50 -0600
committerBdale Garbee <bdale@gag.com>2011-09-28 01:58:50 -0600
commitba14fe42d5034161d7872437c5e3ffb1b121cae5 (patch)
tree005e6a9512c5892c1ca3ebf175f9a5fa2294197d
parent8620861e6edb5c11f47458ebea1a3fad95354a48 (diff)
update changelogs for Debian builddebian/1.0.2
-rw-r--r--ChangeLog89
-rw-r--r--debian/changelog16
2 files changed, 105 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2711173f..f415bf56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+commit 8620861e6edb5c11f47458ebea1a3fad95354a48
+Author: Bdale Garbee <bdale@gag.com>
+Date: Wed Sep 28 01:57:22 2011 -0600
+
+ roll back Debian changelog to build for release
+
+commit ca8709f9b14a6c312be54e296904c5eb3267fcf8
+Author: Keith Packard <keithp@keithp.com>
+Date: Wed Sep 28 00:43:42 2011 -0700
+
+ doc: Add 1.0.2 release notes
+
+ Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit bbc46241a5c5f15b74d37b1d032e6cde28b501a9
+Author: Keith Packard <keithp@keithp.com>
+Date: Tue Sep 27 21:06:54 2011 -0700
+
+ altos: TM: Don't turn on packet slave mode until idle/invalid state
+
+ Leave the packet link disabled until we've checked the
+ accelerometer. That way, we cannot accidentally get to idle mode when
+ the rocket is on the rail.
+
+ Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit ac7633630c1b04fdd761c16af7bd9377e76926c5
+Merge: 6e7fa21 fc4173f
+Author: Bdale Garbee <bdale@gag.com>
+Date: Tue Sep 27 01:00:14 2011 -0600
+
+ Merge branch 'master' into branch-1.0
+
+commit fc4173ff882dd9718f34ed043276ef612783dfe0
+Author: Bdale Garbee <bdale@gag.com>
+Date: Tue Sep 27 00:59:08 2011 -0600
+
+ add run-time dependency on libjfreechart-java
+
+commit 6e7fa216939f804135da4468fcf51d88cf6ee6c6
+Author: Keith Packard <keithp@keithp.com>
+Date: Mon Sep 26 11:58:05 2011 -0700
+
+ Bump to version 1.0.2
+
+ Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit f82921baf869b76521892c65f3c7b09467b2b69d
+Author: Keith Packard <keithp@keithp.com>
+Date: Mon Sep 26 11:50:28 2011 -0700
+
+ altos: Delay reboot by a second to avoid re-entering idle mode
+
+ TM and Tm go into idle mode if they receive a packet after boot
+ time. When tebooting the device over the packet link, the packet
+ master would be (rapidly) polling the device for additional data and
+ so the device would invariably receive a packet during bootup and go
+ into idle mode again.
+
+ Delay the reboot by a second to give the controller time to disable
+ the master end of the packet link.
+
+ Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit 989aae5b18856e3420ea5b7a26ddd8dccae9d6d3
+Merge: 0552fbe e44f1ff
+Author: Bdale Garbee <bdale@gag.com>
+Date: Sat Sep 24 15:34:59 2011 -0600
+
+ Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
+
+commit 0552fbed34c9698dac30c239df2a823a8502b3f3
+Author: Bdale Garbee <bdale@gag.com>
+Date: Tue Aug 30 16:59:53 2011 -0600
+
+ include 1.0.1 release notes in docs, closes: #642705
+
+commit e44f1ffb7104d70f5c9b9a90529ddbe1b75da074
+Author: Bdale Garbee <bdale@gag.com>
+Date: Tue Aug 30 16:59:53 2011 -0600
+
+ include 1.0.1 release notes in docs
+
+commit 5c3a0263d292cb0675f608d0ef085d13e51ce6ba
+Author: Bdale Garbee <bdale@gag.com>
+Date: Sun Aug 28 13:39:37 2011 -0600
+
+ update changelogs for Debian build
+
commit 93b8f40bb451c9ec152490d1f431ab18f8ecb7d1
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Aug 26 10:52:55 2011 -0600
diff --git a/debian/changelog b/debian/changelog
index a662e1c3..2b8b5f3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+altos (1.0.2) unstable; urgency=low
+
+ [ Bdale Garbee ]
+ * update release process docs
+ * update changelogs for Debian build
+ * include 1.0.1 release notes in docs, closes: #642705
+ * add run-time dependency on libjfreechart-java
+
+ [ Keith Packard ]
+ * altos: Delay reboot by a second to avoid re-entering idle mode
+ * Bump to version 1.0.2
+ * altos: TM: Don't turn on packet slave mode until idle/invalid state
+ * doc: Add 1.0.2 release notes
+
+ -- Bdale Garbee <bdale@gag.com> Wed, 28 Sep 2011 01:58:27 -0600
+
altos (1.0.1) unstable; urgency=low
[ Bdale Garbee ]