Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
f70d8fc6
Commit
f70d8fc6
authored
Jul 18, 2014
by
Nikos Skalkotos
Browse files
Merge branch 'hotfix-0.15.2'
parents
f4673cc0
8ca3cb2d
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f70d8fc6
2014-07-18, v0.15.2
* Fix configure.ac to work with newer versions of automake
2014-06-02, v0.15.1
* Remove support for OS API version 5, 10, 15
* Make img_passwd an optional parameter
...
...
docs/version.py
View file @
f70d8fc6
__version__
=
"0.15.
1
"
__version__
=
"0.15.
2
"
snf-image-helper/configure.ac
View file @
f70d8fc6
...
...
@@ -5,8 +5,7 @@ AC_INIT(snf-image-helper, devflow_version, synnefo@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability])
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability subdir-objects])
# Check common programs
AC_PROG_INSTALL
...
...
snf-image-host/configure.ac
View file @
f70d8fc6
...
...
@@ -6,8 +6,7 @@ AC_DEFINE_UNQUOTED(VERSION, "$devflow_version")
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability])
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability subdir-objects])
# --enable-version-consistency-ckeck
...
...
version
View file @
f70d8fc6
0.15.
1
0.15.
2
version.m4
View file @
f70d8fc6
m4_define([devflow_version], [0.15.
1
])
m4_define([devflow_version], [0.15.
2
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment