The PageSpeed team is pleased to announce a new beta release, version 1.10.33.5. This release contains several bug fixes since the previous beta release 1.10.33.4 :
Issue 1080 inline_google_font_css uses .ttf instead of .woff for IE11 ( f3639e , 1964ef )
Issue 1252 Images may be rewritten multiple times when requested simultaneously via IPRO ( 62d24f )
Issue 1253 Tests can flake because of best effort locking ( c368ef )
Issue 1254 Fallback value not decompressed when necessary ( bcf63ac , d3851dd )
Issue 1261 CSS minification incorrectly transforms 0% to 0 ( 7c30b7 )
Issue 1229 pagespeed default config fails to load on 2.4 unless mod_access_compat is loaded ( 02e8f7 )
If you are currently on the beta channel, you can update as usual:
* If you installed the .rpm package, you can update with:
sudo yum update mod-pagespeed-beta
sudo /etc/init.d/httpd restart
* If you installed the .deb package, you can update with:
sudo apt-get update
sudo apt-get upgrade
sudo /etc/init.d/apache2 restart
If you are currently on the stable channel and would like to switch to
the beta channel, first uninstall mod_pagespeed and install the beta
package from:
https://developers.google.com/speed/docs/mod_pagespeed/download
Instructions for building from source are available at:
https://developers.google.com/speed/docs/mod_pagespeed/build_from_source
Jeff Crowell
PageSpeed Team