5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-08-29 09:49:31 +03:00

bump version to 3.0-6 and fix bug from previous commit

This commit is contained in:
Dietmar Maurer
2013-05-14 11:25:03 +02:00
parent 5c6a20290d
commit 12c2fe32e1
3 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@ RELEASE=3.0
VERSION=3.0
PACKAGE=libpve-storage-perl
PKGREL=5
PKGREL=6
DESTDIR=
PREFIX=/usr

View File

@ -53,7 +53,8 @@ __PACKAGE__->register_method ({
enabled => {
description => "Only list stores which are enabled (not disabled in config).",
type => 'boolean',
optional => 0,
optional => 1,
default => 0,
},
target => get_standard_option('pve-node', {
description => "If target is different to 'node', we only lists shared storages which " .

View File

@ -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
* extend storage list API with useful parameters for clone