diff --git a/debian/changelog b/debian/changelog index 5b51a63ea5d..5d3814aef79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python3-oq-engine (3.5.2-1~xenial01) xenial; urgency=low + + [Daniele ViganĂ²] + * Fixed packaging issue, the .hdf5 tables for Canada were missing + + [Michele Simionato] + * Fixed regression in the gsim logic tree parser for the case + of .hdf5 tables + + -- Matteo Nastasi (GEM Foundation) Fri, 31 May 2019 08:01:08 +0000 + python3-oq-engine (3.5.1-1~xenial01) xenial; urgency=low [Michele Simionato] diff --git a/doc/installing/linux-generic.md b/doc/installing/linux-generic.md index 270c2a4aa77..1f4252cad41 100644 --- a/doc/installing/linux-generic.md +++ b/doc/installing/linux-generic.md @@ -29,7 +29,7 @@ Requirements are: ## Install packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.5.1-1.run using any browser +Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.5.2-1.run using any browser From a terminal run diff --git a/doc/installing/macos.md b/doc/installing/macos.md index 1e134b3f7d9..57a269ccb31 100644 --- a/doc/installing/macos.md +++ b/doc/installing/macos.md @@ -23,14 +23,14 @@ Before you can start you must have downloaded and installed [Python 3.6](https:/ ## Install packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.5.1-1.run using any browser +Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.5.2-1.run using any browser From the Terminal app (or using iTerm) run ```bash cd Downloads -chmod +x openquake-setup-macos-3.5.1-1.run -./openquake-setup-macos-3.5.1-1.run +chmod +x openquake-setup-macos-3.5.2-1.run +./openquake-setup-macos-3.5.2-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 9437be662c6..8bff9970389 100644 --- a/doc/installing/windows.md +++ b/doc/installing/windows.md @@ -20,7 +20,7 @@ Requirements are: ## Install or upgrade packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.5.1-1.exe using any browser and run the installer, then follow the wizard on screen. +Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.5.2-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)