Skip to content

Commit

Permalink
version bump 0.9.5 -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed Nov 13, 2016
1 parent 8714faa commit 089e81a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fast-vm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ fast-vm stop VmNumber [graceful]
fast-vm console VmNumber
fast-vm ssh VmNumber [/path/to/custom/script]
== fast-vm version 0.9.5 <ofamera@redhat.com> ==
== fast-vm version 1.0 <ofamera@redhat.com> ==
EOF
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion man/configure-fast-vm.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FAST-VM 8 "configure-fast-vm 0.9.5 (2016-06-25)" "fast-vm" "configure-fast-vm" \" -*- nroff -*-
.TH FAST-VM 8 "configure-fast-vm 1.0 (2016-06-25)" "fast-vm" "configure-fast-vm" \" -*- nroff -*-
.SH NAME
configure-fast-vm \(em script for (re)configuring fast-vm
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/fast-vm.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FAST-VM 8 "fast-vm 0.9.5 (2016-11-13)" "fast-vm" "fast-vm" \" -*- nroff -*-
.TH FAST-VM 8 "fast-vm 1.0 (2016-11-13)" "fast-vm" "fast-vm" \" -*- nroff -*-
.SH NAME
fast-vm \(em script for defining VMs from images provided in thin LVM pool
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/fast-vm.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FAST-VM.CONF 5 "fast-vm 0.9.5 (2016-10-07)" "fast-vm" "/etc/fast-vm.conf" \" -*- nroff -*-
.TH FAST-VM.CONF 5 "fast-vm 1.0 (2016-10-07)" "fast-vm" "/etc/fast-vm.conf" \" -*- nroff -*-
.SH NAME
.IR /etc/fast-vm.conf " \(em global configuration file for fast-vm"

Expand Down
8 changes: 7 additions & 1 deletion rpm/fast-vm-centos7.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: fast-vm
Version: 0.9.5
Version: 1.0
Release: 1%{?dist}
Summary: Script for defining VMs from images provided in thin LVM pool

Expand Down Expand Up @@ -57,6 +57,12 @@ drive of new machine before starting VM using the 'hack files'.
%config(noreplace) %{_sysconfdir}/sudoers.d/%{name}-sudoers

%changelog
* Sun Now 13 2016 Ondrej Famera <ofamera@redhat.com> 1.0-1
- added support for handling machines with UEFI firmware
- improve error messages and documentation
- fix locking and make it dependent on image block device
(= no need for lock files and shared read lock for images)

* Sun Oct 09 2016 Ondrej Famera <ofamera@redhat.com> 0.9.5-1
- ability to have VM notes (also indicates the owners of VM)
- fix issue with DHCP lease when last VM was deleted
Expand Down
8 changes: 7 additions & 1 deletion rpm/fast-vm.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: fast-vm
Version: 0.9.5
Version: 1.0
Release: 1%{?dist}
Summary: Script for defining VMs from images provided in thin LVM pool

Expand Down Expand Up @@ -63,6 +63,12 @@ drive of new machine before starting VM using the 'hack files'.
%config(noreplace) %{_sysconfdir}/sudoers.d/%{name}-sudoers

%changelog
* Sun Now 13 2016 Ondrej Famera <ofamera@redhat.com> 1.0-1
- added support for handling machines with UEFI firmware
- improve error messages and documentation
- fix locking and make it dependent on image block device
(= no need for lock files and shared read lock for images)

* Sun Oct 09 2016 Ondrej Famera <ofamera@redhat.com> 0.9.5-1
- ability to have VM notes (also indicates the owners of VM)
- fix issue with DHCP lease when last VM was deleted
Expand Down

0 comments on commit 089e81a

Please sign in to comment.