Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #442 from laijs/release-0.7.0
Browse files Browse the repository at this point in the history
release 0.7.0
  • Loading branch information
laijs authored Oct 28, 2016
2 parents 2d78fb2 + e0d2fb9 commit 9f31f2a
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 66 deletions.
105 changes: 53 additions & 52 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([hyper], [0.6.2], [[email protected]])
AC_INIT([hyper], [0.7.0], [[email protected]])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_EXTRA_RECURSIVE_TARGETS([pkg])

Expand Down
2 changes: 1 addition & 1 deletion package/centos/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT=$(readlink -f $(dirname $0)/../..)
CENTOS_DIR=${PROJECT}/package/centos
VERSION=0.6.2
VERSION=0.7.0

if [ $# -gt 0 ] ; then
VERSION=$1
Expand Down
4 changes: 3 additions & 1 deletion package/centos/rpm/SPECS/hyper-container.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Hyper Container is a VM based docker runtime
Name: hyper-container
Version: 0.6.2
Version: 0.7.0
Release: 1%{?dist}
License: Apache License, Version 2.0
Group: System Environment/Base
Expand Down Expand Up @@ -53,6 +53,8 @@ rm -rf %{buildroot}
/lib/systemd/system/hyperd.service

%changelog
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
- update source to 0.6.2
* Thu Apr 28 2016 Hyper Dev Team <[email protected]> - 0.6-1
Expand Down
4 changes: 3 additions & 1 deletion package/centos/rpm/SPECS/hyperstart.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Hyperstart is the initrd for hyper VM
Name: hyperstart
Version: 0.6.2
Version: 0.7.0
Release: 1%{?dist}
License: Apache License, Version 2.0
Group: System Environment/Base
Expand Down Expand Up @@ -38,6 +38,8 @@ rm -rf %{buildroot}
%{_sharedstatedir}/*

%changelog
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
- update source to 0.6.2
* Thu Apr 28 2016 Hyper Dev Team <[email protected]> - 0.6-1
Expand Down
2 changes: 1 addition & 1 deletion package/fedora/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT=$(readlink -f $(dirname $0)/../..)
FEDORA_DIR=${PROJECT}/package/fedora
VERSION=0.6.2
VERSION=0.7.0

if [ $# -gt 0 ] ; then
VERSION=$1
Expand Down
4 changes: 3 additions & 1 deletion package/fedora/rpm/SPECS/hyper-container.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Hyper is a VM based docker runtime
Name: hyper-container
Version: 0.6.2
Version: 0.7.0
Release: 1%{?dist}
License: Apache License, Version 2.0
Group: System Environment/Base
Expand Down Expand Up @@ -52,6 +52,8 @@ rm -rf %{buildroot}
/lib/systemd/system/hyperd.service

%changelog
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
- update source to 0.6.2
* Wed May 25 2016 Hyper Dev Team <[email protected]> - 0.6-1
Expand Down
4 changes: 3 additions & 1 deletion package/fedora/rpm/SPECS/hyperstart.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Hyperstart is the initrd for hyper VM
Name: hyperstart
Version: 0.6.2
Version: 0.7.0
Release: 1%{?dist}
License: Apache License, Version 2.0
Group: System Environment/Base
Expand Down Expand Up @@ -38,6 +38,8 @@ rm -rf %{buildroot}
%{_sharedstatedir}/*

%changelog
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
- update source to 0.6.2
* Wed May 25 2016 Hyper Dev Team <[email protected]> - 0.6-1
Expand Down

0 comments on commit 9f31f2a

Please sign in to comment.