Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snf-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
snf-image
Commits
2d4e2b7a
Commit
2d4e2b7a
authored
Jan 04, 2013
by
Nikos Skalkotos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ChangeLog and configure.ac for ver. 0.7.2
parent
12af0dfd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
snf-image-helper/ChangeLog
snf-image-helper/ChangeLog
+9
-0
snf-image-helper/configure.ac
snf-image-helper/configure.ac
+1
-1
snf-image-host/ChangeLog
snf-image-host/ChangeLog
+3
-0
snf-image-host/configure.ac
snf-image-host/configure.ac
+1
-1
No files found.
snf-image-helper/ChangeLog
View file @
2d4e2b7a
2013-01-04, v0.7.2
* In windows images make sure the file C:\Window\panther\Unattend.xml
gets removed after sysprep runs
* Support extended partitions with id 0x0f
* Fix a bug in the error monitoring system
* Fix a bug in AssignHostname for archlinux images
* In AssignHostname check for the presence of /etc/hostname before
trying to determine the disto of a Linux image.
2012-12-07, v0.7.1
* Fix a race condition where in some cases could lead to a kernel
panic for the helper VM.
...
...
snf-image-helper/configure.ac
View file @
2d4e2b7a
AC_PREREQ(2.59)
AC_INIT(snf-image-helper, 0.7.
1
, synnefo@lists.grnet.gr)
AC_INIT(snf-image-helper, 0.7.
2
, synnefo@lists.grnet.gr)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
...
...
snf-image-host/ChangeLog
View file @
2d4e2b7a
2013-01-04, v0.7.2
* Change snf-image-helper repository to apt2.dev.grnet.gr
2012-12-07, v0.7.1
* Make pithcat work with pithosmap URLs
...
...
snf-image-host/configure.ac
View file @
2d4e2b7a
AC_PREREQ(2.59)
AC_INIT(snf-image, 0.7.
1
, synnefo@lists.grnet.gr)
AC_INIT(snf-image, 0.7.
2
, synnefo@lists.grnet.gr)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
...
...
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