apache / incubator-pagespeed-ngx

Automatic PageSpeed optimization module for Nginx
http://ngxpagespeed.com/
Apache License 2.0
4.37k stars 363 forks source link

"Latest" label on very old release #1730

Open michacassola opened 3 years ago

michacassola commented 3 years ago

Hi, please move the latest label to the actual latest stable release.

dvershinin commented 3 years ago

@michacassola if you just want to get the latest stable version source, you can use lastversion:

lastversion apache/incubator-pagespeed-ngx --source
#> https://github.com/apache/incubator-pagespeed-ngx/archive/v1.13.35.2-stable/incubator-pagespeed-ngx-v1.13.35.2-stable.tar.gz

Or even:

lastversion download apache/incubator-pagespeed-ngx 
oschaaf commented 3 years ago

Well.. I think we could do better and re-tag to 1.14; however up to now there hasn't been a proper location to host the psol binary we need to link against. I think we do have that these days when we release mod_pagespeed 1.14, as a prebuilt version has been dropped in the artifacts directory as a courtesy. So we could probably make some changes in this repo to get 1.14 to work. A good example resides over at https://github.com/sambacha/nginx-autoinstall/pull/1/files.

oschaaf commented 3 years ago

Yeah here it is: https://dist.apache.org/repos/dist/release/incubator/pagespeed/1.14.36.1/x64/ I should note that there's no 32 bit variant, as I ran into a bit of a hassle to get that to through the ~build~ release flow.

dvershinin commented 3 years ago

Isn't all that is needed now is simply tagging another release "v1.14.36.1"?

oschaaf commented 3 years ago

Isn't all that is needed now is simply tagging another release "v1.14.36.1"?

Checking this commit it looks like I did modify the psol download location for branch 36, so indeed that part is settled.

However to truly release this under the ASF incubator umbrella, this

janondrusek commented 3 years ago

I tried to get things in order here, but this repo didn't get as much love as mod_pagespeed

@oschaaf, is there anything specific that needs to be sorted out? How is the vote thread created?