From 490aade412869e368650b6a2b9027770e41193d4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 12 Mar 2012 12:31:59 +0100 Subject: [PATCH] add 'name' to the list of utf8 encoded parameters --- Makefile | 2 +- data/PVE/Tools.pm | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24e5346..1b8d0e1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=2.0 VERSION=1.0 -PKGREL=18 +PKGREL=19 PACKAGE=libpve-common-perl diff --git a/data/PVE/Tools.pm b/data/PVE/Tools.pm index 66bc644..d1dfa5d 100644 --- a/data/PVE/Tools.pm +++ b/data/PVE/Tools.pm @@ -733,7 +733,7 @@ sub decode_text { sub decode_utf8_parameters { my ($param) = @_; - foreach my $p (qw(comment description firstname lastname)) { + foreach my $p (qw(name comment description firstname lastname)) { $param->{$p} = decode('utf8', $param->{$p}) if $param->{$p}; } diff --git a/debian/changelog b/debian/changelog index 0cb7857..97ace88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-common-perl (1.0-19) unstable; urgency=low + + * add 'name' to the list of utf8 encoded parameters + + -- Proxmox Support Team Mon, 12 Mar 2012 12:31:27 +0100 + libpve-common-perl (1.0-18) unstable; urgency=low * try to keep ordering in /etc/network/interfaces -- 2.39.2