summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-27 00:09:29 (GMT)
committerhobbs <hobbs>2010-08-27 00:09:29 (GMT)
commit961806102628485ce7f0e5d0abdb9f361576effb (patch)
tree6c2bf5909c4ca6b7accabfe6fecd001a314894bc /ChangeLog
parent6b3c3d4a59d1cc31cf0ca2a4b8fe5d2e085fd955 (diff)
downloadtcl-961806102628485ce7f0e5d0abdb9f361576effb.zip
tcl-961806102628485ce7f0e5d0abdb9f361576effb.tar.gz
tcl-961806102628485ce7f0e5d0abdb9f361576effb.tar.bz2
* win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0df27ba..52d3de2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-26 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):
+ * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
+ macro and --enable-embedded-manifest configure arg added to
+ support manifest embedding where we know the magic. Help prevents
+ DLL hell with MSVC8+.
+
2010-08-24 Don Porter <dgp@users.sourceforge.net>
*** 8.5.9 TAGGED FOR RELEASE ***