Skip to content

Commit

Permalink
Release as 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed Oct 23, 2015
1 parent 919f06c commit f5c88f8
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@
#
TMPDIR ?= /tmp
DIST_PREFIX = ${TMPDIR}
VERSION = 4.6
VERSION = 4.6.1
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = git
Expand Down
23 changes: 23 additions & 0 deletions NEWS.markdown
@@ -1,3 +1,26 @@
xen-tools 4.6.1 (released 24 Oct 2015)
======================================

Distribution Releases Changes
-----------------------------

* Preliminary support for Ubuntu 16.04 LTS Xenial Xerus.

Bug Fixes
---------

* Fix Perl warning in t/hook-inittab.t if /etc/inittab isn't present.

Other Changes
-------------

* Declare GitHub as primary hosting.
* Integrate BUGS.markdown into README.markdown, move remaining
contents of KNOWN_BUGS.markdown to the GitHub issue tracker.
* Minor README improvements.
* Neither use $#array in boolean context nor @array = undef anymore.


xen-tools 4.6 (released 20 Jul 2015)
====================================

Expand Down
2 changes: 1 addition & 1 deletion bin/xen-create-image
Expand Up @@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';


#
Expand Down
2 changes: 1 addition & 1 deletion bin/xen-create-nfs
Expand Up @@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';


# store version number away.
Expand Down
2 changes: 1 addition & 1 deletion bin/xen-delete-image
Expand Up @@ -163,7 +163,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';


#
Expand Down
2 changes: 1 addition & 1 deletion bin/xen-list-images
Expand Up @@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';



Expand Down
2 changes: 1 addition & 1 deletion bin/xen-resize-guest
Expand Up @@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';


#
Expand Down
2 changes: 1 addition & 1 deletion bin/xen-update-image
Expand Up @@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';


#
Expand Down
2 changes: 1 addition & 1 deletion bin/xt-create-xen-config
Expand Up @@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';



Expand Down
2 changes: 1 addition & 1 deletion bin/xt-customize-image
Expand Up @@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';



Expand Down
2 changes: 1 addition & 1 deletion bin/xt-guess-suite-and-mirror
Expand Up @@ -79,7 +79,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';

# Init
my $mirror = '';
Expand Down
2 changes: 1 addition & 1 deletion bin/xt-install-image
Expand Up @@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.6';
my $RELEASE = '4.6.1';


#
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
@@ -1,6 +1,6 @@
xen-tools (4.6+dev-1) UNRELEASED; urgency=medium
xen-tools (4.6.1-1) unstable; urgency=medium

* New upstream SNAPSHOT
* New upstream bugfix release
+ Declare GitHub as primary hosting.
+ Integrate BUGS.markdown into README.markdown, move remaining
contents of KNOWN_BUGS.markdown to the GitHub issue tracker.
Expand All @@ -13,7 +13,7 @@ xen-tools (4.6+dev-1) UNRELEASED; urgency=medium
/etc/bash_completion.d/xen-tools properly.
* Fix typo in previous changelog entry.

-- Axel Beckert <abe@debian.org> Tue, 21 Jul 2015 12:04:41 +0200
-- Axel Beckert <abe@debian.org> Sat, 24 Oct 2015 01:13:08 +0200

xen-tools (4.6-1) unstable; urgency=low

Expand Down

0 comments on commit f5c88f8

Please sign in to comment.