Skip to content

Commit

Permalink
update changelog for 3.2.0 release (engine-3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasi-oq committed Sep 6, 2018
1 parent 7ef7d00 commit 4856237
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
python3-oq-engine (3.2.0-1~xenial01) xenial; urgency=low

[Matteo Nastasi]
* specified 'amd64' as the only architecture supported by ubuntu packages

Expand Down Expand Up @@ -122,6 +124,8 @@
* Added a parameter `minimum_magnitude` in the job.ini
* Added an utility `utils/combine_mean_curves.py`

-- Matteo Nastasi (GEM Foundation) <[email protected]> Thu, 06 Sep 2018 12:27:53 +0000

python3-oq-engine (3.1.0-1~xenial01) xenial; urgency=low

[Marco Pagani and Changlong Li]
Expand Down
6 changes: 3 additions & 3 deletions doc/installing/linux-generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Requirements are:

## Install packages from the OpenQuake website

Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.1.0-1.run using any browser
Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.2.0-1.run using any browser

From a terminal run

```bash
cd Downloads
chmod +x openquake-setup-linux64-3.1.0-1.run
./openquake-setup-linux64-3.1.0-1.run
chmod +x openquake-setup-linux64-3.2.0-1.run
./openquake-setup-linux64-3.2.0-1.run
```
then follow the wizard on screen. By default the code is installed in `~/openquake`.

Expand Down
6 changes: 3 additions & 3 deletions doc/installing/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-1.run using any browser
Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.2.0-1.run using any browser

From the Terminal app (or using iTerm) run

```bash
cd Downloads
chmod +x openquake-setup-macos-3.1.0-1.run
./openquake-setup-macos-3.1.0-1.run
chmod +x openquake-setup-macos-3.2.0-1.run
./openquake-setup-macos-3.2.0-1.run
```
then follow the wizard on screen. By default the code is installed in `~/openquake`.

Expand Down
2 changes: 1 addition & 1 deletion doc/installing/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.1.0-2.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.2.0-2.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)
Expand Down

0 comments on commit 4856237

Please sign in to comment.