-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
176 lines (112 loc) · 4.67 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
Changelog
~~~~~~~~~~
hepixvmitrust-0.0.18
* Removed bug memmory bug.
hepixvmitrust-0.0.17
* Now we dynamically set the data path when in a virtual enviroment.
hepixvmitrust-0.0.16
* Added 2 unit tests
* default to use setuptools rather than distutils
hepixvmitrust-0.0.15
* Added new command line option to set the version number of the image.
hepixvmitrust-0.0.14
* Improved README text added some details about install mechanism.
* Cleaned up typos in README.
* Added better logging on loading structure from JSON.
* Fixed a small bug referencing non existent object.
hepixvmitrust-0.0.13
* Added Apache License Version 2.0
* Spelling Corrections to README
* Updated documentation of Image list format in README.
hepixvmitrust-0.0.12
* Removed an API regresion.
hepixvmitrust-0.0.11
* Updated to new image format, including a valid header.
* Allows using signed image lists as templates as well as JSON.
* Default field values can be set with environment variables.
hepixvmitrust-0.0.10
Use python standard logging library.
Decode the correct data format.
Still output the old incorrect format for this release.
After hepixvmitrust-0.0.11 thsi will be corrected.
Small cleanup to signing code.
Added a minimal.py example generating imagelist with minimal code.
Added documentation on using minimal.py
Updated documentation to show the new image format.
Added documentation on how to deploy your image list once generated.
Added thsi changelog.
2011-03-31 17:55 Ian Gable <[email protected]>
* vmilistool.py: renamed to vmilisttool, and had the reusable
classes pushed into the new python module hepixvmtrust
* setup.py: tweak name of the excutable, add PyPI classifiers,
import the version number from __version__
* hepixvmitrust/vmitrustlib.py: new python module containing the classes
that were in vmilisttool.py
* hepixvmitrust/__init__.py: load the VMTrustControler object
automatically
* hepixvmitrust/__version__.py: stardard file to store the module
version number
* testing.py: new file with testing functions pulled from vmilisttool
2011-03-07 18:03 omsynge
* setup.py: make the script vmilisttool.py executable
2011-03-07 17:31 omsynge
* setup.py: tagging a release
2011-03-07 17:11 omsynge
* ChangeLog, MANIFEST.in, env.sh, setup.py: some repackaging,
removing env.sh and adding a ChangeLog via svn2cl and an example
imagelist.json
2011-03-07 12:04 omsynge
* README: Small documentation upgrade showing how to auto caclulate
the checksum of the image
2011-03-07 12:03 omsynge
* vmilisttool.py: Small update accounting for the difficulties and
confusion including json or simplejson on different operating
systems
2011-02-16 10:30 omsynge
* vmilisttool.py: Merging from Home coding.
Added generate function including auto generating checksum and
file number.
Added file_extract_metadata(file_name) to checksum and count the
content of files.
Some defensive code additions.
Changed all strings to UTF8
Changed actions handling from list to set as it was being used as
a set.
Created 'pairsNnot' function to output paired command attributes.
2011-02-15 14:37 omsynge
* README, vmilisttool.py: some feedback from Andrew Elwell
2011-02-15 13:48 omsynge
* README: spelling fixed for documentation
2011-02-15 12:00 omsynge
* README: added soem more to the readme on how to sign images
2011-02-15 11:56 omsynge
* README, vmilisttool.py: update to port to sl5
2011-02-15 11:00 omsynge
* README, imagelist.json: A coupele of clean ups prerelease
2011-02-15 10:55 omsynge
* setup.py: bump release version
2011-02-15 10:55 omsynge
* MANIFEST.in, setup.py, vmimagesigner: last clean up before
release
2011-02-15 10:52 omsynge
* vmis: deleteing garbidge files
2011-02-15 10:49 omsynge
* MANIFEST.in, README, setup.py, vmilisttool.py, vmis/__init__.py,
vmis/json_encoder.py, vmis/listmaker.py, vmis/sign2.py: now it
still builds a package
2011-02-15 10:37 omsynge
* vmis/listmaker.py: Code writern last night in hg. This is soem
code cleanup and makes thigns neater
2011-02-14 18:25 omsynge
* vmis/listmaker.py: a new version now supports signing the the
metadata
2011-02-14 17:48 omsynge
* vmis/listmaker.py: first import of work i wrote at weekend
2011-02-09 16:08 omsynge
* MANIFEST.in, image_signer.py, json_encoder.py, setup.py,
sign2.py, vmimagesigner, vmis, vmis/__init__.py,
vmis/json_encoder.py, vmis/sign2.py: we shodul now have an RPM we
can build from
2011-02-07 13:46 omsynge
* ., README, env.sh, image_signer.py, json_encoder.py, sign2.py:
adding first version of tool for signing image file