Preliminary support for Ubuntu 17.04 Zesty Zapus
This commit is contained in:
1
Makefile
1
Makefile
@@ -217,6 +217,7 @@ install-hooks:
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d wily.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d xenial.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d yakkety.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d zesty.d
|
||||
-cd ${prefix}/usr/share/xen-tools/ && ln -s karmic.d devel.d
|
||||
cp hooks/common.sh ${prefix}/usr/share/xen-tools
|
||||
cp -r hooks/common ${prefix}/usr/share/xen-tools
|
||||
|
||||
@@ -17,7 +17,8 @@ Bug Fixes
|
||||
Distribution Releases Changes
|
||||
-----------------------------
|
||||
|
||||
* Preliminary support for Ubuntu 16.10 Yakkety Yak.
|
||||
* Support for Ubuntu 16.10 Yakkety Yak.
|
||||
* Preliminary support for Ubuntu 17.04 Zesty Zapus.
|
||||
* Knows about code names for Debian 10 (Buster) and 11 (Bullseye).
|
||||
* Considers Debian Squeeze, Ubuntu Vivid and Wily being EoL.
|
||||
* Knows about Ubuntu's "devel" alias.
|
||||
|
||||
@@ -67,7 +67,8 @@ known to work reliably, i.e.:
|
||||
* Vivid Vervet 15.04
|
||||
* Wily Werewolf 15.10
|
||||
* Xenial Xerus 16.04 (LTS)
|
||||
* Yakkety Yak 16.10 (under development)
|
||||
* Yakkety Yak 16.10
|
||||
* Zesty Zapus 17.04 (under development)
|
||||
|
||||
[1]: https://bugs.debian.org/659360
|
||||
"debootstrap in Wheezy can no more build Ubuntu Edgy or earlier"
|
||||
|
||||
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -5,7 +5,8 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium
|
||||
+ Fixes reported error code in case of subcommand failure (Reported
|
||||
and fixed by Yuri Sakhno, thanks!)
|
||||
+ Fixes typo found by lintian.
|
||||
+ Preliminary support for Ubuntu 16.10 Yakkety Yak.
|
||||
+ Support for Ubuntu 16.10 Yakkety Yak.
|
||||
+ Preliminary support for Ubuntu 17.04 Zesty Zapus.
|
||||
+ Knows future Debian release names Buster (10) and Bullseye (11).
|
||||
+ Knows about Ubuntu's "devel" alias.
|
||||
+ Risen default values for RAM sizes in /etc/xen-tools/xen-tools.cfg
|
||||
|
||||
3
debian/control
vendored
3
debian/control
vendored
@@ -89,6 +89,7 @@ Description: Tools to manage Xen virtual servers
|
||||
* Ubuntu 15.04 Vivid Vervet
|
||||
* Ubuntu 15.10 Wily Werewolf
|
||||
* Ubuntu 16.04 Xenial Xerus (LTS)
|
||||
* Ubuntu 16.10 Yakkety Yak (preliminary support, under development)
|
||||
* Ubuntu 16.10 Yakkety Yak
|
||||
* Ubuntu 17.04 Zesty Zapus (preliminary support, under development)
|
||||
* CentOS 5
|
||||
* CentOS 6
|
||||
|
||||
@@ -46,5 +46,6 @@ vivid = ubuntu eol pygrub
|
||||
wily = ubuntu eol pygrub
|
||||
xenial = ubuntu pygrub
|
||||
yakkety = ubuntu pygrub
|
||||
zesty = ubuntu pygrub
|
||||
|
||||
devel = ubuntu pygrub
|
||||
|
||||
Reference in New Issue
Block a user