After updating to 8.0a10 (and restarting), Tor Browser then redownloads the update and shows an indicator for restarting the browser and installing it. After restarting, this happens again.
[08-21 02:09:13] Torbutton INFO: tor SOCKS: https://aus1.torproject.org/torbrowser/update_3/alpha/Linux_x86_64-gcc3/8.0a9/en-US via
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
...
%VERSION% is compile-time hard-coded as the original version number. I think we want the torbrowser.version pref?
The torbrowser.version value should be the same as the compile time define TOR_BROWSER_VERSION. We had to define TOR_BROWSER_VERSION because there are some places in the update code where we cannot access the prefs (at least that is what I remember). In any case, after the browser is updated to 8.0a10, %VERSION% should be formatted using the new version number. Or am I missing something?
This is a dumb question, but are you sure the update succeeded? With one of my copies of 8.0a9 on macOS, the update does not want to apply. I am not yet sure why not though.
...
%VERSION% is compile-time hard-coded as the original version number. I think we want the torbrowser.version pref?
The torbrowser.version value should be the same as the compile time define TOR_BROWSER_VERSION. We had to define TOR_BROWSER_VERSION because there are some places in the update code where we cannot access the prefs (at least that is what I remember). In any case, after the browser is updated to 8.0a10, %VERSION% should be formatted using the new version number. Or am I missing something?
Nope, that sure does make sense.
This is a dumb question, but are you sure the update succeeded? With one of my copies of 8.0a9 on macOS, the update does not want to apply. I am not yet sure why not though.
After restarting, torbrowser.version is set a 8.0a10, and I also have the new about:tor (and onboarding), so the update did apply. So I'm not sure what's going on here.