diff --git a/debian/changelog b/debian/changelog index 1194093f3e18..fe25eb24fcf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,5 @@ +python-oq-engine (2.5.0-0~precise01) precise; urgency=low + [Armando Scarpati] * Added a confirmation dialog when trying to remove a calculation via the WebUI @@ -49,6 +51,8 @@ * Now the command `oq webui start` tries to open a browser tab with the WebUI loaded + -- Daniele ViganĂ² (GEM Foundation) Wed, 14 Jun 2017 10:32:28 +0200 + python-oq-engine (2.4.0-0~precise01) precise; urgency=low [Michele Simionato] diff --git a/doc/installing/linux-generic.md b/doc/installing/linux-generic.md index 4f8c9bccd053..bf33308f9828 100644 --- a/doc/installing/linux-generic.md +++ b/doc/installing/linux-generic.md @@ -30,14 +30,14 @@ Requirements are: ## Install packages from the OpenQuake website -Download the installer from http://www.globalquakemodel.org/pkgs/linux/oq-engine/openquake-setup-linux64-2.4.0-1.run using any browser +Download the installer from http://www.globalquakemodel.org/pkgs/linux/oq-engine/openquake-setup-linux64-2.5.0-1.run using any browser From a terminal run ```bash cd Downloads -chmod +x openquake-setup-linux64-2.4.0-1.run -./openquake-setup-linux64-2.4.0-1.run +chmod +x openquake-setup-linux64-2.5.0-1.run +./openquake-setup-linux64-2.5.0-1.run ``` then follow the wizard on screen. By default the code is installed in `~/openquake`. diff --git a/doc/installing/macos.md b/doc/installing/macos.md index 757f6b75ee61..0671ab4b37b5 100644 --- a/doc/installing/macos.md +++ b/doc/installing/macos.md @@ -19,14 +19,14 @@ Requirements are: ## Install packages from the OpenQuake website -Download the installer from http://www.globalquakemodel.org/pkgs/macos/oq-engine/openquake-setup-macos-2.4.0-1.run using any browser +Download the installer from http://www.globalquakemodel.org/pkgs/macos/oq-engine/openquake-setup-macos-2.5.0-1.run using any browser From the Terminal app (or using iTerm) run ```bash cd Downloads -chmod +x openquake-setup-macos-2.4.0-1.run -./openquake-setup-macos-2.4.0-1.run +chmod +x openquake-setup-macos-2.5.0-1.run +./openquake-setup-macos-2.5.0-1.run ``` then follow the wizard on screen. By default the code is installed in `~/openquake`. diff --git a/doc/installing/windows.md b/doc/installing/windows.md index 1fec245192a8..857b34b2b65d 100644 --- a/doc/installing/windows.md +++ b/doc/installing/windows.md @@ -21,7 +21,7 @@ Requirements are: ## Install or upgrade packages from the OpenQuake website -Download the installer from http://www.globalquakemodel.org/pkgs/windows/oq-engine/OpenQuake_Engine_2.4.0-2.exe using any browser and run the installer, then follow the wizard on screen. +Download the installer from http://www.globalquakemodel.org/pkgs/windows/oq-engine/OpenQuake_Engine_2.5.0-1.exe using any browser and run the installer, then follow the wizard on screen. ![installer-screenshot-1](../img/win-installer-1.png) ![installer-screenshot-2](../img/win-installer-2.png)