]> git.proxmox.com Git - pve-common.git/commitdiff
bump version to 1.0-48
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 25 Feb 2013 05:21:26 +0000 (06:21 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 25 Feb 2013 05:21:26 +0000 (06:21 +0100)
Makefile
debian/changelog
debian/control

index 0021ab45e523b25cc5d898e375afdfaecb3a5bf3..bd751d1adca554aa98f38bea869a1a7ec123b060 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.3
 
 VERSION=1.0
-PKGREL=47
+PKGREL=48
 
 PACKAGE=libpve-common-perl
 
index 7aa77ea0aa665a8cca6e424a32c257ec96c61093..61fca0b86ddce5a0cc48d2f4e13e4f03b3ade9b2 100644 (file)
@@ -1,3 +1,11 @@
+libpve-common-perl (1.0-48) unstable; urgency=low
+
+  * depend on libnet-ip-perl
+
+  * Improved ipv4 addresses validation
+  
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 Feb 2013 06:20:10 +0100
+
 libpve-common-perl (1.0-47) unstable; urgency=low
 
   * fix bug #335: correctly verify ipv4 network masks
index 60cfe2ecc677d96a43c5d35581516dfad418a6e0..5608ef98c95f299714d24f0f739b7fc8f3a11343 100644 (file)
@@ -7,6 +7,6 @@ Standards-Version: 3.8.4
 
 Package: libpve-common-perl
 Architecture: all
-Depends: ${perl:Depends} ${misc:Depends}, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl
+Depends: ${perl:Depends} ${misc:Depends}, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl, libnet-ip-perl
 Description: Proxmox VE base library
  This package contains the base library used by other Proxmox VE components.