Skip to content

Commit

Permalink
version bump 1.1 -> 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed Jun 4, 2017
1 parent 75df667 commit 212ef7e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/user_guide.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
fast-vm User Guide

<ul>
<li>This is <b>draft</b> of User Guide for <code>fast-vm</code> version 1.1.</li>
<li>This is <b>draft</b> of User Guide for <code>fast-vm</code> version 1.1.
and 1.2.</li>
<li>If you have find an mistake (and you bet there are some) or would like to
request some part to be documented in this guide that you use please get in
touch with <a href="https://ssl.famera.cz/blog/about.html">the Author</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion fast-vm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ usage () {
echo "$0 list [all|active|inactive [short]]"
;;
*)
echo "== fast-vm version 1.1 <ofamera@redhat.com> =="
echo "== fast-vm version 1.2 <ofamera@redhat.com> =="
echo "$0 <action> <options>"
for cmd in import_image import_custom_image export_image remove_image resize_image import_profile remove_profile list_images create delete edit_note resize info list start stop console ssh;
do
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 1.1 (2016-06-25)" "fast-vm" "configure-fast-vm" \" -*- nroff -*-
.TH FAST-VM 8 "configure-fast-vm 1.2 (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 1.1 (2017-06-04)" "fast-vm" "fast-vm" \" -*- nroff -*-
.TH FAST-VM 8 "fast-vm 1.2 (2017-06-04)" "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 1.1 (2016-10-07)" "fast-vm" "/etc/fast-vm.conf" \" -*- nroff -*-
.TH FAST-VM.CONF 5 "fast-vm 1.2 (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
9 changes: 8 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: 1.1
Version: 1.2
Release: 1%{?dist}
Summary: Script for defining VMs from images provided in thin LVM pool

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

%changelog
* Sun Jun 04 2017 Ondrej Famera <ofamera@redhat.com> 1.2-1
- allow custom sizes of images allow image resizing
- show disk sizes in listings of VMs and images
- allow use of external networks not managed by fast-vm
- improve configure-fast-vm scripts to assist more
- various fixes

* Mon Feb 13 2017 Ondrej Famera <ofamera@redhat.com> 1.1-1
- image profiles support
- delete hack files added
Expand Down
9 changes: 8 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: 1.1
Version: 1.2
Release: 1%{?dist}
Summary: Script for defining VMs from images provided in thin LVM pool

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

%changelog
* Sun Jun 04 2017 Ondrej Famera <ofamera@redhat.com> 1.2-1
- allow custom sizes of images allow image resizing
- show disk sizes in listings of VMs and images
- allow use of external networks not managed by fast-vm
- improve configure-fast-vm scripts to assist more
- various fixes

* Mon Feb 13 2017 Ondrej Famera <ofamera@redhat.com> 1.1-1
- image profiles support
- delete hack files added
Expand Down

0 comments on commit 212ef7e

Please sign in to comment.