Index: ChangeLog =================================================================== diff -u -rfab24fa76060a5c722c7454af72f8707d27811ae -rfbc8689a11f1376c50511222985d1f0b293116b1 --- ChangeLog (.../ChangeLog) (revision fab24fa76060a5c722c7454af72f8707d27811ae) +++ ChangeLog (.../ChangeLog) (revision fbc8689a11f1376c50511222985d1f0b293116b1) @@ -1,3 +1,16 @@ +2014-04-29 + * some more cleanup of autoconf (more quoting, remove obsolete file, use recent install-sh) + * try to stick closer to current tcl conventions + +2014-04-29 + * unix/tclAppInit.c: Fix one more compiler warning: undeclared Xotcl_Init() + * Removing configure artifact, otherwise lintian complains + * Makefile.in: LDFLAGS must be referenced differently under TEA + * fixed "make install" problem, fix build problem for xowish + +2014-04-28 + * library/xml/TclExpat-1.1/xmltok_impl.c: fix for CVE-2009-3720 + 2014-04-25 * follow modern autoconf conventions * configure.a: use TEA 3.9 Index: doc/Announce-1.6.8 =================================================================== diff -u -rfab24fa76060a5c722c7454af72f8707d27811ae -rfbc8689a11f1376c50511222985d1f0b293116b1 --- doc/Announce-1.6.8 (.../Announce-1.6.8) (revision fab24fa76060a5c722c7454af72f8707d27811ae) +++ doc/Announce-1.6.8 (.../Announce-1.6.8) (revision fbc8689a11f1376c50511222985d1f0b293116b1) @@ -7,10 +7,12 @@ This is a maintenance release. Major changes relative to 1.6.7 are: - * overhaul of configure and TEA + * overhaul of configure and TEA, stick * fixes for linking xotclsh with Tcl 8.6 (fixes Debian report) + * fixes for building xowish with newer TEA versions * overworked version numbering in packages * backport fixes from nsf + * backport for security fix from expat * some code cleanup All new development efforts are concentrating on the Next scripting framework,