summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2010-05-05 02:34:41 -0600
committerBdale Garbee <bdale@gag.com>2010-05-05 02:34:41 -0600
commitfa77db2ffd8a749c93767db5a6311131e00473ae (patch)
tree6983fef838445444105b696c08d12e352e5f5e48
parent8b6767e24a88482dbd3d4c4c969a0be08917d22b (diff)
update changelogs for Debian builddebian/0.6+190+g8b6767e
-rw-r--r--ChangeLog26
-rw-r--r--debian/changelog8
2 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 682a78a7..5fcf8d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+commit 8b6767e24a88482dbd3d4c4c969a0be08917d22b
+Author: Keith Packard <keithp@keithp.com>
+Date: Wed May 5 01:32:46 2010 -0700
+
+ Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
+
+ ao_sleep doesn't delay for a specified time interval as much as one
+ might want it to.
+
+commit e6bb80975fde20928a830170f0821d59a8c72690
+Author: Keith Packard <keithp@keithp.com>
+Date: Wed May 5 01:31:57 2010 -0700
+
+ Fix all stdio reading functions to be __critical
+
+ Oh, right SDCC has '__critical' to mark sections of code that need to
+ run with interrupts disabled; no need to use EA = 0 and EA = 1.
+
+ Signed-off-by: Keith Packard <keithp@keithp.com>
+
+commit ff03cdf746b83542ebcca00d32e6cc69ccfc122d
+Author: Bdale Garbee <bdale@gag.com>
+Date: Wed May 5 01:57:54 2010 -0600
+
+ update changelogs for Debian build
+
commit 8702f497c4278648303eced1aed5bd76d559521a
Author: Bdale Garbee <bdale@gag.com>
Date: Wed May 5 01:57:11 2010 -0600
diff --git a/debian/changelog b/debian/changelog
index dd97cb28..7d9ad670 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+altos (0.6+190+g8b6767e) unstable; urgency=low
+
+ [ Keith Packard ]
+ * Fix all stdio reading functions to be __critical
+ * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
+
+ -- Bdale Garbee <bdale@gag.com> Wed, 05 May 2010 02:34:06 -0600
+
altos (0.6+187+g8702f49) unstable; urgency=low
[ Bdale Garbee ]