]> git.proxmox.com Git - pve-common.git/commitdiff
add 'name' to the list of utf8 encoded parameters
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Mar 2012 11:31:59 +0000 (12:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Mar 2012 11:31:59 +0000 (12:31 +0100)
Makefile
data/PVE/Tools.pm
debian/changelog

index 24e5346e59fd80de04e7d2803c68b801ad581ee2..1b8d0e12e022f8b360ff7d87ec85ec0342dcd944 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.0
 
 VERSION=1.0
-PKGREL=18
+PKGREL=19
 
 PACKAGE=libpve-common-perl
 
index 66bc644d3bde91262d44e849e714d47100985653..d1dfa5d105afc36c35a9bc8f170bae347ef6a6e4 100644 (file)
@@ -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};
     }
 
index 0cb7857507f7a24a1e41e98ec6db6d28e32b242f..97ace883dad934a2a687df34b256390a65f3069c 100644 (file)
@@ -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 <support@proxmox.com>  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