Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,066
    • Issues 1,066
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

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.

  • The Tor Project
  • Core
  • Tor
  • Issues
  • #13661

Closed
Open
Opened Nov 04, 2014 by Nick Mathewson@nickm🐭Owner

Accept shorter version numbers

I was thinking about removing the leading 0 from our version numbers, and realized that we can't[*] do that yet: tor_version_parse assumes that if you have a three-number version, you may not have a tag.

Let's allow two-number versions and three-number versions to have tags. And let's look into other ways to fix tor_version_parse.

[*] There are other ways to remove our leading 0. We could use four-number for alphas, and three-number versions for stable versions, as in "2.7.0.1-alpha, 2.7.0.2-alpha, 2.7.0.3-alpha, 2.7.0.4-rc, 2.7.5". Or we could have Tor report its vesion as 2.7.1-alpha to the UI, but advertise it as 0.2.7.1-alpha to other tors to work around this bug.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.2.6.x-final
Milestone
Tor: 0.2.6.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/core/tor#13661