bump version to 3.0-6 and fix bug from previous commit
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=3.0
|
|||||||
|
|
||||||
VERSION=3.0
|
VERSION=3.0
|
||||||
PACKAGE=libpve-storage-perl
|
PACKAGE=libpve-storage-perl
|
||||||
PKGREL=5
|
PKGREL=6
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
|||||||
@ -53,7 +53,8 @@ __PACKAGE__->register_method ({
|
|||||||
enabled => {
|
enabled => {
|
||||||
description => "Only list stores which are enabled (not disabled in config).",
|
description => "Only list stores which are enabled (not disabled in config).",
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
optional => 0,
|
optional => 1,
|
||||||
|
default => 0,
|
||||||
},
|
},
|
||||||
target => get_standard_option('pve-node', {
|
target => get_standard_option('pve-node', {
|
||||||
description => "If target is different to 'node', we only lists shared storages which " .
|
description => "If target is different to 'node', we only lists shared storages which " .
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
libpve-storage-perl (3.0-6) unstable; urgency=low
|
||||||
|
|
||||||
|
* fix bug from previous commit (parameter 'enabled' is optional)
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 11:24:38 +0200
|
||||||
|
|
||||||
libpve-storage-perl (3.0-5) unstable; urgency=low
|
libpve-storage-perl (3.0-5) unstable; urgency=low
|
||||||
|
|
||||||
* extend storage list API with useful parameters for clone
|
* extend storage list API with useful parameters for clone
|
||||||
|
|||||||
Reference in New Issue
Block a user