fig 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/Changes CHANGED
@@ -1,4 +1,26 @@
1
- v1.4.0
1
+ v1.5.0 - 2013/4/8
2
+
3
+ Bug fix:
4
+
5
+ - "@" substitution in the command-line was using the incorrect package.
6
+
7
+ Miscellaneous:
8
+
9
+ - No longer even reads $PWD/.fig/retrieve if retrieves aren't going to
10
+ happen. Should solve race conditions with other fig processes doing
11
+ updates.
12
+
13
+ - json gem dependency is now 1.7.7. Needed for Ruby v2 and whatever issue
14
+ TeamCity was having with versions later than 1.6.5 a year ago does not
15
+ appear to exist with 1.7.7.
16
+
17
+
18
+ v1.4.1.beta.1 - 2013/4/4
19
+
20
+ - Test release.
21
+
22
+
23
+ v1.4.0 - 2013/3/18
2
24
 
3
25
  Miscellaneous:
4
26
 
@@ -6,11 +28,13 @@ v1.4.0
6
28
 
7
29
  - No longer depends upon the sys-admin gem.
8
30
 
9
- v1.3.1.beta.1
31
+
32
+ v1.3.1.beta.1 - 2013/3/13
10
33
 
11
34
  - Test release.
12
35
 
13
- v1.3.0
36
+
37
+ v1.3.0 - 2013/3/5
14
38
 
15
39
  Backwards incompatibility:
16
40
 
@@ -50,13 +74,15 @@ v1.3.0
50
74
 
51
75
  For Git, it includes the current branch and SHA1.
52
76
 
53
- v1.2.1.beta.3
54
- v1.2.1.beta.2
55
- v1.2.1.beta.1
77
+
78
+ v1.2.1.beta.3 - 2013/3/1
79
+ v1.2.1.beta.2 - 2013/3/1
80
+ v1.2.1.beta.1 - 2013/2/27
56
81
 
57
82
  - Test releases.
58
83
 
59
- v1.2.0
84
+
85
+ v1.2.0 - 2013/2/26
60
86
 
61
87
  Bug fixes:
62
88
 
@@ -141,16 +167,18 @@ v1.2.0
141
167
 
142
168
  - Add -R as the short option for --suppress-retrieves.
143
169
 
144
- v1.1.1.beta.6
145
- v1.1.1.beta.5
146
- v1.1.1.beta.4
147
- v1.1.1.beta.3
148
- v1.1.1.beta.2
149
- v1.1.1.beta.1
170
+
171
+ v1.1.1.beta.6 - 2013/2/25
172
+ v1.1.1.beta.5 - 2013/2/25
173
+ v1.1.1.beta.4 - 2013/2/21
174
+ v1.1.1.beta.3 - 2013/2/19
175
+ v1.1.1.beta.2 - 2013/2/14
176
+ v1.1.1.beta.1 - 2013/2/12
150
177
 
151
178
  - Test releases.
152
179
 
153
- v1.1.0
180
+
181
+ v1.1.0 - 2013/2/11
154
182
 
155
183
  Backwards incompatibilities:
156
184
 
@@ -188,12 +216,14 @@ v1.1.0
188
216
  anonymous SFTP. Thus, the use of the --login option is superfluous with
189
217
  SFTP.
190
218
 
191
- v1.0.1.beta.2
219
+
220
+ v1.0.1.beta.2 - 2013/2/6
192
221
  v1.0.1.beta.1
193
222
 
194
223
  - Test releases.
195
224
 
196
- v1.0.0
225
+
226
+ v1.0.0 - 2013/1/2
197
227
 
198
228
  New features:
199
229
 
@@ -235,11 +265,13 @@ v1.0.0
235
265
  you wish to toggle between multiple configurations rapidly without waiting
236
266
  for file shuffling.
237
267
 
238
- v0.2.6.beta.1
239
268
 
240
- - Test release
269
+ v0.2.6.beta.1 - 2012/12/18
270
+
271
+ - Test release.
272
+
241
273
 
242
- v0.2.5
274
+ v0.2.5 - 2012/12/13
243
275
 
244
276
  Backwards incompatibilities:
245
277
 
@@ -271,11 +303,13 @@ v0.2.5
271
303
  the packages, meaning that there's a smaller chance of different assets
272
304
  clobbering each other and of packages getting corrupted.
273
305
 
274
- v0.2.4.beta.1
275
306
 
276
- - Test release
307
+ v0.2.4.beta.1 - 2012/12/11
308
+
309
+ - Test release.
277
310
 
278
- v0.2.3
311
+
312
+ v0.2.3 - 2012/12/11
279
313
 
280
314
  Backwards incompatibilities:
281
315
 
@@ -319,13 +353,15 @@ v0.2.3
319
353
 
320
354
  - Other error message clarifications.
321
355
 
322
- v0.2.2.beta.3
323
- v0.2.2.beta.2
324
- v0.2.2.beta.1
356
+
357
+ v0.2.2.beta.3 - 2012/12/7
358
+ v0.2.2.beta.2 - 2012/12/7
359
+ v0.2.2.beta.1 - 2012/12/6
325
360
 
326
361
  - Test releases
327
362
 
328
- v0.2.1
363
+
364
+ v0.2.1 - 2012/11/5
329
365
 
330
366
  Backwards incompatibilities:
331
367
 
@@ -407,12 +443,14 @@ v0.2.1
407
443
 
408
444
  - Fewer stack traces with network errors.
409
445
 
410
- v0.2.0.beta.2
411
- v0.2.0.beta.1
412
446
 
413
- - Test releases
447
+ v0.2.0.beta.2 - 2012/10/24
448
+ v0.2.0.beta.1 - 2012/10/12
449
+
450
+ - Test releases.
451
+
414
452
 
415
- v0.1.81
453
+ v0.1.81 - 2012/9/25
416
454
 
417
455
  Backwards incompatibilities:
418
456
 
@@ -433,11 +471,13 @@ v0.1.81
433
471
  with space characters. This should make what is run and what is in a
434
472
  package definition file match most people's expectations.
435
473
 
436
- v0.1.80.beta.1
437
474
 
438
- - Test release
475
+ v0.1.80.beta.1 - 2012/9/20
476
+
477
+ - Test release.
478
+
439
479
 
440
- v0.1.79
480
+ v0.1.79 - 2012/9/13
441
481
 
442
482
  Backwards incompatibilities:
443
483
 
@@ -489,12 +529,14 @@ v0.1.79
489
529
  Actually, updates handle failed downloads better in general and don't
490
530
  delete local copies of packages.
491
531
 
492
- v0.1.78.beta.2
493
- v0.1.78.beta.1
494
532
 
495
- - Test releases
533
+ v0.1.78.beta.2 - 2012/9/11
534
+ v0.1.78.beta.1 - 2012/8/31
535
+
536
+ - Test releases.
496
537
 
497
- v0.1.77
538
+
539
+ v0.1.77 - 2012/8/15
498
540
 
499
541
  Bug fixes:
500
542
 
@@ -534,7 +576,7 @@ v0.1.77
534
576
  update, even though the regular files would not.
535
577
 
536
578
 
537
- v0.1.76
579
+ v0.1.76 - 2012/8/7
538
580
 
539
581
  New features:
540
582
 
@@ -542,7 +584,8 @@ v0.1.76
542
584
  formatting (and no trailing newline in the output). Useful for programatic
543
585
  access to the fig version.
544
586
 
545
- v0.1.75
587
+
588
+ v0.1.75 - 2012/8/1
546
589
 
547
590
  Backwards incompatibilities:
548
591
 
@@ -611,13 +654,15 @@ v0.1.75
611
654
  set variable=value
612
655
  end
613
656
 
614
- v0.1.74.beta.3
615
- v0.1.74.beta.2
616
- v0.1.74.beta.1
617
657
 
618
- - Test releases
658
+ v0.1.74.beta.3 - 2012/7/27
659
+ v0.1.74.beta.2 - 2012/7/27
660
+ v0.1.74.beta.1 - 2012/7/27
661
+
662
+ - Test releases.
619
663
 
620
- v0.1.73
664
+
665
+ v0.1.73 - 2012/7/12
621
666
 
622
667
  Backwards incompatibilities:
623
668
 
@@ -632,12 +677,14 @@ v0.1.73
632
677
 
633
678
  - Crash when --command-extra-args was specified without a package descriptor.
634
679
 
680
+
635
681
  v0.1.72.beta.2
636
682
  v0.1.72.beta.1
637
683
 
638
684
  - Test releases
639
685
 
640
- v0.1.71
686
+
687
+ v0.1.71 - 2012/6/25
641
688
 
642
689
  Backwards incompatibilities:
643
690
 
@@ -678,11 +725,13 @@ v0.1.71
678
725
  - Loading an overridden package version that had one config include another
679
726
  config of the same package could cause problems in some circumstances.
680
727
 
728
+
681
729
  v0.1.70.beta.1
682
730
 
683
- - Test release
731
+ - Test release.
732
+
684
733
 
685
- v0.1.69
734
+ v0.1.69 - 2012/6/20
686
735
 
687
736
  Backwards incompatibilities:
688
737
 
@@ -739,12 +788,14 @@ v0.1.69
739
788
  - Skips retrieving directories and files to themselves. (Tragic accident of
740
789
  retrieving "." onto itself resulted in a corrupted git repo.)
741
790
 
791
+
742
792
  v0.1.68.beta.2
743
793
  v0.1.68.beta.1
744
794
 
745
795
  - Test releases
746
796
 
747
- v0.1.67
797
+
798
+ v0.1.67 - 2012/6/7
748
799
 
749
800
  Backwards incompatibilities:
750
801
 
@@ -768,12 +819,14 @@ v0.1.67
768
819
  - Better error reporting for failed installations and package version
769
820
  conflicts.
770
821
 
822
+
771
823
  v0.1.66.beta.2
772
824
  v0.1.66.beta.1
773
825
 
774
826
  - Test releases
775
827
 
776
- v0.1.65
828
+
829
+ v0.1.65 - 2012/5/21
777
830
 
778
831
  Bug fixes:
779
832
 
@@ -786,7 +839,8 @@ v0.1.65
786
839
 
787
840
  set FOO=blah
788
841
 
789
- v0.1.64
842
+
843
+ v0.1.64 - 2012/5/21
790
844
 
791
845
  Backwards incompatibilities:
792
846
 
@@ -930,19 +984,22 @@ v0.1.64
930
984
  will be slower. On the other hand, you won't have a lot of stuff from
931
985
  "foo" hanging around that shouldn't be there.
932
986
 
987
+
933
988
  v0.1.63.beta.2
934
989
  v0.1.63.beta.1
935
990
 
936
991
  - Test releases
937
992
 
938
- v0.1.62
993
+
994
+ v0.1.62 - 2012/4/2
939
995
 
940
996
  Bug fixes:
941
997
 
942
998
  - Fixed stack trace when encountering conflicting dependency package
943
999
  versions.
944
1000
 
945
- v0.1.61
1001
+
1002
+ v0.1.61 - 2012/3/29
946
1003
 
947
1004
  New features:
948
1005
 
@@ -958,12 +1015,14 @@ v0.1.61
958
1015
 
959
1016
  - Removed dependency on the 'ftp' gem.
960
1017
 
1018
+
961
1019
  v0.1.60.alpha.2
962
1020
  v0.1.60.alpha.1
963
1021
 
964
1022
  - Test releases
965
1023
 
966
- v0.1.59
1024
+
1025
+ v0.1.59 - 2012/3/9
967
1026
 
968
1027
  Backwards incompatibilities:
969
1028
 
@@ -1037,26 +1096,31 @@ v0.1.59
1037
1096
  Ruby code. This shouldn't be an issue because the Treetop grammar has
1038
1097
  already restricted it this way; this is just a check from the Ruby side.
1039
1098
 
1099
+
1040
1100
  v0.1.58.beta.1
1041
1101
  v0.1.58.alpha.2
1042
1102
  v0.1.58.alpha.1
1043
1103
 
1044
1104
  - Test releases
1045
1105
 
1046
- v0.1.57
1106
+
1107
+ v0.1.57 - 2012/2/13
1047
1108
 
1048
1109
  - Logging output now goes to stderr by default, instead of stdout.
1049
1110
 
1050
- v0.1.56.alpha
1111
+
1112
+ v0.1.56.alpha - 2012/2/13
1051
1113
 
1052
1114
  - Test release
1053
1115
 
1054
- v0.1.55
1116
+
1117
+ v0.1.55 - 2012/1/25
1055
1118
 
1056
1119
  - "include" of another package without specifying a version is now a warning
1057
1120
  about its ability to work is dependent upon include ordering.
1058
1121
 
1059
- v0.1.54
1122
+
1123
+ v0.1.54 - 2012/1/25
1060
1124
 
1061
1125
  - Emits an error when you've got an "include" of another package without
1062
1126
  specifying the version. It used to be the case that you could leave the
@@ -1064,11 +1128,13 @@ v0.1.54
1064
1128
  the depended upon package published. Which meant that you'd have to
1065
1129
  --force the publication of the "current" version.
1066
1130
 
1067
- v0.1.53
1131
+
1132
+ v0.1.53 - 2012/1/24
1068
1133
 
1069
1134
  - Fix bug in doing "fig -u" when the remote repository has a figrc file.
1070
1135
 
1071
- v0.1.52
1136
+
1137
+ v0.1.52 - 2012/1/23
1072
1138
 
1073
1139
  Notice:
1074
1140
 
@@ -1157,7 +1223,8 @@ v0.1.52
1157
1223
  versions of the same package if different configurations depend upon
1158
1224
  different versions.
1159
1225
 
1160
- v0.1.51
1226
+
1227
+ v0.1.51 - 2012/1/3
1161
1228
 
1162
1229
  - You can now set an environment variable to the empty string with "set".
1163
1230
 
@@ -1165,15 +1232,18 @@ v0.1.51
1165
1232
  causing Fig to attempt to retrieve libs intended for publish. (The bug
1166
1233
  was introduced in 0.1.49, in commit aa3f3ab6c7, while fixing another bug).
1167
1234
 
1168
- v0.1.50
1235
+
1236
+ v0.1.50 - 2011/12/5
1169
1237
 
1170
1238
  - Trying to get releases via rake to work properly for multiple platforms.
1171
1239
 
1172
- v0.1.49
1240
+
1241
+ v0.1.49 - 2011/12/2
1173
1242
 
1174
1243
  - Finalizing figrc name for URL whitelist.
1175
1244
 
1176
- v0.1.47-48
1245
+
1246
+ v0.1.47-48 - 2011/11/16
1177
1247
 
1178
1248
  - Exception, regex, and test refactoring.
1179
1249
 
@@ -1189,14 +1259,15 @@ v0.1.47-48
1189
1259
 
1190
1260
  - Implemented @ escaping in variables.
1191
1261
 
1192
- v0.1.46
1262
+
1263
+ v0.1.46 - 2011/11/15
1193
1264
 
1194
1265
  - Rakefile improvements.
1195
1266
 
1196
1267
  - Fixing broken reference to Fig::Logging in environment.rb.
1197
1268
 
1198
1269
 
1199
- v0.1.43-0.1.45
1270
+ v0.1.43-0.1.45 - 2011/11/15
1200
1271
 
1201
1272
  - Rakefile improvements.
1202
1273
 
@@ -1204,7 +1275,8 @@ v0.1.43-0.1.45
1204
1275
 
1205
1276
  - Complains if it has nothing to do.
1206
1277
 
1207
- v0.1.42
1278
+
1279
+ v0.1.42 - 2011/11/15
1208
1280
 
1209
1281
  - Fig::Package refactoring.
1210
1282
 
@@ -1212,7 +1284,7 @@ v0.1.42
1212
1284
 
1213
1285
  - Testing no longer requires ssh.
1214
1286
 
1215
- - Implemented whitelist chceking after parse.
1287
+ - Implemented whitelist checking after parse.
1216
1288
 
1217
1289
  - Simplify character classes in grammar, slight grammar refactoring.
1218
1290
 
@@ -1223,7 +1295,7 @@ v0.1.42
1223
1295
  - Tests emits std(out|err) on failure, for ease in debugging test failures.
1224
1296
 
1225
1297
 
1226
- v0.1.41
1298
+ v0.1.41 - 2011/11/10
1227
1299
 
1228
1300
  - Release cleanup
1229
1301