diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | changes | 8 | ||||
-rw-r--r-- | generic/tclOO.h | 4 |
3 files changed, 16 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2008-06-25 Don Porter <dgp@users.sourceforge.net> + + *** 8.6a1 TAGGED FOR RELEASE *** + + * changes: Updates for 8.6a1 release. + + * generic/tclOO.h: Bump to TclOO 0.5. + 2008-06-25 Pat Thoyts <patthoyts@users.sourceforge.net> * win/rules.vc: fix versions of dde and registry dlls @@ -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 /* |