update changelogs for Debian build
[fw/altos] / ChangeLog
index 70d0c357d1763d4f07321f895f7dc14d360ce397..64fa8a5c65ec1d5d92a4687b9e9f02c6078acf6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,211 @@
+commit f993afc4860f105b719682f49a100779d47c02e0
+Merge: 9657e53 699dc89
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sun Dec 25 19:07:44 2011 -0700
+
+    Merge branch 'branch-1.0' of ssh://git.gag.com/scm/git/fw/altos into branch-1.0
+
+commit 9657e53abee69872e1b16dc997519aa3d70bf2d9
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sun Dec 25 19:07:34 2011 -0700
+
+    more notes on release notes in Releasing
+
+commit 699dc89ce00cf3133b484324273f00d28a3c6af6
+Author: Keith Packard <keithp@keithp.com>
+Date:   Sun Dec 25 17:01:41 2011 -0800
+
+    Add 1.0.3 release notes.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit 69dca3e53f0abbf0180dd5a04eed0549f4634561
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sun Dec 25 18:00:17 2011 -0700
+
+    mention release notes in Releasing file prep stage
+
+commit 3891be7d7ff9a3948f8a033b76b4b665040dc8f4
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sun Dec 25 17:37:15 2011 -0700
+
+    don't try to link bluetooth lib
+
+commit 098c2eeec57dd18c6bb6f18b21f386e93b8f7edb
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sun Dec 25 17:31:05 2011 -0700
+
+    don't try to include bluetooth headers
+
+commit baa571c241d438c9e229c2f12ec3f1d57ec64f84
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Sun Dec 25 17:21:47 2011 -0700
+
+    releasing 1.0.3
+
+commit 9c14863faff674f611680d2cc7de9a29b0184fec
+Author: Keith Packard <keithp@keithp.com>
+Date:   Sat Dec 17 17:05:06 2011 -0800
+
+    altos: Create TeleMetrum v1.2 directory
+    
+    The hardware is software-compatible with v1.1, but it's nice to have
+    the right version number in all of the files.
+    
+    Signed-off-by: Keith Packard <keithp@keithp.com>
+    (cherry picked from commit eff8611e3eb19853b06acfcd7e978c9046cd5f78)
+    
+    (this is quite different from the master version which is multi-arch)
+
+commit fff3f013bf5f8e8625efc9e603e91ba9a64a390c
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed Sep 28 18:54:14 2011 -0600
+
+    lose the bluetooth lib dependency until it's relevant
+
+commit ba14fe42d5034161d7872437c5e3ffb1b121cae5
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Wed Sep 28 01:58:50 2011 -0600
+
+    update changelogs for Debian build
+
+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
+
+    more release process doc updates
+
+commit 9451ae5e4ea6ecfa512ba93197351682d4d043dc
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 10:51:18 2011 -0600
+
+    update release process docs
+
+commit 01aee9ebe517ed657692e0a39a31ae0ddfb5b8b0
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 10:39:45 2011 -0600
+
+    update changelogs for Debian build
+
+commit bc399d97a8424a5262f66a03e3bc403f793bb337
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 10:38:44 2011 -0600
+
+    roll back packaging changelog for rebuild
+
+commit 13e6e799070a1469cbc2ff990379ee520b8f0e6a
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 10:29:58 2011 -0600
+
+    roll release notes version from 1.0 to 1.0.1
+
+commit 1d15c841ad276127edae0345bd316c30731fffbf
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 10:24:35 2011 -0600
+
+    ignore generated log file
+
+commit 58a74c3c3dcd01509224326cffeb67a3e809e4e6
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 10:07:15 2011 -0600
+
+    fix telemini firmware path name
+
+commit 0a92eb2fa6b213533691288d8f99d72b80312983
+Author: Bdale Garbee <bdale@gag.com>
+Date:   Fri Aug 26 09:43:06 2011 -0600
+
+    update changelogs for Debian build
+
 commit 3cea033ec928c21b9f7b810898ed3c3cc536d2ce
 Author: Bdale Garbee <bdale@gag.com>
 Date:   Fri Aug 26 09:41:46 2011 -0600