summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-07-18 08:16:09 (GMT)
committerdas <das>2009-07-18 08:16:09 (GMT)
commit65ae2fbaa37ac797eb9852c6c34361f0d26e4197 (patch)
tree2951f2b847dc6fce105685f86ec6e3d819266e3a /ChangeLog
parent9c0aea5b00ec4ca2994de3f86a1e39ed979dc98f (diff)
downloadtk-65ae2fbaa37ac797eb9852c6c34361f0d26e4197.zip
tk-65ae2fbaa37ac797eb9852c6c34361f0d26e4197.tar.gz
tk-65ae2fbaa37ac797eb9852c6c34361f0d26e4197.tar.bz2
* unix/Makefile.in: Define NDEBUG in optimized (non-
symbols) build to disable assert()s.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 338c778..cfa22d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-07-18 Daniel Steffen <das@users.sourceforge.net>
+ * unix/Makefile.in: Define NDEBUG in optimized (non-
+ symbols) build to disable assert()s.
+
* macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due to
off-by-one ckalloc error. [Bug 2821318]