fix for sites with extremely far away last mod time closes
This commit is contained in:
parent
84755c37e0
commit
65e7f9bc5d
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue