forked from mh-cbon/go-msi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
change.log
493 lines (241 loc) · 10.2 KB
/
change.log
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
1.0.2
* `go-msi set-guid`: close #22: add `--force,-f` flags.
* `go-msi check-env`: display a report of your environment.
* close #17 #27: improve error message when --msi flag is not provided in the command line
* choco: packages now include `tools/VERIFICATION.txt` and `tools/LICENSE.txt` to the package.
- mh-cbon <mh-cbon@users.noreply.github.com>
- solvingJ <jerrywiltse@gmail.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Wed, 23 Aug 2017 18:29:58 +0200
1.0.1
* closes #2 Add support for (un)install hooks (run with elevated privileges)
* workaround #9 Add support for services setup
* closes #10 Add support for e2e tests with CI support
* demo: add support for service
* chocolatey: uninstall script, changed msiexec /qr argument to /q
* testing: improve e2e tests to support services
* testing: update vagrant scripts to run tests
* package: make use of emd
* package: change bump script to sh version
* uuid(minor): close #7 remove useless code to generate an uuid
* wix(minor): close #8 update product template to propagate environment variable changes
* choco(minor): close #5 updated uninstaller script
- Alfonso Acosta <alfonso.acosta@gmail.com>
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Tue, 07 Mar 2017 17:21:16 +0100
1.0.0
* winters udpate, udpated documentation and lint
* templates(minor): renamed Id and Guid properties,
remove try-catch in chocoinstall,
set CRLF instead OF LF eol
* lint(break): renamed fields
ChocoSpec.Id to ChocoSpec.ID
Chocopec.ProjectUrl to Chocopec.ProjectURL
ChocoSpec.LicenseUrl to ChocoSpec.LicenseURL
ChocoSpec.IconUrl to ChocoSpec.IconURL
WixFiles.Guid to WixFiles.GUID
WixEnvList.Guid to WixEnvList.GUID
WixShortcuts.Guid to WixShortcuts.GUID
This change does not impact json file format.
* choco(minor): on chocolatey reviewer request, geet ride of the try catch
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sun, 08 Jan 2017 19:11:46 +0100
0.0.39
* appveyor: update choco push key
* choco: add checksum support. Closes #1
* choco: fix pack command invokation, it was colliding with cmake
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 15 Aug 2016 18:30:01 +0200
0.0.38
* choco: ensure tags always contains admin value to pass chocolatey validation
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 29 Jul 2016 20:06:03 +0200
0.0.37
* Fix chocolatey package generation: Tags should not contain 'chocolatey' as a tag.
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 29 Jul 2016 19:09:04 +0200
0.0.36
* travis: fix gh secure token
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 29 Jul 2016 18:56:09 +0200
0.0.35
* rpm: fix templates path inlusion
* README: update install section
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 29 Jul 2016 18:42:52 +0200
0.0.34
* build: fix the msi file generation
* appveyor: artifacts must be created in build_script section
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 29 Jul 2016 18:33:07 +0200
0.0.33
* cli: add choco command to generate chocolatey packages.
* Demo: add choco commands
* build: update build scripts
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 29 Jul 2016 18:23:59 +0200
0.0.32
* wix: fix minimum/maximum version value of UpgradeVersion field in the product template
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 23 Jul 2016 15:41:56 +0200
0.0.31
* wix: fix version format for Product element field.
When version value contains prerelease/metadata, it is not acceptable
for wix. A new field is added to the manifest VersionOk containing the version
string without prerelease/metadata value.
product.wxs template now uses this new VersionOk field
instead of the original Version field.
* glide: add semver dependency
* README: install section
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 23 Jul 2016 15:34:40 +0200
0.0.30
* travis: template inclusion
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 15 Jul 2016 21:06:08 +0200
0.0.29
* travis: fix missing changelog setup into docker image
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 15 Jul 2016 20:55:39 +0200
0.0.28
* rpm: add missing docker support
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 15 Jul 2016 20:45:51 +0200
0.0.27
* rpm: add rpm support
* debian: remove useless urgency var
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 15 Jul 2016 20:40:44 +0200
0.0.26
* travis: update deb installers
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 15 Jul 2016 19:36:46 +0200
0.0.25
* Demo: add a demo with recipe commands
* Code: add comments
* Wix: Add Shortcuts icon support
* Manifest: add icon support for shotcuts, add comments
* wix.json: env var does not need to be set system wide
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 15 Jul 2016 19:15:54 +0200
0.0.24
* travis: ensure changelog is installed
* recipe: fix curl options and register go-msi PATH
* appveyor: remove useless DIR command
* appveyor: remove -v option to curl
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Tue, 12 Jul 2016 00:20:14 +0200
0.0.23
* pkg: add deb package support
* env: set env as system wide
* main: add option for non windows built
* appveyor: fix cur options to follow location redirects
* release: add changelog support to release script
* changelog: add new changelog
* manifest: omit json fields when empty
* wix.json: remove useless version field
* README: add install from source section
* recipes: improve commands and typos
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 23:57:07 +0200
0.0.22
* align arch arguments with GO standards
* improve recipes commands and typos
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sun, 26 Jun 2016 12:14:49 +0200
0.0.21
* go fmt
* improve recipes commands and typos
* align arch arguments with GO standards
* update recipes
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sun, 26 Jun 2016 12:08:59 +0200
0.0.20
* update appveyor recipe
* tryfix for ldflags
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sun, 26 Jun 2016 11:26:55 +0200
0.0.19
* go fmt
* fix path lookpath in guuid make for windows
* Set version to the build
* README
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sun, 26 Jun 2016 10:31:12 +0200
0.0.18
* go fmt
* avoid variable shadowing
* update recipes
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sun, 26 Jun 2016 00:13:53 +0200
0.0.17
* go fmt
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 23:41:59 +0200
0.0.16
* go fmt
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 23:40:56 +0200
0.0.15
* go fmt
* fix HOWTOs
* fix bin path detection
* updates
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 23:28:40 +0200
0.0.14
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 22:05:11 +0200
0.0.13
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 22:00:52 +0200
0.0.12
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 21:59:01 +0200
0.0.11
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 21:52:11 +0200
0.0.10
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 21:44:23 +0200
0.0.9
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 21:17:43 +0200
0.0.8
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 21:09:35 +0200
0.0.7
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 21:04:38 +0200
0.0.6
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 20:56:26 +0200
0.0.5
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 20:51:23 +0200
0.0.4
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 20:43:13 +0200
0.0.3
* appveyor
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 20:21:46 +0200
0.0.2
* appveyor
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 20:12:08 +0200
0.0.1
* Initial release
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 25 Jun 2016 19:55:56 +0200