TIP #31: CVS TAGS IN THE TCL AND TK REPOSITORIES ================================================== Version: $Revision: 1.38 $ Author: Don Porter miguel sofer Jeff Hobbs Kevin Kenny David Gravereaux Donal K. Fellows Andreas Kupries Donal K. Fellows Kevin Kenny State: Draft Type: Informative Vote: Pending Created: Monday, 12 March 2001 URL: https://tip.tcl-lang.org31.html Post-History: ------------------------------------------------------------------------- ABSTRACT ========== This document keeps a record of the CVS tags used in the Tcl and Tk repositories and their meanings. BACKGROUND ============ CVS uses tags to collectively label a particular set of revisions of a particular set of files. With a tag, one may easily request all the revisions of all the files that correspond to something meaningful, such as an official release of a project. There are two kinds of tags provided by CVS. First is the release tag that simply marks a set of revisions as belonging together as a unit. Each release of a project should be tagged with a release tag. Other development milestones may also receive a release tag. Release tags are useful for marking any point in development that will be useful to return to or compare against. The second kind of tag is a branch tag. It does not mark a single revision of a file, but an entire branch of development of a file. Branch tags are the means by which different working directories can track different branches of development. A tag may be used in a CVS repository only once, so we must keep track of what tags have already been used, and what they mean. The remaining sections of this TIP record the tags in use. This TIP should be kept up to date by adding any new tags here as they are added to the CVS repository. RELEASE TAGS ============== The following tags in the Tcl and Tk CVS repositories correspond to the following releases of Tcl/Tk: * /core-8-6-b1/ - Tcl/Tk 8.6b1 * /core-8-6-a3/ - Tcl/Tk 8.6a3 * /core-8-6-a2/ - Tcl/Tk 8.6a2 * /core-8-6-a1/ - Tcl/Tk 8.6a1 * /core-8-5-6/ - Tcl/Tk 8.5.6 * /core-8-5-5/ - Tcl/Tk 8.5.5 * /core-8-5-4/ - Tcl/Tk 8.5.4 * /core-8-5-3/ - Tcl/Tk 8.5.3 * /core-8-5-2/ - Tcl/Tk 8.5.2 * /core-8-5-1/ - Tcl/Tk 8.5.1 * /core-8-5-0/ - Tcl/Tk 8.5.0 * /core-8-5-b3/ - Tcl/Tk 8.5b3 * /core-8-5-b2/ - Tcl/Tk 8.5b2 * /core-8-5-b1/ - Tcl/Tk 8.5b1 * /core-8-5-a6/ - Tcl/Tk 8.5a6 * /core-8-5-a5/ - Tcl/Tk 8.5a5 * /core-8-5-a4/ - Tcl/Tk 8.5a4 * /core-8-5-a3/ - Tcl/Tk 8.5a3 * /core-8-5-a2/ - Tcl/Tk 8.5a2 * /core-8-5-a1/ - Tcl/Tk 8.5a1 * /core-8-4-18/ - Tcl/Tk 8.4.18 * /core-8-4-17/ - Tcl/Tk 8.4.17 * /core-8-4-16/ - Tcl/Tk 8.4.16 * /core-8-4-15/ - Tcl/Tk 8.4.15 * /core-8-4-14/ - Tcl/Tk 8.4.14 * /core-8-4-13/ - Tcl/Tk 8.4.13 * /core-8-4-12/ - Tcl/Tk 8.4.12 * /core-8-4-11/ - Tcl/Tk 8.4.11 * /core-8-4-10/ - Tcl/Tk 8.4.10 * /core-8-4-9/ - Tcl/Tk 8.4.9 * /core-8-4-8/ - Tcl/Tk 8.4.8 * /core-8-4-7/ - Tcl/Tk 8.4.7 * /core-8-4-6/ - Tcl/Tk 8.4.6 * /core-8-4-5/ - Tcl/Tk 8.4.5 * /core-8-4-4/ - Tcl/Tk 8.4.4 * /core-8-4-3/ - Tcl/Tk 8.4.3 * /core-8-4-2/ - Tcl/Tk 8.4.2 * /core-8-4-1/ - Tcl/Tk 8.4.1 * /core-8-4-0/ - Tcl/Tk 8.4.0 * /core-8-4-b2/ - Tcl/Tk 8.4b2 * /core-8-4-b1/ - Tcl/Tk 8.4b1 * /core-8-4-a4/ - Tcl/Tk 8.4a4 * /core-8-4-a3/ - Tcl/Tk 8.4a3 * /core-8-4-a2/ - Tcl/Tk 8.4a2 * /core-8-4-a1/ - Tcl/Tk 8.4a1 * /core-8-3-4/ - Tcl/Tk 8.3.4 * /core-8-3-3/ - Tcl/Tk 8.3.3 * /core-8-3-2/ - Tcl/Tk 8.3.2 * /core-8-3-1/ - Tcl/Tk 8.3.1 * /core-8-3-0/ - Tcl/Tk 8.3.0 * /core-8-3-b2/ - Tcl/Tk 8.3b2 * /core-8-3-b1/ - Tcl/Tk 8.3b1 * /core-8-2-3/ - Tcl/Tk 8.2.3 * /core-8-2-2/ - Tcl/Tk 8.2.2 * /core-8-2-1/ - Tcl/Tk 8.2.1 * /core-8-2-0/ - Tcl/Tk 8.2.0 * /core-8-2-b3/ - Tcl/Tk 8.2b3 * /core-8-2-b2/ - Tcl/Tk 8.2b2 * /core-8-2-b1/ - Tcl/Tk 8.2b1 * /core-8-1-1/ - Tcl/Tk 8.1.1 * /core-8-1-0/ - Tcl/Tk 8.1.0 * /core-8-1-b3/ - Tcl/Tk 8.1b3 * /core-8-1-b2/ - Tcl/Tk 8.1b2 * /core-8-1-b1/ - Tcl/Tk 8.1b1 * /core-8-0-5/ - Tcl/Tk 8.0.5 * /core-8-0-4/ - Tcl/Tk 8.0.4 * /core-8-0-3/ - Tcl/Tk 8.0.3 * /core-8-0-2/ - Tcl/Tk 8.0p2 BRANCH TAGS - OFFICIAL DEVELOPMENT ==================================== The following branch tags label branches of development from which releases of Tcl/Tk are generated: * /HEAD/ - current development of new features; spawns future alpha and beta releases. * /core-8-5-branch/ - bug fix branch; spawns 8.5./X/ releases after 8.5.2. * /core-8-4-branch/ - bug fix branch; spawns 8.4./X/ releases after 8.4.2. BRANCH TAGS - FEATURES ======================== The following branch tags label branches on which features are being developed and tested. No releases of Tcl/Tk will be spawned from these branches. As the features mature, they will be merged onto the HEAD branch, or they may be rejected. * /core-8-4-win-speedup/ (Tk) - Work on improving performance of Tk on the Windows platforms. * /tip-59-implementation/ (Tcl) - For coordinating between Andreas Kupries and the platform maintainers on implementing [TIP #59]. * /mod-8-3-4-branch/ (Tcl) - Contains the modularization work done by ActiveState for Cisco. Not for public modification. * /dgp-refactor/ (Tcl) - Various refactoring exercises. * /kennykb-numerics-branch/ (Tcl) - Explorations into improving Tcl's numeric properties, including support for large integers and rationals, and improvements to Tcl's floating point conversions. * /msofer-wcodes-branch/ (Tcl) - Experimental features for the bytecode engine. * /tip-257-implementation-branch/ (Tcl) - For development of the implementation of [TIP #257]. Branch root version at the tag /tip-257-implementation-branch-root/. * /tip-278-branch/ (Tcl) - Work on [TIP #278]. * /core-stabilizer-branch/ (Tcl/Tk) - Branch where the version number is bumped to the next level of stability above the HEAD for advance testing of issues that might arise when the HEAD is declared more stable. * /tip-162-branch/ (Tcl) - Work on [TIP #162]. Includes extreme windows channel driver rewrite. Maintained by davygrvy@pobox.com DEAD BRANCHES =============== The following branch tags label branches that are no longer being developed. Some are old official branches from which releases are no longer being spawned. Others are feature development branches that have been merged into an official branch, or rejected. * /macosx-8-4-branch/ - Branch used during MacOSX porting work. Merged into 8.4.0. * /dkf-64bit-support-branch/ (Tcl) - Work on supporting 64-bit numbers, particularly on 32-bit platforms (including large file support.) See [TIP #72] for overview. Results merged into HEAD. * /kennykb-tip-22-33/ (Tcl) - Work on implementing the changes described in [TIP #22] and [TIP #33]. Abandoned. * /dgp-privates-into-namespace/ (Tk) - Work on moving Tk's private commands and variables into the ::tk namespace and its children (see [TIP #44].) Merged into Tk 8.4a3. * /core-8-3-1-io-rewrite/ (Tcl) - Work rewriting Tcl's IO Channels to correct problems with the implementation of stacked channels. Merged into Tcl 8.3.2 and Tcl 8.4a2. * /daves-chop-branch/ (Tcl) - Attempts to modularize subsystems so they can be easily removed at compile-time. First step towards a 'tinytcl' on the HEAD rather than starting with an older version. (maintained by davygrvy@pobox.com) * /daves-mk-branch/ (Tcl) - On-going work to improve the native windows makefiles. One top-root makefile.win will serve as the starting point for MSVC++, BCC, and Watcom. Extreme use of shared info will highlight this new system. This is not TEA - this is anti-TEA. (maintained by davygrvy@pobox.com) * /core-8-3-1-branch/ - Spawned Tcl/Tk 8.3.X releases. * /core-8-2-1-branch/ - Spawned Tcl/Tk 8.2.X releases. * /core-8-1-branch-old/ - Spawned Tcl/Tk 8.1bX releases. * /dev-stubs-branch/, /dev-8-1-stubs-branch/ - Two branches on which the stubs interfaces were developed. Merged into Tcl 8.1. * /msofer-bcEngine/ (Tcl) - Work on improving performance of the bytecode engine. COPYRIGHT =========== This document has been placed in the public domain. ------------------------------------------------------------------------- TIP AutoGenerator - written by Donal K. Fellows