Bug #1210
closedCheck for update responding "... up to date"
0%
Description
At least on Windows OS, the Help -> Check for Update is returning "LibreOffice [x.y] is up to date"
Checked clean installs of 4.4.0.3, 4.4.1.2--4.4.2.2 is not being offered.
Checked clean install of 4.3.5.2--4.3.6.2 is not being offered, nor is a 4.4 install.
So, may have a recurrence of https://bugs.documentfoundation.org/show_bug.cgi?id=84441#c19, with changes needed to update.libreoffice.org/check.php
BZ issue also filed https://bugs.documentfoundation.org/show_bug.cgi?id=90456
Stuart
Updated by Adolfo Jayme Barrientos over 9 years ago
Are there any instructions to update the script? I would like to volunteer in doing it each month. Do I need to request freedesktop.org commit access? (can that be migrated to github.com/tdf, by the way?)
Updated by Christian Lohmaier over 9 years ago
- Status changed from New to Closed
Hi Alolfo, Stuart, the script is here: http://cgit.freedesktop.org/libreoffice/website/tree/check.php?h=update
The 4.x ones weren't suggested on purpose, as there was a data-loss bug when saving password-protected documents with jpeg images - but I admit that I then did forget to update the script once that was fixed. If you still see problems, let me know.
Updated by vsfoote Foote over 9 years ago
Thanks!
4.1.6.2 offers a 4.3.6 update for download.
4.2.4.2 offers a 4.3.6 update for download.
4.3.5.2 offers a 4.3.6 update for download.
4.3.6.2 says it is up to date.
4.4.1.2 offers 4.4.2 update for download.
It seems to be back on the rails now.
But again, may need some logic adjustment for "offering" the cross-update, e.g. x.y.z -> x.y+1.u, should be if u >= z-2.
A u>=z seems too conservative. Especially given that the updates remain manual.
See https://bugs.documentfoundation.org/show_bug.cgi?id=90456#c7
Stuart