diff --git a/CHANGELOG b/CHANGELOG index 50b846538..513afa3a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ CHANGELOG sitespeed.io +version 2.3 +------------------------ +* Bug fix: Sites with extremely far away last modification time on an asset, could break an analyze + version 2.2.1 ------------------------ * Bug fix: Cleaner handling of relative URL in the sitespeed.io-junit script. diff --git a/bin/sitespeed.io b/bin/sitespeed.io index 2c81d9b85..eef67afad 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -111,7 +111,7 @@ NEXUS_VIEWPORT="348x519" # Jar files, specify the versions CRAWLER_JAR=crawler-1.5.7-full.jar -VELOCITY_JAR=xml-velocity-1.8.4-full.jar +VELOCITY_JAR=xml-velocity-1.8.5-SNAPSHOT-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar BROWSERTIME_JAR=browsertime-0.3-full.jar diff --git a/bin/sitespeed.io-sites b/bin/sitespeed.io-sites index a7ff6a1db..d463deb02 100755 --- a/bin/sitespeed.io-sites +++ b/bin/sitespeed.io-sites @@ -50,7 +50,7 @@ NOW=$(date +"%Y-%m-%d-%H-%M-%S") JAVA_HEAP=1024 # Version of the Jar-files used. -VELOCITY_JAR=xml-velocity-1.8.4-full.jar +VELOCITY_JAR=xml-velocity-1.8.5-SNAPSHOT-full.jar HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar # Setup dirs diff --git a/dependencies/xml-velocity-1.8.4-full.jar b/dependencies/xml-velocity-1.8.5-SNAPSHOT-full.jar similarity index 88% rename from dependencies/xml-velocity-1.8.4-full.jar rename to dependencies/xml-velocity-1.8.5-SNAPSHOT-full.jar index 2433edc52..412a7b729 100644 Binary files a/dependencies/xml-velocity-1.8.4-full.jar and b/dependencies/xml-velocity-1.8.5-SNAPSHOT-full.jar differ