Added by Pete Redhair almost 8 years ago
As usual i performed a periodic upgrade on my Debian Systems.
On Openproject server i did the ususal aptitude update, aptitude upgrade (same as apt-get update, apt-get upgrade) and saw a new version of Openproject.
I had already done a snapshot of my VM and proceeded with the system and openproject upgrade.
Before the upgrade i had:
Core version OpenProject 6.1.5 (Mysql2)
Last change on 10 Mar 2017
After de upgrade i got:
Core version OpenProject 6.1.5 (Mysql2)
Last change on 18 May 2017
and a lot of errors like the ones attached on this post
Three questions if anyone can help with:
Replies (3)
1. Multiple variants of the same version (e.g. 6.1.5) can be released. Most often these are due to hot fixes or small fixes that do not require bumping the version. You can look at all the details here: https://packager.io/gh/opf/openproject-ce#stable—6 (clicking on the commit SHA to see all the details).
2. I would expect version 6 to be maintained for some time in parallel to v7. Maybe someone else can comment on that.
3. What you see are warnings coming from compiling the javascript assets for OpenProject. If your install works fine after that, you can safely ignore them (webpack is verbose).
Hi Pete,
1. Yes, we pushed an update that embeds Ruby 2.3.4 instead of 2.3.1 due to a user reporting issues with Segmentation Faults of the ruby environment that are linked to that patch version. There are otherwise no changes to the application code.
2. End of support is tracked in this ticket: #24278. We may provide hotfixes for the last stable version for some time, however that largely depends on whether an enterprise customer is still depending on it. If you need to support 6.1.x for security fixes in the foreseeable future, please contact us for professional services.
3. The errors in your attachment are actually warnings from the TypeScript compiler and are not actual errors of the installation. They are resolved as part of 7.0.0.
Best,
Oliver
Thank you for your feedback.
Looking forward to try v7