diff --git a/sahi-core/pom.xml b/sahi-core/pom.xml index bc54af9c..6221ea17 100644 --- a/sahi-core/pom.xml +++ b/sahi-core/pom.xml @@ -11,7 +11,7 @@ net.sf.sahi sahi-core - 4.4 + 4.5.0 jar @@ -89,6 +89,13 @@ + + maven-compiler-plugin + + 1.7 + 1.7 + + \ No newline at end of file diff --git a/sahi-core/src/main/site/documentation.md b/sahi-core/src/main/site/documentation.md new file mode 100644 index 00000000..a1c25d75 --- /dev/null +++ b/sahi-core/src/main/site/documentation.md @@ -0,0 +1,5 @@ +## V4.5.0 + +On startup a ca.crt will be created in your /userdata/certs directory. You have to import this certificate into your browser. This is pretty simple on Firefox. Just click on the "Download Root CA" link on the startpage and check some boxes. On other browsers it may be more difficult. [Search google](https://www.google.com/search?q=import+certificate+%5Byourbrowser%5D) for how to import the certificate. + +When running into problems, delete everything in your /userdata/certs directory and the browser profiles under /userdata/browser. \ No newline at end of file