Wolfgang Bumiller
680bacb473
bump version to 5.0-5
2017-04-28 14:02:38 +02:00
Wolfgang Bumiller
84e85ac13e
bump version to 5.0-4
2017-04-21 12:06:34 +02:00
Wolfgang Bumiller
2d719468ad
bump version to 5.0-3
2017-04-21 11:49:32 +02:00
Fabian Grünbichler
2998737860
bump version to 5.0-2
2017-04-10 16:28:46 +02:00
Wolfgang Bumiller
36ca08b70d
bump version to 5.0-1
2017-03-13 12:00:25 +01:00
Wolfgang Bumiller
0d830d2461
bump version to 4.0-110
2017-03-13 11:57:13 +01:00
Wolfgang Bumiller
2e44a8c801
bump version to 4.0-109
2017-02-09 11:41:01 +01:00
Wolfgang Bumiller
17ada5be7b
bump version to 4.0-108
2017-01-31 13:54:56 +01:00
Fabian Grünbichler
e7032e9ec3
bump version to 4.0-107
2017-01-25 09:58:47 +01:00
Dietmar Maurer
dd0ef5505a
bump version to 4.0-106
2017-01-25 09:19:33 +01:00
Dietmar Maurer
17138aa6ff
bump version to 4.0-105
2017-01-19 09:20:30 +01:00
Dietmar Maurer
be73df94e6
bump version to 4.0-104
2017-01-12 14:15:27 +01:00
Dietmar Maurer
f4c1d8e29a
bump version to 4.0-103
2016-12-22 12:41:13 +01:00
Dietmar Maurer
3a65f4c9de
bump version to 4.0-102
...
and remove useless RELEASE
2016-12-20 10:13:36 +01:00
Fabian Grünbichler
4f6f7b5462
bump version to 4.0-101
2016-12-05 12:39:24 +01:00
Dietmar Maurer
e57d58e542
bump version to 4.0-100
2016-12-02 18:51:23 +01:00
Dietmar Maurer
1b314d19be
bump version to 4.0-99
2016-12-01 07:59:24 +01:00
Dietmar Maurer
96e6a80417
bump version to 4.0-98
2016-11-30 12:32:02 +01:00
Dietmar Maurer
4c3a2d3b53
bump version to 4.0-97
2016-11-29 09:09:39 +01:00
Dietmar Maurer
90e1670df8
bump version to 4.0-96
2016-11-23 10:02:55 +01:00
Dietmar Maurer
cad05dcfaa
bump version to 4.0-95
2016-11-23 08:11:33 +01:00
Dietmar Maurer
bb476da6ec
bump version to 4.0-94
2016-11-03 12:54:05 +01:00
Dietmar Maurer
5494341a03
bump version to 4.0-93
2016-11-03 10:26:51 +01:00
Dietmar Maurer
6d3ff70bd9
bump version to 4.0-92
2016-10-21 09:14:18 +02:00
Dietmar Maurer
520e3973fb
bump version to 4.0-91
2016-10-07 08:21:51 +02:00
Dietmar Maurer
e22b5f22a5
bump version to 4.0-90
2016-10-05 07:13:52 +02:00
Dietmar Maurer
2aa7ef3e42
fix manual page, bump version to 4.0-89
2016-09-29 12:21:41 +02:00
Dietmar Maurer
b8484ba032
bump version to 4.0-88
2016-09-16 07:50:02 +02:00
Dietmar Maurer
7147c8977a
bump version to 4.0-87
2016-09-08 12:34:41 +02:00
Dietmar Maurer
201e618d5b
bump version to 4.0-86
2016-08-29 10:11:40 +02:00
Wolfgang Bumiller
68913adc7c
bump version to 4.0-85
2016-07-11 14:49:03 +02:00
Wolfgang Bumiller
c0966fc6cd
bump version to 4.0-84
2016-07-11 11:53:46 +02:00
Dietmar Maurer
120ee178da
update changelog
2016-06-28 08:18:23 +02:00
Wolfgang Bumiller
d9cf7188ff
bump version to 4.0-83
2016-06-22 11:33:13 +02:00
Dietmar Maurer
062669f9a0
bump version to 4.0-82
2016-06-20 11:49:04 +02:00
Dietmar Maurer
5dddefeab6
bump version to 4.0-81
2016-06-16 12:11:13 +02:00
Dietmar Maurer
a6cc0b179d
update changelog
2016-06-10 10:39:59 +02:00
Dominik Csapak
63d269d79e
fix unnecessary root check for unused disks
...
we needed root@pam rights to remove an unused disk
from a vm (instead of the correct Storage rights)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-06-10 10:36:34 +02:00
Dietmar Maurer
6b8a615be2
bump version to 4.0-80
2016-06-09 18:13:24 +02:00
Dietmar Maurer
a3f2f97156
bump version to 4.0-79
2016-06-03 12:16:56 +02:00
Dietmar Maurer
052702921e
bump version to 4.0-78
2016-06-03 11:43:48 +02:00
Dietmar Maurer
344b2f9965
bump version to 4.0-77
2016-05-31 12:16:14 +02:00
Dietmar Maurer
b7f0df66b6
bump version to 4.0-76
2016-05-18 11:26:09 +02:00
Fabian Grünbichler
19333c9b82
add --description to systemd scope unit
...
otherwise, long kvm commands lead to systemd unit files with
very long lines, with confuses the systemd unit file parser.
apparently systemd has a length limit for unit file lines and
(line-)breaks the description string at that point. since
the rest of the description is probably not a valid key/value
pair, this leads to warnings. the default semantics of systemd-run
is to use the executed command as description unless a description
is specified explicitly.
note that this behaviour of systemd could allow an attacker
with access to the VM configuration to craft a kvm commandline
that starts or stops arbitrary systemd units.
2016-05-14 09:02:58 +02:00
Dietmar Maurer
4b4e568023
bump version to 4.0-75
2016-05-11 11:20:35 +02:00
Dietmar Maurer
90cc48095f
update changelog
2016-05-04 10:49:01 +02:00
Dietmar Maurer
33eb09935e
bump version to 4.0-74
2016-05-01 09:25:46 +02:00
Dietmar Maurer
298fefcc5d
bump version to 4.0-73
2016-04-29 09:03:38 +02:00
Dietmar Maurer
3f565071e5
bump version to 4.0-72
2016-04-22 11:10:16 +02:00
Dominik Csapak
ffa42b860d
fix #947 : reenable disk/cdrom passthrough
...
previously, we did not check the file parameter of a disk,
allowing passthrough of a block device (by design)
with the change to the json parser for the disks, the format
became 'pve-volume-id' which is only valid for our volume ids
(and later we also allowed the value 'none')
this patch alternatively checks if the parameter is a path
or 'cdrom'
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-21 11:54:55 +02:00