summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d2acc9..5e9730b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,8 @@ gnumach (1:20040915.dfsg.1-1) unstable; urgency=low
- linux/src/drivers/scsi/qlogicisp_asm.c: Likewise.
* Disable floating point emulation usage.
* Disable qlogicisp firmware loading.
- * Enable debug code by default (disable with NDEBUG).
- Thanks to Neal H. Walfield <neal@cs.uml.edu>.
+ * Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other low
+ footprint debugging stuff, so building with asserts enabled by default.
* Fix double free and memory loss probing partition table.
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
* Fix possible buffer overrun on linux printk.