Skip to content

Commit 0354fb2

Browse files
committed
qm 19.03.0
* bump version number * update release log * enable audioout in vagrantfile
1 parent 1c1be47 commit 0354fb2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Quantum Mobile v18.10.0
3+
## Quantum Mobile v19.03.0
44

55
### Improvements
66
* add link to FAQ on desktop
@@ -10,19 +10,18 @@
1010
* Ubuntu 18.04 LTS
1111
* Quantum Espresso v6.3
1212
* cp2k v6.1
13-
* yambo v4.2.4
13+
* yambo v4.3.2
1414
* fleur 0.27 MaXR3
1515
* siesta v4.0.2
16-
* aiida-core v0.12.2
17-
* aiidalab v18.09.0
18-
* aiida-fleur v0.6.2
16+
* aiida-core v0.12.3
17+
* aiidalab v19.03.0
1918

2019
### Build process
2120
* ansible 2.7.5
22-
* Vagrant v2.2.2
21+
* Vagrant v2.2.4
2322
* vbguest v0.17.1
2423
* bento/ubuntu-18.04 v201812.27.0
25-
* Virtualbox v6.0.0
24+
* Virtualbox v6.0.4
2625

2726

2827
## Quantum Mobile v18.06.0

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Vagrant.configure(2) do |config|
3333

3434
# enable audio (default changed to off in virtualbox 6)
3535
# vb.customize ["modifyvm", :id, "--audio", "coreaudio"]
36+
vb.customize ["modifyvm", :id, "--audioout", "on"]
3637

3738
# prevent VM time slipping out of sync by more than 10s (default: 20 min)
3839
vb.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000 ]

globalconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Caution: This file is read by vagrant, ansible and bash
3-
vm_version: "18.10.0RC2"
3+
vm_version: "19.03.0"
44
vm_name: "Quantum Mobile"
55
vm_description: "A Virtual Machine for Computational Materials Science"
66
vm_url: "https://github.com/marvel-nccr/marvel-virtualmachine"

0 commit comments

Comments
 (0)