aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-02-26 12:11:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-02-26 12:11:58 +0200
commitc7f487c8e16955209911447a61df00c713d1971b (patch)
tree11856a3f1d018364e3b1ff9474c8067d40950759
parent4a72c67c34b1c5b348e61ab900fb0b64305b9f97 (diff)
downloadeclat-c7f487c8e16955209911447a61df00c713d1971b.tar.gz
eclat-c7f487c8e16955209911447a61df00c713d1971b.tar.bz2
Version 1.1release-1.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--doc/eclat-setiattr.12
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ed97650..cea706a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
-Eclat NEWS -- history of user-visible changes. 2015-02-02
+Eclat NEWS -- history of user-visible changes. 2015-02-26
Copyright (C) 2012-2015 Sergey Poznyakoff
See the end of file for copying conditions.
-Please send Eclat bug reports to <gray+eclat@gnu.org.ua>
+Please send Eclat bug reports to <bug-eclat@gnu.org.ua>
-Version 1.0.92, (Git)
+Version 1.1, 2015-02-26
* New commands:
lsaattr describe-image-attribute
setaattr modify-image-attribute
diff --git a/configure.ac b/configure.ac
index 596da03..cfe0d2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Eclat. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([eclat], 1.0.92, [bug-eclat@gnu.org.ua],,
+AC_INIT([eclat], 1.1, [bug-eclat@gnu.org.ua],,
[http://www.gnu.org.ua/software/eclat])
AC_CONFIG_SRCDIR([src/eclat.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-xz std-options silent-rules])
dnl AC_CONFIG_LIBOBJ_DIR([src])
diff --git a/doc/eclat-setiattr.1 b/doc/eclat-setiattr.1
index 4839315..cf621b5 100644
--- a/doc/eclat-setiattr.1
+++ b/doc/eclat-setiattr.1
@@ -72,13 +72,13 @@ via the API.
.BR InstanceInitiatedShutdownBehavior
Changes the instance initiated shutdown behavior. Allowed values are
\fBstop\fR (instance will be stopped instead of terminated), and
\fBterminate\fR (instance will be terminated).
.TP
.BR BlockDeviceMapping
-Change DeleteOnTermination flag for one or more modules that are
+Change DeleteOnTermination flag for one or more volumes that are
currently attached. When this attribute is used, multiple
\fIVALUE\fRs are allowed. Each of them must have the form
\fIDEVICE\fR=\fIBOOL\fR, where \fIDEVICE\fR is the name of the device
the volume is attached to, and \fIBOOL\fR is either \fBtrue\fR (the
volume is deleted when the instance is terminated) or \fBfalse\fR (the
volume remains intact on instance termination).

Return to:

Send suggestions and report system problems to the System administrator.