diff options
author | Bdale Garbee <bdale@gag.com> | 2013-12-18 11:08:03 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-12-18 11:08:03 -0700 |
commit | e33d55e27fdc0a54a0738e39c42e22fcf81d7a2e (patch) | |
tree | b509e49092cfd01bf827bfdec3e8873e53e7ebaa | |
parent | 9c200c3bc742b4dd1a7e28bfce9d5b27e833aae5 (diff) |
let's see how this goes
-rw-r--r-- | Releasing | 3 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,7 @@ These are Bdale's notes on how to do a release. - - make sure there's a suitable ARM Cortex toolchain in /opt/cortex! + - make sure there's a suitable ARM Cortex toolchain installed, + including pdclib and stlink. git checkout master diff --git a/debian/changelog b/debian/changelog index b9e78c8b..61bcd20f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +altos (1.2.9) unstable; urgency=low + + * test build on the with-pdclib branch + + -- Bdale Garbee <bdale@gag.com> Wed, 18 Dec 2013 11:07:28 -0700 + altos (1.0.1+3+g93b8f40) unstable; urgency=low * update release process docs |