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:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=3.0
|
||||
|
||||
VERSION=3.0
|
||||
PACKAGE=libpve-storage-perl
|
||||
PKGREL=5
|
||||
PKGREL=6
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -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 " .
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user