Artifact [ea42a10661]

Login

Artifact ea42a1066118ee1c0fee01a751a7048d482d0776ca56fd637dc998612bb8e212:


TIP:            31
Title:          CVS tags in the Tcl and Tk repositories
Version:        $Revision: 1.19 $
Author:         Don Porter <[email protected]>
Author:         miguel sofer <[email protected]>
Author:         Jeff Hobbs <[email protected]>
Author:         Kevin Kenny <[email protected]>
Author:         David Gravereaux <[email protected]>
Author:         Donal K. Fellows <[email protected]>
Author:         Andreas Kupries <[email protected]>
State:          Draft
Type:           Informative
Vote:           Pending
Created:        12-Mar-2001
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-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 8.4aX
     releases.

   * ''core-8-3-1-branch'' - bug fix branch; spawns 8.3.X releases.

~ Branch Tags - Features

The following branch tags label branches on which features are being
devloped 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.

   * ''msofer-bcEngine'' (Tcl) - Work on improving performance of the
     bytecode engine.

   * ''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 [email protected])

   * ''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 [email protected])

   * ''tip-59-implementation'' (Tcl) - For coordinating between Andreas
     Kupries and the platform maintainers on implementing [59].

   * ''mod-8-3-4-branch'' (Tcl) - Contains the modularization work done by ActiveState for Cisco. Not for public modification.

~ 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.

   * ''dkf-64bit-support-branch'' (Tcl) - Work on supporting 64-bit
     numbers, particularly on 32-bit platforms (including large file
     support.)  See [72] for overview.  Results merged into HEAD.

   * ''kennykb-tip-22-33'' (Tcl) - Work on implementing the changes
     described in [22] and [33].  Abandoned.

   * ''dgp-privates-into-namespace'' (Tk) - Work on moving Tk's private
     commands and variables into the ::tk namespace and its children
     (see [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.

   * ''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.

~ Copyright

This document has been placed in the public domain.