diff options
author | Bdale Garbee <bdale@gag.com> | 2010-10-06 17:47:44 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-10-06 17:47:44 -0600 |
commit | ca931b1c484bd6b64617370e81b16e169fdae1c2 (patch) | |
tree | 5cbfffa496fcdc08bb212cac42ab1c92b9a05496 | |
parent | 811ced628d586134224c1b501b40ce9eb435fc7c (diff) |
update changelogs for Debian builddebian/0.7.1+36+g811ced6
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | debian/changelog | 11 |
2 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,36 @@ +commit 811ced628d586134224c1b501b40ce9eb435fc7c +Author: Keith Packard <keithp@keithp.com> +Date: Wed Oct 6 16:42:27 2010 -0700 + + altosui: Separate out jfreechart and jcommon directories + + This allows these packages to be referenced separately + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit c2c4d515ef9cc2cae8a8f2803e9498bb0794c4ed +Author: Keith Packard <keithp@keithp.com> +Date: Wed Oct 6 16:25:49 2010 -0700 + + altosui: Remove ability to graph data in .csv files + + There's no reason to support these files when the raw .eeprom or + .telem files which generate them should be used instead. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit d5caf6f2f4d9257e26aa4305b26c02d1b263fa24 +Author: Bdale Garbee <bdale@gag.com> +Date: Wed Oct 6 17:14:35 2010 -0600 + + remove the csv build dep, as that code will be abandoned + +commit 43e23a60780191e3c6f61df44c5dd08cc8604c51 +Author: Bdale Garbee <bdale@gag.com> +Date: Wed Oct 6 16:27:57 2010 -0600 + + update changelogs for Debian build + commit 8103432bf7adfe6ee5bf3ee42e1672475e6edd5a Author: Bdale Garbee <bdale@gag.com> Date: Wed Oct 6 16:26:33 2010 -0600 diff --git a/debian/changelog b/debian/changelog index beeee17e..604f7dc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +altos (0.7.1+36+g811ced6) unstable; urgency=low + + [ Bdale Garbee ] + * remove the csv build dep, as that code will be abandoned + + [ Keith Packard ] + * altosui: Remove ability to graph data in .csv files + * altosui: Separate out jfreechart and jcommon directories + + -- Bdale Garbee <bdale@gag.com> Wed, 06 Oct 2010 17:47:32 -0600 + altos (0.7.1+32+g8103432) unstable; urgency=low * add build-dep on libcsv-java |