-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.rss
749 lines (749 loc) · 32.3 KB
/
changes.rss
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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version='2.0'>
<channel>
<title>AutomateIt: Change history</title>
<link>http://www.automateit.org/changes.rss</link>
<description></description>
<pubDate>
Wed, 11 Nov 2009 17:45:24 -0700
</pubDate>
<lastBuildDate>
Wed, 11 Nov 2009 17:45:24 -0700
</lastBuildDate>
<language>en-us</language>
<item>
<title>
0.91104
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed AddressManager, it now works with versions of Ruby that don't allow modifications to sets during iteration.<br />
- (%) Fixed PackageManager::Gem, it now works with newer versions of Open4 that may incorrectly return nil STDOUT.<br />
- (%) Fixed AutomateIt's test suite, it now works with newer versions of RSpec.<br />
- (%) Fixed PackageManager::Cpan, it now works with newer versions of CPAN when installing a package that's been uninstalled before.<br />
- (%) Fixed ShellManager#ln_s, it can now link a directory to a directory and understand a target symlink's relative path. <br />
- (+) Improved HelpfulERB, it now displays friendly errors containing filename and line number in templates, including "fields.yml" and "tags.yml", and will honor the "--trace" flag to optionally display backtraces.<br />
- (+) Improved DownloadManager, it will now only download if the file isn't already present, but you can override this with a :force option.<br />
- (+) Improved PackageManager::Gem, it can now install a specific version of a gem: `package_manager.install("rails", :with => :gem, :version => "2.3.4")`<br />
- Improved PackageManager::Gem, it will now clear the local Gem cache so that "require" calls can see newly-installed packages without restarting AutomateIt.<br />
</description>
<pubDate>
Wed, 11 Nov 2009 17:45:24 -0700
</pubDate>
<guid>
0.91104
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.80624
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Fixed collision of time conversion methods when loading AutomateIt into Rails.<br />
- Improved documentation, reworked Rakefile, updated TODO.txt.<br />
</description>
<pubDate>
Tue, 24 Jun 2008 23:13:35 -0700
</pubDate>
<guid>
0.80624
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.80607
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed ShellManager#rm and ShellManager#mv, can now remove and move invalid symlinks.<br />
- Improved Object#unique_methods, it now returns an array of symbols.<br />
</description>
<pubDate>
Fri, 06 Jun 2008 23:13:56 -0700
</pubDate>
<guid>
0.80607
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.80116
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (!) Fixed bug that prevented AutomateIt from working without the Builder gem's "blankslate" library. This fix should completely eliminate AutomateIt's dependence on Builder and ActiveSupport, like 0.71230 was supposed to do. This error was missed because other gems provide a "blankslate"-workalike and thus merely uninstalling Builder wasn't enough to confirm the previous fix.<br />
- (+) Improved PackageManager::Gem, it can now use commands other than "gem" to manage RubyGem packages, such as "gem1.8". It now detects the best available command, but also lets you specify a default or choose one on a per-call basis. See the PackageManager::Gem documentation for examples. Comments are sought on the new syntax.<br />
- Improved PackageManager#_list_normalizer, it now accepts comments mid-way through a line and can parse arrays of strings.<br />
- Updated misc/setup_rubygems.sh, a simple shell script that downloads and install RubyGems 1.0.1, useful for bootstrapping a system to get AutomateIt running on it.<br />
</description>
<pubDate>
Wed, 16 Jan 2008 23:55:44 -0800
</pubDate>
<guid>
0.80116
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71230
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (!) Removed all code that relied on the ActiveSupport and Builder libraries. The new, AutomateIt-specific replacements for these libraries are guaranteed to work correctly and load much more quickly.<br />
- (!) Removed the "--to-xml" option from "aitag" and "aifield". If anyone relied on this functionality, post to the mailing list and I'll write a replacement.<br />
- (%) Fixed PlatformManager::LSB, it no longer converts OS release versions like "7.10" into "7.1".<br />
- (%) Fixed "aitags" with "--tags" options, it now returns a sorted array instead of a set.<br />
- (%) Fixed case/when statements to work with Ruby 1.9.<br />
- (%) Fixed TemplateManager#render, it now only runs file-related checks when rendering to a file.<br />
- Improved PackageManager::CPAN's "cpan_wrapper.pl". It's now just a single file that can be used as both a command and library.<br />
- Improved EditManager. In preview mode, it now checks to make sure the file is readable, rather than failing due to permission denied errors.<br />
</description>
<pubDate>
Sun, 30 Dec 2007 14:05:31 -0800
</pubDate>
<guid>
0.71230
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71226.1
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Same as previous version. Something went wrong with Rubyforge and the gem was only partially uploaded, so trying again.<br />
</description>
<pubDate>
Wed, 26 Dec 2007 11:45:03 -0800
</pubDate>
<guid>
0.71226.1
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71226
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed PackageManager::CPAN driver. It now provides a workaround to activate CPAN if it wasn't already configured, previously it'd hang as CPAN tried to get input. It now provides a workaround for rejecting all CPAN inputs because the CPAN default options are surprisingly dangerous. It now tries harder to execute the Perl helper files, previously these wouldn't be executed on some OSes. The helpers' core logic has been abstracted into a wrapper library.<br />
</description>
<pubDate>
Wed, 26 Dec 2007 11:41:03 -0800
</pubDate>
<guid>
0.71226
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71221
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed PackageManager::APT driver. In 0.71220, the DPKG driver was selected as the default driver over APT. The fix chooses APT as the default over DPKG, like before.<br />
- Fixed Rakefile to work with latest version of RubyGems.<br />
</description>
<pubDate>
Sun, 23 Dec 2007 00:48:30 -0800
</pubDate>
<guid>
0.71221
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71220
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (+) Added PackageManager::CPAN for managing Perl packages. Thanks go out to Jesse Hallett for assisting me with research on how to use the CPAN APIs.<br />
- Fixed PackageManager#install when called with a single Symbol argument.<br />
- Added PackageManager::DPKG for local installation of .deb packages. Added logic to help it install a hash of package names to file names. Added spec to validate this.<br />
- Refactored PackageManager::APT to defer to PackageManager::DPKG's logic when possible.<br />
</description>
<pubDate>
Thu, 20 Dec 2007 23:36:05 -0800
</pubDate>
<guid>
0.71220
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71219
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Created a bunch of workarounds needed because of bugs and backwards incompatible changes in new versions of third-party libraries...<br />
- (%) Fixed "gem install automateit". Created workaround for new ActiveSupport bug which doesn't install the Builder gem.<br />
- (%) Fixed "rake regem" which generates the AutomateIt gem. Created workaround for new RubyGems bug which no longer installs the necessary Gem::Format dependency. Created workaround for new Rake bug which causes FileList to act like a string instead of an array. Created workaround for new Rake/RubyGems bugs that don't load 'rubygems' by default.<br />
- Improved PasswdExpect, no longer passing username/password on command-line to improve security.<br />
</description>
<pubDate>
Wed, 19 Dec 2007 22:00:59 -0800
</pubDate>
<guid>
0.71219
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71112
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed ShellManager::WhichWindows#which, forgot to include helper file in gem.<br />
</description>
<pubDate>
Mon, 12 Nov 2007 09:51:31 -0800
</pubDate>
<guid>
0.71112
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71111
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (+) Improved AccountManager::Etc detection logic, it now tries to run commands rather than relying on blacklists. This better supports Windows and JRuby.<br />
- (+) Added ShellManager::WhichWindows, it simulates the #which command on Windows.<br />
- WARNING: AccountManager::POSIX#add_groups_to_user and add_users_to_group<br />
</description>
<pubDate>
Sun, 11 Nov 2007 06:06:27 -0800
</pubDate>
<guid>
0.71111
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71104
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bugs in startup sequence when run on Microsoft Windows. Added support for Vista.<br />
- (%) Fixed bugs encountered on Windows in Plugin::Driver. Dependency checks are now done in specific order and stop as soon as a missing dependency is detected.<br />
</description>
<pubDate>
Sun, 04 Nov 2007 21:01:10 -0800
</pubDate>
<guid>
0.71104
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71103
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (+) Added "aissh" command, provides an easy way to run commands on a group of hosts. For example, see if there's a Rails process running on all hosts matching the "rails_servers" tag: "aissh -p . rails_servers 'ps -ef | grep rails'"<br />
- Improved PackageManager, it can now accept package names as Symbols.<br />
- Improved AccountManager spec with additional examples for checking password changes.<br />
- Improved AccountManager::NSCD with refactoring and additional tests.<br />
- Improved AddressManager spec with additional tests for address conversion routines and code generation helpers.<br />
- Improved Plugin spec with more checks against invalid managers and drivers, and unavailable dependencies.<br />
- Improved ShellManager spec with more checks against hard links and symbolic links; for #cp when contents, modes or ownership changes; for #rm with :force option: for #umask with and without block, and with caught exceptions.<br />
- Added spec for String#shell_escape.<br />
- Added spec for Object's extensions for #unique_methods and #args_and_opts.<br />
- Added spec for NestedError.<br />
</description>
<pubDate>
Sat, 03 Nov 2007 01:26:13 -0700
</pubDate>
<guid>
0.71103
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71102
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Improved PackageManager::PEAR and PackageManager::PECL, can now :force installation of unstable packages.<br />
- Refactored PackageManager spec and added :force to get PEAR and PECL to workaround systems that refuse to load the unstable testing packages.<br />
</description>
<pubDate>
Fri, 02 Nov 2007 02:59:41 -0700
</pubDate>
<guid>
0.71102
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71101.2
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in TagParser, it couldn't parse hostnames with non-letter characters. Added tests. Thanks for the report, David Brewer.<br />
- (%) Fixed bug in TagManager, adding a run-time tag caused it to not parse tags.yml. Added tests.<br />
- (+) Improved TagManager, it now makes run-time tags available to the interpreter when parsing tags.yml, which provides greater flexibility in defining tags. Added tests. Thanks for the suggestion, David Brewer.<br />
</description>
<pubDate>
Thu, 01 Nov 2007 22:37:44 -0700
</pubDate>
<guid>
0.71101.2
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71101.1
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in Interpreter, which only set optional run-time tags specified on the command-line AFTER it loaded the fields/tags files. Thanks for the report, David Brewer.<br />
</description>
<pubDate>
Thu, 01 Nov 2007 18:52:01 -0700
</pubDate>
<guid>
0.71101.1
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71101
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in TagManager#tagged? when checking tag names containing dashes ("-"), refactored to improve tag tokenizing rules, added test. Thank you, David Brewer.<br />
- Fixed bug in TemplateManager#render when rendering templates to strings, added tests. Thank you for the report, David Brewer.<br />
</description>
<pubDate>
Thu, 01 Nov 2007 17:07:51 -0700
</pubDate>
<guid>
0.71101
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71031.2
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (+) Added PackageManager::PEAR and PackageManager::PECL, graciously contributed by David Brewer.<br />
</description>
<pubDate>
Wed, 31 Oct 2007 23:48:41 -0700
</pubDate>
<guid>
0.71031.2
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71031.1
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in EditSession methods, these weren't escaping regular expression characters in strings. Refactored some of these methods for clarity.<br />
</description>
<pubDate>
Wed, 31 Oct 2007 13:15:30 -0700
</pubDate>
<guid>
0.71031.1
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71031
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Improved Project libraries so they're loaded before Tags and Fields. This makes it possible to, for example, write a library helper that's called from within the fields.yml file via ERB.<br />
</description>
<pubDate>
Wed, 31 Oct 2007 02:58:58 -0700
</pubDate>
<guid>
0.71031
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71030
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in AddressManager#add_user when called with multiple groups. Improved AddressManager spec.<br />
- (+) Added documentation to Project explaining how to partition recipes, and run recipes from other recipes.<br />
- (+) Added AddressManager::POSIX which provides support for Linux and SunOS, and eliminated the OS-specific drivers for these.<br />
- Added AddressManager::NSCD by extracting methods from old OS-specific drivers.<br />
- Added AddressManager::PasswdExpect which uses Expect for much more reliable password changes.<br />
- Improved AddressManager::PasswdPty by adding retry capability.<br />
</description>
<pubDate>
Tue, 30 Oct 2007 01:43:02 -0700
</pubDate>
<guid>
0.71030
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71021
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Added PlatformManager::OpenBSD.<br />
- Added AddressManager::OpenBSD.<br />
- Added AddressManager::FreeBSD.<br />
- Added AddressManager::BSD which assists SunOS, FreeBSD and OpenBSD.<br />
</description>
<pubDate>
Sun, 21 Oct 2007 04:58:01 -0700
</pubDate>
<guid>
0.71021
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71017
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed, created workaround so AutomateIt can run using the newly-released ActiveSupport 1.4.4 (part of Rails 2.0 PR1), because this new library breaks backwards compatibility by depending on new #extract_options method.<br />
</description>
<pubDate>
Wed, 17 Oct 2007 00:24:24 -0700
</pubDate>
<guid>
0.71017
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71012
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed #touch, it worked fine but was corrupting log output<br />
- (%) Fixed AccountManager::Linux, it now only runs when the OS detected is Linux.<br />
- Added PlatformManager::SunOS.<br />
- Added AddressManager::SunOS.<br />
- Improved #render, added default :backup option to save files before overwriting them.<br />
- Improved #backup, added :quiet option to prevent output.<br />
- Improved #chperm, it now displays the exact changes made rather than approximations.<br />
- Improved ServiceManager::SysV spec to validate :wait and :pause options with safe mocks.<br />
</description>
<pubDate>
Fri, 12 Oct 2007 03:54:30 -0700
</pubDate>
<guid>
0.71012
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71006
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed EditSession#delete to delete lines matching substrings rather than exact matches.<br />
- Fixed EditSession#comment to not comment already commented-out lines.<br />
- Fixed SessionManager#start and #stop so these don't check status when called with :force option.<br />
- Improved SessionManager#restart to use :wait option.<br />
- Improved #download to accept array or hash as arguments.<br />
</description>
<pubDate>
Sat, 06 Oct 2007 17:55:37 -0700
</pubDate>
<guid>
0.71006
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.71003
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Fixed bug in #backup on JRuby because it lacks methods to query properties. It now copies the file and timestamp, but not the owner/group/mode because these can't be queried on JRuby.<br />
- Improved #cp with new :preserve => :try option so that properties are preserved when possible, but no exception is thrown when these can't be preserved.<br />
- Improved #touch with options for :like and :stamp options.<br />
</description>
<pubDate>
Wed, 03 Oct 2007 01:17:32 -0700
</pubDate>
<guid>
0.71003
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70930
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Fixed ShellManager#rm to display output like 'rm -rf' rather than 'rm_rf'.<br />
- Fixed #tags, removed the standalone tag for the distro's version (e.g., "7.04"), it must now be qualified with the distro's name, "ubuntu_7.04".<br />
- Improved bin/automateit so it doesn't display error trace when user types 'exit' into irb.<br />
- Improved comments in basic/examples recipes.<br />
- Improved #tag_for to return a sorted Array instead of a Set.<br />
</description>
<pubDate>
Sun, 30 Sep 2007 15:10:43 -0700
</pubDate>
<guid>
0.70930
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70928
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed #cp, #ln and #install when called with relative path source and directory target. These tried to create items which included the relative path, rather than discarding it.<br />
- (+) Added an "--add TAGS" feature to executables: automateit, aifield, aitag. This makes it easy to define tag(s) for a specific run.<br />
- (+) Added #backup command to save copies of files, it's now used by default when using #edit to modify a file.<br />
- (+) Added #download command to retrieve data via HTTP and FTP to a file or directory.<br />
- Improved specs and provided coverage for more exception handling.<br />
</description>
<pubDate>
Fri, 28 Sep 2007 23:18:37 -0700
</pubDate>
<guid>
0.70928
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70923
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Fixed hard link and symlink detection on Windows, spec will now skip these examples.<br />
- Fixed cli_spec so it can invoke Windows version of rake.<br />
</description>
<pubDate>
Sun, 23 Sep 2007 16:01:03 -0700
</pubDate>
<guid>
0.70923
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70922
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Refactored AccountManager::Linux and extracted Passwd driver.<br />
- Refactored Shellmanager::Portable and extracted Which, Link and Symlink drivers.<br />
- Improved Plugin::Driver, added a depends_on :libraries option.<br />
</description>
<pubDate>
Sat, 22 Sep 2007 22:56:39 -0700
</pubDate>
<guid>
0.70922
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70921
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Improved AccountManager::Linux to work around a race condition in PTY/Expect that happens about 1% of the time when setting a password.<br />
- Improved executables (e.g., bin/automateit) to display help with "-h", in addition to "--help".<br />
- Improved executables (e.g., bin/automateit) to display version with "-v" and "--version".<br />
- Refactored EditSession and its documentation.<br />
- Refactored TemplateManager, moved common logic into BaseDriver.<br />
- Refactored Rakefile for clarity.<br />
- Replaced GemSpec with Hoe in preparation to uploading AutomateIt to RubyForge.<br />
</description>
<pubDate>
Fri, 21 Sep 2007 18:29:24 -0700
</pubDate>
<guid>
0.70921
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70919
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (!) Normalized PackageManager methods and ShellManager#chperm to use consistent ':details => true' option.<br />
- (!) Refactored PackageManager with :details mode to return both a boolean and list of affected packages, previously it only returned packages.<br />
- Fixed bug in ShellManager and Tempster that created temporary files and directories in preview mode.<br />
- Created 'preview' methods to replace old 'noop' commands. Improved documentation for previewing commands.<br />
- Made it easier to embed the Interpreter using new methods 'include_in' and 'add_method_missing_to'. Included Rakefile with default and example projects to demonstrate embedding.<br />
- Improved AccountManager, it can set and change passwords on user accounts.<br />
- Improved TagManager, it lazy-loads tags to speed startup.<br />
- Improved ShellManager, TemplateManager and EditManager so they translate :owner to :user for Cfengine refugees.<br />
- Improved support for Darwin and JRuby. Reworked methods and drivers to let these access more features.<br />
</description>
<pubDate>
Wed, 19 Sep 2007 22:08:42 -0700
</pubDate>
<guid>
0.70919
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70915
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Improved Interpreter with friendly error messages that make it easier for users to see what's wrong with a recipe. These new messages display the cause, a snapshot of the problematic code, shortened paths, and only the relevant stack frames. Also provided way to get complete, raw backtraces for debugging internals.<br />
- Improved plugins that use ERB by creating a new HelpfulERB class that provides sane behavior and provides friendly, contextual error messages making it much easier for users to identify and fix problems in templates.<br />
</description>
<pubDate>
Sat, 15 Sep 2007 23:09:26 -0700
</pubDate>
<guid>
0.70915
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70914
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in ShellManager::Portable that caused 'cp' to actually copy even when in 'noop' mode.<br />
- Ported code to work with JRuby.<br />
- Wrote TagParser that works with JRuby and handles arbitrarily complex and deep rules with correct precedence.<br />
- Improved PackageManager commands to accept hash of names to paths, e.g., if package 'TracTags' isn't present, installs it from a directory.<br />
- Improved PackageManager commands to accept annotated, free-form strings with comments.<br />
- Improved Interpreter.invoke to search a project's recipes directory, making it easier for recipes to invoke other recipes.<br />
- Improved EditSession to provide easier access to Interpreter methods.<br />
- Improved ServiceManager to provide 'start_and_enable' and 'start_or_restart' convenience commands.<br />
</description>
<pubDate>
Fri, 14 Sep 2007 17:37:48 -0700
</pubDate>
<guid>
0.70914
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70913
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug in PackageManager::Gem, it wasn't recognizing packages installed multiple times as being installed.<br />
- Provided complete support for CentOS and RedHat.<br />
- Provided complete support for Gentoo with new PackageManager::Portage and ServiceManager::RC_Update drivers.<br />
- Provided basic support for FreeBSD with new PlatformManager::FreeBSD.<br />
- Rewrote AddressManager::Linux using pure 'ifconfig' calls, which provide more universal support than 'iproute'.<br />
- Reworked examples to create a user for the application, demonstrating the use of AccountManager and eliminating need for workarounds to platform-specific differences for the 'nobody' account.<br />
- Added new 'depends_on' option to check complex dependencies using callbacks, e.g., ensure a specific version of ifconfig.<br />
- Included examples/basic in Gem distribution, the code used in the Screenshots.<br />
</description>
<pubDate>
Thu, 13 Sep 2007 06:35:50 -0700
</pubDate>
<guid>
0.70913
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70912
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (%) Fixed bug where a project's fields were sometimes accidentally cleared. Wrote tests to make sure this won't happen again.<br />
- Added tests for examples/basic recipes.<br />
- Added ServiceManager started? and stopped? methods with wait timeouts.<br />
- (!) Reworked Plugins so drivers find managers by inheritance, rather than by name. Simplifies code and allows drivers in different namespaces than their manager. Should be one of the last changes that breaks backwards-compatibility in Plugins for a while.<br />
</description>
<pubDate>
Wed, 12 Sep 2007 18:54:10 -0700
</pubDate>
<guid>
0.70912
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70909
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- Added initial support for Apple Mac OS X. Includes a PlatformManager driver for Darwin, and assorted changes needed for AutomateIt to run on the old Ruby 1.8.2 bundled with Tiger.<br />
- Fixed AddressManager by eliminating exceptions raised on misconfigured systems that didn't have IPs for local hostnames.<br />
</description>
<pubDate>
Sun, 09 Sep 2007 16:39:58 -0700
</pubDate>
<guid>
0.70909
</guid>
<author>AutomateIt</author>
</item>
<item>
<title>
0.70907
</title>
<link>http://www.automateit.org/changes.rss</link>
<description>
- (!) Created AbstractDriver classes for each plugin and made the concrete drivers subclass these.<br />
- Wrote tests for CLI, which create projects, invoke recipes, run the interactive shell, etc.<br />
- Eliminated need for custom drivers to run 'setup' on their associated plugin instance.<br />
</description>
<pubDate>
Fri, 07 Sep 2007 23:48:55 -0700
</pubDate>
<guid>
0.70907
</guid>
<author>AutomateIt</author>
</item>
</channel>
</rss>