Skip to content

Commit

Permalink
ready for 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Jan 9, 2018
1 parent 0005537 commit e55eb33
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
commit bb60e508f176e13c9761be3d609f9281e2bb0ca3
Author: Andy Fiddaman <omnios@citrus-it.co.uk>
Date: Tue Jan 9 10:31:35 2018 +0000

Wrong object being passed to writeArray

The config hash is passed instead of $zConf, causing writeArray to consider everything as a zone.

commit bc61fafb34c8b187935e71bee8089d53ede4f433
Author: Dominik Hassler <hadfl@omniosce.org>
Date: Mon Dec 11 18:08:45 2017 +0100

ready for 0.12.2

commit d55f587b6b8aa23be09881f1528fd307066888db
Author: Dominik Hassler <hadfl@omniosce.org>
Date: Mon Dec 11 15:36:03 2017 +0100
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kvmadm
---------
Manage KVMs under SMF control.

Copyright 2017 OmniOS Community Edition (OmniOSce) Association
Copyright 2018 OmniOS Community Edition (OmniOSce) Association
and the other people listed in the AUTHORS file.

All rights reserved.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kvmadm 0.12.2
kvmadm 0.12.3
============
Manage KVM instances under SMF control

Expand All @@ -17,10 +17,10 @@ Setup
It is advised to install kvmadm into a separate directory as the base directory of `kvmadm` will be mounted in the zones.

```sh
wget https://github.com/hadfl/kvmadm/releases/download/v0.12.2/kvmadm-0.12.2.tar.gz
tar zxvf kvmadm-0.12.2.tar.gz
cd kvmadm-0.12.2
./configure --prefix=/opt/kvmadm-0.12.2
wget https://github.com/hadfl/kvmadm/releases/download/v0.12.3/kvmadm-0.12.3.tar.gz
tar zxvf kvmadm-0.12.3.tar.gz
cd kvmadm-0.12.3
./configure --prefix=/opt/kvmadm-0.12.3
```

Now you can run
Expand All @@ -45,4 +45,4 @@ And if you have a contribution, please send a pull request.
Enjoy!

Dominik Hassler & Tobi Oetiker
2017-12-11
2018-01-09
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.12.3
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for kvmadm 0.12.2.
# Generated by GNU Autoconf 2.69 for kvmadm 0.12.3.
#
# Report bugs to <hadfl@omniosce.org>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='kvmadm'
PACKAGE_TARNAME='kvmadm'
PACKAGE_VERSION='0.12.2'
PACKAGE_STRING='kvmadm 0.12.2'
PACKAGE_VERSION='0.12.3'
PACKAGE_STRING='kvmadm 0.12.3'
PACKAGE_BUGREPORT='hadfl@omniosce.org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1227,7 +1227,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures kvmadm 0.12.2 to adapt to many kinds of systems.
\`configure' configures kvmadm 0.12.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1293,7 +1293,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of kvmadm 0.12.2:";;
short | recursive ) echo "Configuration of kvmadm 0.12.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1380,7 +1380,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
kvmadm configure 0.12.2
kvmadm configure 0.12.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1397,7 +1397,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by kvmadm $as_me 0.12.2, which was
It was created by kvmadm $as_me 0.12.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2267,7 +2267,7 @@ fi
# Define the identity of the package.
PACKAGE='kvmadm'
VERSION='0.12.2'
VERSION='0.12.3'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3473,7 +3473,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by kvmadm $as_me 0.12.2, which was
This file was extended by kvmadm $as_me 0.12.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3526,7 +3526,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
kvmadm config.status 0.12.2
kvmadm config.status 0.12.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion man/kvmadm.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "KVMADM 1"
.TH KVMADM 1 "2017-12-11" "0.12.2" "kvmadm"
.TH KVMADM 1 "2017-12-11" "0.12.3" "kvmadm"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down

0 comments on commit e55eb33

Please sign in to comment.