summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-02-13 21:57:26 -0700
committerBdale Garbee <bdale@gag.com>2014-02-13 21:57:26 -0700
commit1b3d07ede530fa40cb7257fb1725c969ba60e0f0 (patch)
tree3034148946e8c2e2c0f745ea4c23b83227e9393e /debian
parente77c24aaaff12669ca6970dfcca770671387f59c (diff)
update changelog for Debian builddebian/1.3.2-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog48
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6060cc7f..da17e208 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,51 @@
+altos (1.3.2-1) unstable; urgency=medium
+
+ [ Bdale Garbee ]
+ * update notes on how to release
+ * use firmware in /usr/share/altos for teledongle, update telemetrum for v2.0
+ * updating changelog for release
+
+ [ Keith Packard ]
+ * altoslib: Validate TeleMega GPS_SAT log packet nsat
+ * altos: Tmega Don't try to log info about more than 12 GPS sats
+ * doc: Add 1.3.2 release notes
+ * Set version to 1.3.2 in preparation for release
+ * doc: Document flight computer wiring connections
+ * doc: Fix spelling of decelerate
+ * altoslib: Track GPS altitude values to be able to report max gps height
+ * altosui: Show GPS max height in flight stats window of graph
+ * altoslib: Don't lose gps_height value between GPS samples
+ * doc: Add explicit paragraph about using one battery with Tmega
+ * altosui: Use letter names for pyro channels in pyro config UI
+ * doc: Update screen capture of pyro config with correct names
+ * doc: Replace screen captures with 'active' window ones
+ * doc: Mention that an APRS interval of 0 disables it entirely
+ * altoslib: Use existing unicode Charset in AltosLink
+ * micropeak: Watch serial data during download
+ * altos: report 0/0/0 for APRS position when GPS is not locked
+ * micropeak: Keep reading until we get valid data
+ * micropeak: Missing a couple of new exceptions when loading files
+ * doc: Micropeak doc updates for 1.3.2
+ * doc: Update micropeak docs to include lots of pictures
+ * doc: Document GPS max height addition
+ * doc: Ignore generate template XSL file
+ * doc: Add title page image to altusmetrum.pdf
+ * altos: Add names when reporting STM ADC values
+ * altos: Add watchdog timer task
+ * altos: Eliminate warnings in FAT code
+ * altos: Enable system timer in flash loader and prod watchdog with it
+ * altos/stm: Block interrupts while reprogramming flash
+ * altos: Don't write more than 12 sat infos in ublox driver
+ * altos: Report nsat in view in APRS packet
+ * altos: Add needed math sources to TeleGPS v0.1 build
+ * altos: Fixup named ADC printing
+ * altos: Re-send previous GPS position in APRS if lock is lost
+ * altos: Put locked/unlocked GPS status in APRS comments
+ * doc: Add remaining configurable parameters to the System Operation chapter
+ * doc: Update the 1.3.2 release notes to include APRS and Fire Igniter changes
+
+ -- Bdale Garbee <bdale@gag.com> Thu, 13 Feb 2014 21:56:46 -0700
+
altos (1.3.1-1) unstable; urgency=medium
[ Bdale Garbee ]