diff --git a/Makefile b/Makefile index 300a18b..1d7c5eb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=1 +PKGREL=2 GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index acd9088..3100ba8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +pve-docs (5.0-2) unstable; urgency=medium + + * fix grammar error + + * clarify snapshots on file base storages + + * add section id to usb passhtrough chapter + + * add year 2017 to copyright + + * pvesr.adoc: add dummy man page for storage replication tool + + * update windows guide for usb stick + + * Fix path to block device when creating a file system on a thin volume + + -- Proxmox Support Team Wed, 31 May 2017 09:02:56 +0200 + pve-docs (5.0-1) unstable; urgency=medium * version bump for Debian stretch (set RELEASE=5.0)