https://bugs.documentfoundation.org/show_bug.cgi?id=139773
Aron Budea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Depends on|54242 | Blocks| |113339 Resolution|--- |WORKSFORME CC| |[email protected] --- Comment #4 from Aron Budea <[email protected]> --- This is actually how the update check currently works. It's described in bug 97302: ======== Only if the micro version (the third digit of an available fresh version) is larger or equal the micro version of the installed still version will the user be offered the fresh version: installed still | available fresh | available still x.y.z | x'.y'.f | x.y'.s f >= z → fresh update will be offered f < z and x.y'.s newer than x.y.z → still update will be offered otherwise the response will be "up to date/no update available" however it is unlikely to ever reach the f >= z condition with the release schedule when a user regularly updates. ======== Ie. with the still version almost always the still version gets offered. Ohter practical purposes are covered in bug 97302 I'd say. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=54242 [Bug 54242] [META] Incremental update support (small partial diff updates) https://bugs.documentfoundation.org/show_bug.cgi?id=113339 [Bug 113339] [META] Updates bug tracker -- You are receiving this mail because: You are the assignee for the bug.
