From fbaaddabb7cc63723d7724a1d568c9b917dc7a5f Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 25 Jun 2008 14:35:38 +0000 Subject: * changes: Updates for 8.6a1 release. * generic/tclOO.h: Bump to TclOO 0.5. --- ChangeLog | 8 ++++++++ changes | 8 ++++++-- generic/tclOO.h | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64834a0..cdc4f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-25 Don Porter + + *** 8.6a1 TAGGED FOR RELEASE *** + + * changes: Updates for 8.6a1 release. + + * generic/tclOO.h: Bump to TclOO 0.5. + 2008-06-25 Pat Thoyts * win/rules.vc: fix versions of dde and registry dlls diff --git a/changes b/changes index ed5a9da..94e6b85 100644 --- a/changes +++ b/changes @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.139 2008/06/20 20:48:47 dgp Exp $ +RCS: @(#) $Id: changes,v 1.140 2008/06/25 14:35:38 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7238,4 +7238,8 @@ variables without "." added to customization hooks (kupries) 2008-06-20 (bug fix)[1999035] make [interp bgerror $i] act in $i (porter) ---- Released 8.6a1, June ??, 2008 --- See ChangeLog for details --- +2008-06-23 (bug fix)[1972879] bad path intrep caching (porter) + +2008-06-24 (bug fix)[1999176] crash in [glob -dir {} a] (porter) + +--- Released 8.6a1, June 25, 2008 --- See ChangeLog for details --- diff --git a/generic/tclOO.h b/generic/tclOO.h index f3fd73c..cc5c8ce 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclOO.h,v 1.4 2008/05/31 11:42:17 dkf Exp $ + * RCS: @(#) $Id: tclOO.h,v 1.5 2008/06/25 14:35:39 dgp Exp $ */ #ifndef TCLOO_H_INCLUDED @@ -27,7 +27,7 @@ * Must match version at top of ../configure.in */ -#define TCLOO_VERSION "0.4" +#define TCLOO_VERSION "0.5" #define TCLOO_PATCHLEVEL TCLOO_VERSION /* -- cgit v0.12