summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2004-11-19 09:46:30 (GMT)
committerrmax <rmax>2004-11-19 09:46:30 (GMT)
commit7e3c4ca5d96416c79598d4afe7b3b3dc6705c545 (patch)
tree9cd49fc9f8066be9f0036de7e9cf11878795d836 /ChangeLog
parent179271fd8f849623c7c5553964559745f765ac30 (diff)
downloadtk-7e3c4ca5d96416c79598d4afe7b3b3dc6705c545.zip
tk-7e3c4ca5d96416c79598d4afe7b3b3dc6705c545.tar.gz
tk-7e3c4ca5d96416c79598d4afe7b3b3dc6705c545.tar.bz2
Classic sed doesn't support | in REs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91030eb..ba4d247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2004-11-18 Don Porter <dgp@users.sourceforge.net>
+2004-11-19 Reinhard Max <max@suse.de>
+
*** 8.4.8 TAGGED FOR RELEASE ***
+ * unix/installManPage: Classic sed doesn't support | in REs.
+
+ * doc/pack-old.n: Changed the internal name of the man page to
+ pack-old to avoid a name clash in the installed man pages.
+
+2004-11-18 Don Porter <dgp@users.sourceforge.net>
+
* changes: Final updates for Tcl 8.4.8 release.
2004-11-18 Reinhard Max <max@suse.de>