Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
e709baee
Commit
e709baee
authored
17 years ago
by
Iustin Pop
Browse files
Options
Downloads
Patches
Plain Diff
Bump version numbers for the 1.2.2 release
Reviewed-by: ultrotter
parent
f2e9e0e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+14
-0
14 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/install.sgml
+2
-2
2 additions, 2 deletions
doc/install.sgml
with
17 additions
and
3 deletions
NEWS
+
14
−
0
View file @
e709baee
Version 1.2.2
- fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
support (issue 23)
- add command aliases infrastructure and a few aliases
- allow listing of VCPUs in the gnt-instance list and improve the man
pages and the --help option of gnt-node/gnt-instance list
- fix gnt-backup list with down nodes (issue 21)
- change the tools location (move from $pkgdatadir to
$pkglibdir/tools)
- fix the dist archive and add a check for including svn/git files in
the future
- some developer-related changes: improve the burnin and the QA
suite, add an upload script for testing during development
Version 1.2.1
Version 1.2.1
- experimental HVM support, read the install document, section
- experimental HVM support, read the install document, section
"Initializing the cluster"
"Initializing the cluster"
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
e709baee
# Configure script for Ganeti
# Configure script for Ganeti
AC_PREREQ(2.59)
AC_PREREQ(2.59)
AC_INIT(ganeti, 1.2.
1
, ganeti@googlegroups.com)
AC_INIT(ganeti, 1.2.
2
, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_INIT_AUTOMAKE([foreign tar-ustar])
...
...
This diff is collapsed.
Click to expand it.
doc/install.sgml
+
2
−
2
View file @
e709baee
...
@@ -623,8 +623,8 @@ vgextend xenvg /dev/sdd1
...
@@ -623,8 +623,8 @@ vgextend xenvg /dev/sdd1
</para>
</para>
<screen>
<screen>
tar xvzf ganeti-1.2.
1
.tar.gz
tar xvzf ganeti-1.2.
2
.tar.gz
cd ganeti-1.2.
1
cd ganeti-1.2.
2
./configure --localstatedir=/var --sysconfdir=/etc
./configure --localstatedir=/var --sysconfdir=/etc
make
make
make install
make install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment