bump version to 5.4-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-04-04 16:57:38 +02:00
parent 6a711e640d
commit fc5373bb1d
3 changed files with 26 additions and 2 deletions

View File

@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs
MEDIAWIKI_PACKAGE=pve-docs-mediawiki MEDIAWIKI_PACKAGE=pve-docs-mediawiki
# also update debian/changelog # also update debian/changelog
PKGREL=3 PKGREL=1
GITVERSION:=$(shell git rev-parse HEAD) GITVERSION:=$(shell git rev-parse HEAD)

24
debian/changelog vendored
View File

@ -1,3 +1,27 @@
pve-docs (5.4-1) unstable; urgency=medium
* Update recommended system requirements and supported browser
* add ivshmem documentation
* fix #2112: remove typo in pvecm chapter
* update & rearrange installation chapter
* add initial documentation for qdevice
* fix: #2123 Logging of user defined firewall rules
* depreacate and remove all notes about sheepdog storage
* document logging of default and user defined firewall rules
* Reword krbd option description
* improve and add to ceph documentation
-- Proxmox Support Team <support@proxmox.com> Thu, 04 Apr 2019 16:40:26 +0200
pve-docs (5.3-3) unstable; urgency=medium pve-docs (5.3-3) unstable; urgency=medium
* add zsh completion targets * add zsh completion targets

View File

@ -1,5 +1,5 @@
# also update debian/changelog # also update debian/changelog
DOCRELEASE=5.3 DOCRELEASE=5.4
DGDIR?=/usr/share/pve-doc-generator DGDIR?=/usr/share/pve-doc-generator