summaryrefslogtreecommitdiffhomepage
path: root/version
AgeCommit message (Collapse)AuthorFilesLines
2020-07-27version: new week, new versionBrad Fitzpatrick1-1/+1
2020-07-20version: new week, new versionBrad Fitzpatrick1-1/+1
2020-07-13version: new week, new dateBrad Fitzpatrick1-1/+1
2020-07-12Revert "version: don't have a third version number form for xcode"Brad Fitzpatrick2-23/+12
This reverts commit 5280d039c405f38917045b080c8b5eb80ad11625. Turns out to not be possible. The semver form and the human readable form both must of form x.y.z.
2020-07-09version: remove quoting around version nameBrad Fitzpatrick2-2/+2
I added them earlier while fighting our redo+xcode build which wasn't picking up these files on incremental builds. It still isn't, but now I've verified with full builds that no quotes is correct.
2020-07-07version: don't have a third version number form for xcodeBrad Fitzpatrick2-12/+23
Our primary version format is git describe --long --abbrev=9. Our Apple scheme is: (major+100).minor.(patch*10,000+gitDescribeCommits). This CL gets rid of the third, which was: major.minor.(patch*10,000+gitDescribeCommits). Now the "About" box in the macOS app shows the same version that we show on pkgs.tailscale.com, userz, changelog, etc. This will be more important once/if we get standalone DMG downloads for macOS on pkgs.tailscale.com. Fixes tailscale/corp#364
2020-07-03version: explicitly use 9 hex digits in git describe version numberBrad Fitzpatrick1-1/+1
So it doesn't vary based on who's doing the release with which version of git. Fixes tailscale/corp#419
2020-07-03version: new month, new date stringBrad Fitzpatrick1-1/+1
2020-06-22version: add support for setting version with the -X Go linker flagElias Naur2-2/+13
Updates tailscale/tailscale#486 Signed-off-by: Elias Naur <mail@eliasnaur.com>
2020-06-18version: bump dateBrad Fitzpatrick1-1/+1
2020-06-15version: add blank line to separate comment from package lineBrad Fitzpatrick1-0/+1
So it's not a package comment.
2020-06-12Revert "version: delete GENERATE.go."David Anderson1-0/+8
This reverts commit a447caebf8c1f6b191534f24c2265a2f00c4b97d.
2020-06-12version: remove leftover debug print.David Anderson1-2/+0
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-12version: add an AtLeast helper to compare versions.David Anderson2-0/+213
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-12version: bump oss datestamp.David Anderson1-1/+1
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-12version: remove comment about being unused.David Anderson1-1/+1
version.SHORT is now being used in various places. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-12version: delete GENERATE.go.David Anderson1-8/+0
It existed previously to persuade Go that redo-ful directory was a Go package prior to the first build. But now we have other Go files in the directory that will fulfil that function. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-08version: fix typo in commentBrad Fitzpatrick1-1/+1
2020-06-03version: always include the long form version in describe.David Anderson1-1/+1
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-01version: support major.minor.patch tags without breaking Apple builds.David Anderson8-45/+167
Signed-off-by: David Anderson <danderson@tailscale.com>
2020-04-10version: bump dateBrad Fitzpatrick1-1/+1
2020-04-07version: don't depend on goversion on iosBrad Fitzpatrick2-0/+21
2020-04-01version: move runtime.OS to tailscale OS mapping func to versionBrad Fitzpatrick1-0/+12
So other code can use this without duplicating the policy.
2020-03-24wgengine/magicsock: more logging improvementsBrad Fitzpatrick1-1/+1
* remove endpoint discovery noise when results unchanged * consistently spell derp nodes as "derp-N" * replace "127.3.3.40:" with "derp-" in CreateEndpoint log output * stop early DERP setup before SetPrivateKey is called; it just generates log nosie * fix stringification of peer ShortStrings (it had an old %x on it, rendering it garbage) * describe why derp routes are changing, with one of: shared home, their home, our home, alt
2020-03-17version: add license header to input for generated file.David Anderson1-0/+4
Signed-off-by: David Anderson <dave@natulte.net>
2020-03-16version: bump again, for 0.97.0.v0.97David Anderson1-1/+1
2020-03-16version: bump for 0.96.1 tag.v0.96.1David Anderson1-1/+1
2020-03-15cmd/tailscale: don't crash on too many non-flag argsBrad Fitzpatrick1-1/+1
2020-03-11version: bump OSS version datestamp.v0.96David Anderson1-1/+1
2020-03-06version: bumpBrad Fitzpatrick1-1/+1
2020-03-02version: add IsMobile funcBrad Fitzpatrick1-0/+15
And use it control/controlclient.
2020-02-28version: add a manual date as version for nowBrad Fitzpatrick1-2/+2
Maybe we'll auto-bump this with a bot over time. See golang/go#37475 & golang/go#29814 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2020-02-19version: tag redo-generated version as +build redo.David Anderson1-0/+2
staticcheck defaults to running with no tags set, which only works if redo hasn't run and generated ver.go. If it has, we end up with a redeclaration conflict. Signed-off-by: David Anderson <dave@natulte.net>
2020-02-19version: add CmdName func for future use by logpolicyBrad Fitzpatrick1-0/+41
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> Change-Id: I02a7c907844f71242ef06ed097f2a92ece7ae091
2020-02-10version: fix path for git describe of version for redoBrad Fitzpatrick1-1/+1
2020-02-10version: add stub; use rsc.io/goversion/version laterBrad Fitzpatrick1-0/+11
2020-02-09Move Linux client & common packages into a public repo.Earl Lee10-0/+85