TIP #311: TCL/TK 8.6 RELEASE CALENDAR ======================================= Version: $Revision: 1.53 $ Author: Don Porter Larry W. Virden Joe Mistachkin Pat Thoyts Miguel Sofer Lars Hellström Alexandre Ferrieux Arnulf Wiedemann Trevor Davel Donal K. Fellows State: Draft Type: Informative Vote: Pending Created: Tuesday, 08 January 2008 URL: http://www.tcl.tk/cgi-bin/tct/tip/311.html Post-History: ------------------------------------------------------------------------- ABSTRACT ========== This TIP serves to coordinate Tcl/Tk 8.6 development releases and the features they deliver. INTRODUCTION ============== Following up on a message to the 'tcl-core@lists.sourceforge.net' mailing list, [], a draft release calendar for Tcl/Tk 8.6 alpha and beta releases is presented below. The intent is for developers working on Tcl and Tk to add under each release date those features they intend to make part of that release. For features which already are described by another TIP, a reference to that TIP is sufficient, and the recommended way to update this page. For features which have not yet been TIPped, a brief description and the names of those actively working on it are an acceptable temporary replacement, but should be replaced with a TIP reference as soon as one is ready. This is meant to be a working document, which gets updated by all stakeholders to reflect ongoing progress and any changes of plan. It's not a contract or a promise, just a place to record the intents of an entire community of developers. Anything in it might be revised, and any intent expressed in it might well not be fulfilled. Due to its nature, there will never be any vote on this TIP. It is more analogous to similar informational TIPs like [TIP #31]. RELEASE CALENDAR ================== TCL/TK 8.6A1; RELEASE DATE: JUNE 25, 2008 ------------------------------------------- * [TIP #230], Tcl Channel Transformation Reflection API * [TIP #257], Object Orientation for Tcl * [TIP #285], Script Cancellation with *interp cancel* and Tcl_CancelEval * [TIP #317], Extend *binary* Ensemble with Binary Encodings TCL/TK 8.6A2; RELEASE DATE: AUGUST 25, 2008 --------------------------------------------- * [TIP #304], A Standalone *chan pipe* Primitive for Advanced Child IPC * NRE core. This is an internal change that allows infinite recursion and enables new features (like *::tcl::unsupported::tailcall*). Official API exposure was in later versions. TCL/TK 8.6A3; RELEASE DATE: OCTOBER 10, 2008 ---------------------------------------------- * [TIP #195], A Unique Prefix Handling Command * [TIP #236], Absolute Positioning of Canvas Items * [TIP #265], A Convenient C-side Command Option Parser for Tcl * [TIP #308], Tcl Database Connectivity (TDBC) * [TIP #313], Inexact Searching in Sorted List * [TIP #314], Ensembles with Parameters * [TIP #315], Add pathSeparator to tcl_platform Array * [TIP #316], Portable Access Functions for Stat Buffers * [TIP #318], Extend Default Whitespace in *string trim* Beyond ASCII * [TIP #320], Improved Variable Handling in the Core Object System * [TIP #321], Add a *tk busy* Command * [TIP #323], Do Nothing Gracefully * [TIP #326], Add *-stride* Option to *lsort* * [TIP #327], Proper Tailcalls * [TIP #328], Coroutines * [TIP #330], Eliminate interp->result from the Public Headers * [TIP #331], Allow *lset* to Extend Lists TCL/TK 8.6B1; RELEASE DATE: DECEMBER 23, 2008 ----------------------------------------------- * [TIP #97], Moving Vertices of Canvas Items * [TIP #119], Angled Text on a Canvas * [TIP #197], Unfocussed Text Widget Cursor Control * [TIP #210], Add *tempfile* Subcommand to *file* * [TIP #234], Add Support For Zlib Compression * [TIP #307], Make TclTransferResult() Public * [TIP #321], Add a *tk busy* Command * [TIP #322], Publish the NRE API * [TIP #324], A Standard Dialog For Font Selection * [TIP #329], *Try*/*Catch*/*Finally* syntax * [TIP #332], Half-Close for Bidirectional Channels * [TIP #335], An API for Detecting Active Interpreters * [TIP #336], Supported Access To interp->errorline * [TIP #337], Make TclBackgroundException() Public * [TIP #338], Embedder Access to Startup Scripts of *_Main() * [TIP #341], Multiple *dict filter* Patterns * [TIP #343], A Binary Specifier for *format*/*scan* TCL/TK 8.6B2; APPROXIMATE RELEASE DATE: END OCTOBER 2009 ---------------------------------------------------------- * [TIP #50], Bundle [incr Tcl] with the Core Tcl distribution * Note that this is Itcl-ng (Itcl 4.0), and it is done by the external packages mechanism * [TIP #171], Change Default Bindings Behavior * [TIP #244], PNG Photo Image Support for Tk * [TIP #353], NR-enabled Expressions for Extensions * [TIP #354], Minor Production-Driven TclOO Revisions * [TIP #356], NR-enabled Substitutions for Extensions * [TIP #359], Extended Window Manager Hint Support * Note that this is also being backported to 8.5 and 8.4; it is in response to a change in expectations in third-party software. * [TIP #360], Modernize X11 Menus * /Insert feature here/ TCL/TK 8.6.0: APPROXIMATE RELEASE DATE: ??? --------------------------------------------- Depends on how fast we can stabilize Tcl and Tk and fix issues. The more community testing we get (and help with coding too), the better. Note that 8.6b2 is effectively an early Release Candidate for 8.6.0. If too much changes (other than direct bugfixes) after 8.6b2, we will need an 8.6b3, which will add months of delay for the final release... The major constraint is simply developer effort. WISHES -------- * Thread package bundled to Tcl core * [TIP #357], Export TclLoadFile * Enables bundling of TDBC drivers with Tcl. * /Insert feature here/ WORK ROSTER ============= See the Wiki page, COPYRIGHT =========== This document has been placed in the public domain. ------------------------------------------------------------------------- TIP AutoGenerator - written by Donal K. Fellows