Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #33809

Closed (moved)
Open
Opened Apr 03, 2020 by Matthew Finkel@sysrqb

Fast-Forward Tor Browser Versions

Let's say in the future Tor Browser is based on Firefox 90.0, Tor Browser Beta is based on Firefox 91.0b1, and Tor Browser Nightly is based on 92.0a1.

I propose Tor Browser uses the following versioning schemes: Release: ${FF_MAJOR}.${FF_MINOR}.${PATCH} (e.g. 90.0.1) Beta: ${FF_MAJOR}.${FF_MINOR}b${PATCH} (e.g. 91.0b101) Nightly: ${FF_MAJOR}.${FF_MINOR}a1 (i.e. 92.0a1)

Where ${PATCH} is (${FF_PATCH}*100) + ${TB_PATCH}), therefore we move the Firefox patch number into the third digit (hundreds) and we place the Tor Browser patch number in the first and second digits. (Initially, I began proposing (${FF_PATCH}*10), but what-if-we-need-11-releases?). That would be a sad month, but probably safe-than-sorry.

I think we can re-use Firefox's alpha/nightly version number.

The main advantage of this scheme is that the underlying Firefox version is immediately clear when looking at a Tor Browser version number.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#33809