diff options
author | Bdale Garbee <bdale@gag.com> | 2010-09-09 20:06:09 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-09-09 20:06:09 -0600 |
commit | 5c4e437975054d33604402591e1ea2f314932593 (patch) | |
tree | a58dbf6c19c48f1151669b705e4b9e30db8befc3 | |
parent | 0ea75761416bff299233991e961ba25b6c7dcf89 (diff) |
update changelogs for Debian builddebian/0.7+92+g0ea7576
-rw-r--r-- | ChangeLog | 52 | ||||
-rw-r--r-- | debian/changelog | 14 |
2 files changed, 66 insertions, 0 deletions
@@ -1,3 +1,55 @@ +commit 0ea75761416bff299233991e961ba25b6c7dcf89 +Merge: 35d70c9 8ee3464 +Author: Bdale Garbee <bdale@gag.com> +Date: Thu Sep 9 20:05:27 2010 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 8ee3464d8064ebe1694c7b20177878c0d9961451 +Author: Keith Packard <keithp@keithp.com> +Date: Thu Sep 9 17:54:41 2010 -0700 + + altosui: Display error dialog when AltOS JNI library can't be loaded + + Having an error dialog appear at application startup seems better than + simply failing to present the device dialog later on. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 4224a7526e51eb8fbf1f0a31bae7ee68c6385095 +Author: Keith Packard <keithp@keithp.com> +Date: Thu Sep 9 17:52:46 2010 -0700 + + altosui: Store libaltos.so in $(libdir)/altos + + It's not a public library, so hide it away in a subdirectory. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 1e4c18777d982061f5e507a4d4f4f1cd4d685268 +Author: Keith Packard <keithp@keithp.com> +Date: Thu Sep 9 17:49:37 2010 -0700 + + altosui: Need to have JVM include path substituted into libaltos Makefile + + The libaltos Makefile needs to find the relevant jni.h file, which is + found in the JVM_INCLUDE path, all nicely located by the configure.ac script. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 35d70c92307dd478bc619b2f6c5a88e155cdad28 +Author: Bdale Garbee <bdale@gag.com> +Date: Thu Sep 9 17:27:07 2010 -0600 + + handle versioning of ihx files (poorly) by just wildcarding the file name, + which assumes there's only one matching .. probably ok on Debian? + +commit c286ada6457579d64e9d8ca44b927258b4a561da +Author: Bdale Garbee <bdale@gag.com> +Date: Thu Sep 9 16:27:40 2010 -0600 + + update changelogs for Debian build + commit 6c0ae7e966a81ece35bccbe89d626a58afe899a2 Author: Keith Packard <keithp@keithp.com> Date: Thu Sep 9 15:25:18 2010 -0700 diff --git a/debian/changelog b/debian/changelog index d46b0346..5f5204ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +altos (0.7+92+g0ea7576) unstable; urgency=low + + [ Bdale Garbee ] + * handle versioning of ihx files (poorly) by just wildcarding the file + name + + [ Keith Packard ] + * altosui: Need to have JVM include path substituted into libaltos + Makefile + * altosui: Store libaltos.so in $(libdir)/altos + * altosui: Display error dialog when AltOS JNI library can't be loaded + + -- Bdale Garbee <bdale@gag.com> Thu, 09 Sep 2010 20:05:44 -0600 + altos (0.7+86+g6c0ae7e) unstable; urgency=low [ Keith Packard ] |