mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-06 04:29:33 +00:00
bump version to 1.0-48
This commit is contained in:
parent
23b5624575
commit
7238ea8dbf
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
RELEASE=2.3
|
||||
|
||||
VERSION=1.0
|
||||
PKGREL=47
|
||||
PKGREL=48
|
||||
|
||||
PACKAGE=libpve-common-perl
|
||||
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user