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
e47ad37e
Commit
e47ad37e
authored
Nov 13, 2012
by
Nikos Skalkotos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ChangeLog and configure.ac for ver. 0.6.3
parent
7a7e0f27
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
snf-image-helper/ChangeLog
snf-image-helper/ChangeLog
+7
-1
snf-image-helper/configure.ac
snf-image-helper/configure.ac
+1
-1
snf-image-host/ChangeLog
snf-image-host/ChangeLog
+4
-0
snf-image-host/configure.ac
snf-image-host/configure.ac
+1
-1
No files found.
snf-image-helper/ChangeLog
View file @
e47ad37e
2012-11-13, v0.6.3
* Don't overwrite C:\Unattend.xml file in windows images, unless the
image property USE_DEFAULT_UNATTEND is defined.
* Fix a bug in the error monitoring system
* Correct some error messages
2012-10-12, v0.6.2
* Remove the rule of updating the password for user `user' in Fedora
and Ubuntu when the USERS image property is missing.
* Check if a user exists before updating its password.
* Check if a user exists before updating its password.
2012-10-05, v0.6.1
* Supress a very noisy warning in 40DisableRemoteDesktopConnections
...
...
snf-image-helper/configure.ac
View file @
e47ad37e
AC_PREREQ(2.59)
AC_INIT(snf-image-helper, 0.6.
2
, synnefo@lists.grnet.gr)
AC_INIT(snf-image-helper, 0.6.
3
, synnefo@lists.grnet.gr)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
...
...
snf-image-host/ChangeLog
View file @
e47ad37e
2012-11-13, v0.6.3
* Fix a bug in snf-image-update-helper where the temporary image file
was not removed if an error occured.
2012-10-12, v0.6.2
* Seperate the error messages that should be logged by the system from
those that should be propagated to the user through the monitoring
...
...
snf-image-host/configure.ac
View file @
e47ad37e
AC_PREREQ(2.59)
AC_INIT(snf-image, 0.6.
2
, synnefo@lists.grnet.gr)
AC_INIT(snf-image, 0.6.
3
, 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