|
63 | 63 | "fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
|
64 | 64 | "channels": {
|
65 | 65 | "alpha": {
|
66 |
| - "version": "0.5.2", |
67 |
| - "released": "2015-07-27", |
| 66 | + "version": "0.5.3", |
| 67 | + "released": "2015-08-01", |
68 | 68 | "default": true,
|
69 | 69 | "files": [
|
70 | 70 | {
|
71 | 71 | "name": ".moon",
|
72 | 72 | "url": "@{fileBaseUrl}@{fileName}",
|
73 |
| - "sha1": "B05F938D4569FB8D2361DF266C3482DC24DC6024" |
| 73 | + "sha1": "C8550E4E5AED94DD9604949126498ABCF3DAAD16" |
74 | 74 | },
|
75 | 75 | {
|
76 | 76 | "name": "/ConfigHandler.moon",
|
77 | 77 | "url": "@{fileBaseUrl}@{fileName}",
|
78 |
| - "sha1": "AC080CE7250E7529B1A8209A1336F01DFCD91D1D" |
| 78 | + "sha1": "61478FA441574001982C50D619C231B0CEB23121" |
79 | 79 | },
|
80 | 80 | {
|
81 | 81 | "name": "/FileOps.moon",
|
|
85 | 85 | {
|
86 | 86 | "name": "/Logger.moon",
|
87 | 87 | "url": "@{fileBaseUrl}@{fileName}",
|
88 |
| - "sha1": "E74238386E3C77549256667C951619FC457B5E89" |
| 88 | + "sha1": "1E08BB34295CDC8D1F77E2811BF464763ACBBE69" |
89 | 89 | },
|
90 | 90 | {
|
91 | 91 | "name": "/UpdateFeed.moon",
|
|
95 | 95 | {
|
96 | 96 | "name": "/Updater.moon",
|
97 | 97 | "url": "@{fileBaseUrl}@{fileName}",
|
98 |
| - "sha1": "BF4B380D2F2AAB58F7A3CEFF8ECA7DF994F0F11A" |
| 98 | + "sha1": "476B7AC47F42E5B21C4BBA1ECB95605CADC8AD4F" |
99 | 99 | }
|
100 | 100 | ],
|
101 | 101 | "requiredModules": [
|
|
123 | 123 | }
|
124 | 124 | },
|
125 | 125 | "changelog": {
|
| 126 | + "0.5.3": [ |
| 127 | + "ConfigHandler: A host of longstanding issues related to config file corruption and concurrent access to config files from multiple DepCtrl-hosting automation scripts have been fixed.", |
| 128 | + "Error Reports of required modules loaded by DependencyControl now actually provide semi-useful stack traces.", |
| 129 | + "A bug was fixed that could cause DepCtrl to rerun the __depCtrlInit method on modules even though a prior DependencyControl record had already been initialized.", |
| 130 | + "The DependencyControl self-update now runs through properly without throwing an error at the end of the process." |
| 131 | + ], |
126 | 132 | "0.5.2": [
|
127 | 133 | "Updates and installations no longer fail when no suitable version of a module marked as an optional dependency can be found.",
|
128 | 134 | "ConfigHandlers now recover gracefully when a corrupted config is encountered.",
|
|
0 commit comments