forked from clusto/clusto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
754 lines (457 loc) · 22.5 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
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
750
751
752
753
clusto (0.7.8) unstable; urgency=low
* Merge pull request #71 from motivator/rm_bugs (Mike Newton)
* Merge pull request #72 from motivator/ipython_version (Mike Newton)
* ipython 4.0.0b1 does not work (yet) (Mike Newton)
* better exception handling and remove errant import (Mike Newton)
* better way to test on deallocate. also updated tests. (Mike Newton)
* be less greedy with deallocation (Mike Newton)
* make resource tests more complete (Mike Newton)
* actually use number to keep track of resources and resource
attributes (Mike Newton)
* Merge pull request #69 from yiranwang52/master (Jorge Gallegos)
* Fix unclusto() for "json" datatype (Yiran Wang)
* Merge pull request #67 from daradib/tree-command (Jorge Gallegos)
* Dedent docstring for command help (Dara Adib)
* Move clusto-tree to commands (Dara Adib)
* Merge pull request #66 from jamesonjlee/jamesonjlee-patch-1 (Jeremy Grosser)
* catch LookUpError to return None (Jameson)
* Merge pull request #65 from ctrlhxj/add_prefetch (Jeremy Grosser)
* add prefetch to get attributes in one query (Xiaojian Huang)
* Merge pull request #64 from daradib/clusto-attr-tree (Jorge Gallegos)
* Remove extra newline for each object in clusto-tree (Dara Adib)
* Combine clusto-attr-tree and clusto-tree scripts (Dara Adib)
* Change clusto-attr-tree attribute output format (Dara Adib)
* Add clusto-attr-tree script (Dara Adib)
* Merge pull request #62 from mgeggie-uber/master (Jorge Gallegos)
* Adding the --force/-f options to force taking over a console
session. Setting default value to False in the add_argument. (Mike Geggie)
* Revert "Adding the --force flag to clusto-console so console sessions can
be acquired by force" (Mike Geggie)
* Adding the --force flag to clusto-console so console sessions can be
acquired by force (Mike Geggie)
* Merge pull request #60 from AltanAlpay/setattr (Jeremy Grosser)
* Merge pull request #59 from AltanAlpay/addattr (Jeremy Grosser)
* setattr returns '400 Element Not Found' if related object not found (Altan Alpay)
* addattr LookupError translates to '400 Element Not Found' (Altan Alpay)
* addattr to support relational and integer values (Altan Alpay)
* addattr to support relational and integer values (Altan Alpay)
* addattr to support relational and integer values (Altan Alpay)
* Merge pull request #57 from dansawyer73/rename_properties_fix (Jorge Gallegos)
* Merge pull request #58 from Roguelazer/adjacency_map (Jorge Gallegos)
* add a new method which returns the entire clusto adjacency map in one
pass (James Brown)
* Add testcase testRenameWithProperties for testing rename and preserving
_properties (Dan Sawyer)
* When renaming an object, update attributes that are also properties rather
than adding them. This will avoid a duplicate copy of all properties. (Dan Sawyer)
* Merge pull request #56 from sloppyfocus/better_exceptions (Jorge Gallegos)
* Fix get_by_name to not swallow all database errors (Daniel Chen)
* Merge pull request #55 from JeremyGrosser/cidr_attrs (Jeremy Grosser)
* Make _int_to_cidr a classmethod for consistency (Jeremy Grosser)
* Add a key=ip,subkey=cidr attribute to entities which have an allocated
IP (Jeremy Grosser)
* Merge pull request #54 from JeremyGrosser/fix_format_string (Jorge Gallegos)
* Fix a format string in clusto-pool error message (Jeremy Grosser)
* Merge pull request #52 from motivator/moti_epool (Jeremy Grosser)
* this will be 0.8 at some point (Jorge Gallegos)
* Merge pull request #38 from thekad/strict_get_from_pools (Jorge Gallegos)
* Merge branch 'master' into strict_get_from_pools (Jorge Gallegos)
* Merge pull request #51 from thekad/fix-deallocate (Jorge Gallegos)
* PEP8 fixes (Jorge Gallegos)
* This should fix the error down below (Jorge Gallegos)
* Merge pull request #49 from sloppyfocus/speedup_merge_container_attributes (Jorge Gallegos)
* Speed up attrs(merge_container_attrs=True) calls (Daniel Chen)
* Merge pull request #39 from thekad/base_types (Jorge Gallegos)
* Merge pull request #48 from sloppyfocus/prune_search_children (Jorge Gallegos)
* Prune children searches (Daniel Chen)
* Merge pull request #47 from sloppyfocus/more_speedups (Jeremy Grosser)
* Add grandchildren contents() test (Daniel Chen)
* Fix linting errors (Daniel Chen)
* Abstract _get_contents into a separate method (Daniel Chen)
* Merge pull request #46 from sloppyfocus/speed_up_stuff (Jeremy Grosser)
* Change ValueError to AssertionError (Daniel Chen)
* Fixed a bug due to bad linting (Daniel Chen)
* Add tests for clusto.util (Daniel Chen)
* Modify contents() to batch up 500 rows at a time (Daniel Chen)
* Remove more trailing whitespace (Daniel Chen)
* Remove trailing whitespace (Daniel Chen)
* Remove content_attrs filter for pool (Daniel Chen)
* Fix bad in_ clause (Daniel Chen)
* Turn off debugging (Daniel Chen)
* Speed up contents lookup (Daniel Chen)
* Filter by pool (Daniel Chen)
* Merge pull request #44 from JeremyGrosser/cleanup_reboot (Jeremy Grosser)
* Merge pull request #45 from JeremyGrosser/command_tracebacks (Jeremy Grosser)
* Log tracebacks with newlines (Jeremy Grosser)
* Log traceback as debug (Jeremy Grosser)
* Dropping travis support for 2.6 (Jorge Gallegos)
* Don't hide full tracebacks for clusto commands, it makes debugging
difficult (Jeremy Grosser)
* Cleanup reboot command, add --batch option to disable confirmation prompt,
--method option to pass a string to reboot() (Jeremy Grosser)
* Merge pull request #42 from thekad/master (Jorge Gallegos)
* tee hee (Jorge Gallegos)
* Bumping spec and debian/changelog (Jorge Gallegos)
* Resource managers dont't overload type (Jorge Gallegos)
* Add a get_from_entities() (Jorge Gallegos)
* get_from_pools() should *only* get from _pools_ (Jorge Gallegos)
* test for ExclusivePool membership before inserting into another pool (Mike Newton)
-- Mike Newton <[email protected]> Wed, 29 Jul 2015 13:56:33 -0700
clusto (0.7.7) unstable; urgency=medium
* Bumping version, preparing for release (Jorge Gallegos)
* Merge pull request #41 from motivator/pr/40 (Jeremy Grosser)
* add delete() to Counter; add testPoolDelete() (Mike Newton)
* Add query to Counter (Daniel Chen)
* Delete references from the counters table (Daniel Chen)
* Set memcache warning to debug level (Jeremy Grosser)
* Fix whitespace in debian/changelog (Jeremy Grosser)
* Put the "NUM" column back in clusto-attr show output (Jeremy Grosser)
-- Jorge Gallegos <[email protected]> Fri, 24 Jan 2014 08:51:04 -0800
clusto (0.7.6) unstable; urgency=low
* Adding more options to get_conf (Jorge Gallegos)
* Updated travis notifications (Jorge Gallegos)
* Delete from database when versioning is off (Mike Newton)
* Add IPManager.get_ip_managers classmethod (Jeremy Grosser)
* Versionsing disabled by default (Jeremy Grosser)
* Add -n --number option to clusto-attr (Jeremy Grosser)
* Remove logging fileConfig and explicitly configure audit logging so that
we don't break tools that
-- Mike Newton <[email protected]> Mon, 04 Nov 2013 12:44:00 -0700
clusto (0.7.5-1) unstable; urgency=low
* It'd been quite a while since spec file was loved
* Got rid of a deprecation warning in clusto-shell
* Pull the requirements from the main setup.py file
* re-add WebOb to setup.py requires
* ignore client_ids that don't parse according to this one scheme
* use basestring instead of str in a few places
-- Jorge A Gallegos <[email protected]> Tue, 22 Oct 2013 16:58:12 -0700
clusto (0.7.4) unstable; urgency=low
* Add audit logging support
-- Jeremy Grosser <[email protected]> Mon, 14 Oct 2013 21:51:28 -0700
clusto (0.7.3) precise; urgency=low
* Add clusto-dhcpd to install scripts
-- Jeremy Grosser <[email protected]> Mon, 19 Aug 2013 22:46:24 +0000
clusto (0.7.2) precise; urgency=low
* Tagging to make Python versioning consistent
-- Jeremy Grosser <[email protected]> Thu, 25 Jul 2013 13:53:37 -0700
clusto (0.6.0) precise; urgency=low
* Tagging new major release
* Versioning is now optional
-- Jeremy Grosser <[email protected]> Thu, 25 Jul 2013 13:46:52 -0700
clusto (0.5.39) precise; urgency=low
* Change README to README.md
* Add license information to setup.py
-- Jeremy Grosser <[email protected]> Fri, 19 Jul 2013 22:50:13 +0000
clusto (0.5.38) unstable; urgency=low
* Allow newer SQLAlchemy and IPython packages as deps
-- Jeremy Grosser <[email protected]> Thu, 31 May 2012 20:44:37 +0000
clusto (0.5.37) lucid; urgency=low
* Add missing file
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 22:23:31 +0000
clusto (0.5.36) lucid; urgency=low
* Add clusto-list-all command
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 22:21:37 +0000
clusto (0.5.35) lucid; urgency=low
* Put a proper description in debian/control
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 18:59:45 +0000
clusto (0.5.34-1) unstable; urgency=low
* Add a BasicCage driver.
* Packaging: Add missing dependency on python-setuptools.
-- Paul Lathrop <[email protected]> Tue, 28 Feb 2012 01:50:47 -0800
clusto (0.5.34) unstable; urgency=low
* Switch to native versioning, like we should
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 18:47:50 +0000
clusto (0.5.33) unstable; urgency=low
* Clean up the Depends list in debian/control
-- Jeremy Grosser <[email protected]> Thu, 09 Feb 2012 18:13:49 +0000
clusto (0.5.33-1.1) unstable; urgency=low
* Making basicrack.py more portable by adding _ensure_device_compatible function
-- Joshua Tobin <[email protected]> Thu, 14 Apr 2011 20:27:49 +0000
clusto (0.5.33-1) unstable; urgency=low
[ Ron Gorodetzky ]
* EC2 support
[ Jeremy Grosser ]
* Remove XenVirtualServer
* Dependency hacking, trying to make it easier to get running
-- Jeremy Grosser <[email protected]> Tue, 05 Apr 2011 18:02:19 +0000
clusto (0.5.32-4) unstable; urgency=low
[ Ron Gorodetzky ]
* add connection cycling
[ Jorge A Gallegos ]
* clusto-dancer should be in the contrib dir
* Fix stupid mistake in spec dates
-- Jorge A Gallegos <[email protected]> Wed, 19 Jan 2011 15:00:26 -0800
clusto (0.5.32-3) unstable; urgency=low
* aptitude is stupid
-- Jorge A Gallegos <[email protected]> Sat, 23 Oct 2010 11:45:55 -0700
clusto (0.5.32-2) unstable; urgency=low
* The DHCP server now queries the DB directly instead of going thru
the API
* Fixing the whole suggests/recommends thing
* We need sqlalchemy 0.6.4
-- Jorge A Gallegos <[email protected]> Tue, 19 Oct 2010 15:35:52 -0700
clusto (0.5.32-1) unstable; urgency=low
[ Jorge A Gallegos ]
* 755
* Adding ability to pass a default argument to the config getter
[ Ron Gorodetzky ]
* keep del_attrs from removing hidden attrs by default
[ William Francis ]
* initial feature complete version
* new clusto-mysql script
-- Jorge A Gallegos <[email protected]> Mon, 18 Oct 2010 14:41:04 -0700
clusto (0.5.31-8) unstable; urgency=low
* More unicode fixes, this is getting tiring
-- Jorge A Gallegos <[email protected]> Tue, 12 Oct 2010 00:29:42 -0700
clusto (0.5.31-7) unstable; urgency=low
[ Ron Gorodetzky ]
* make tests use new connect call
* fix get_entities to only fix unicode on strings
* keep del_attrs from removing hidden attrs by default
* fix connect calls in concurrentusage test
[ Jorge A Gallegos ]
* More unicode fixes
-- Jorge A Gallegos <[email protected]> Mon, 11 Oct 2010 23:10:33 -0700
clusto (0.5.31-6) unstable; urgency=low
* Adding the web interface to the package
-- Jorge A Gallegos <[email protected]> Thu, 30 Sep 2010 20:53:43 -0700
clusto (0.5.31-5) unstable; urgency=low
* JS runs on the client...
-- Jorge A Gallegos <[email protected]> Mon, 27 Sep 2010 11:42:27 -0700
clusto (0.5.31-4) unstable; urgency=low
* I broke get_entities. I fixed get_entities.
-- Jorge A Gallegos <[email protected]> Mon, 27 Sep 2010 09:37:15 -0700
clusto (0.5.31-3) unstable; urgency=low
* Some unicode fixes
-- Jorge A Gallegos <[email protected]> Wed, 22 Sep 2010 12:54:30 -0700
clusto (0.5.31-2) unstable; urgency=low
* Adding clusto-orphans script
* Fixing a stupid bug
* Bumping rpm spec
-- Jorge A Gallegos <[email protected]> Mon, 20 Sep 2010 11:47:38 -0700
clusto (0.5.31-1) unstable; urgency=low
* Changed the way we send the config in init, send a config object
* Adding memcache support for attrs()
* Add YAML and memcached
* Add an 'ignore_memcache' kwarg
* Adding proper expires after set/add/del
-- Jorge A Gallegos <[email protected]> Thu, 16 Sep 2010 15:29:11 -0700
clusto (0.5.30-1) unstable; urgency=low
* KVM support
-- Jeremy Grosser <[email protected]> Wed, 18 Aug 2010 23:27:55 -0700
clusto (0.5.29-1) unstable; urgency=low
[ Ron Gorodetzky ]
* add tests for reserving resources
[ Jorge A Gallegos ]
* Adding 'deallocate' command
* Patched list-pool so it doesn't barf when the content is a pool (or
any other object with no get_ips() method)
-- Jorge A Gallegos <[email protected]> Mon, 28 Jun 2010 11:55:53 -0700
clusto (0.5.28-1) unstable; urgency=low
* siblings optimization
-- Ron Gorodetzky <[email protected]> Tue, 01 Jun 2010 23:12:28 -0700
clusto (0.5.27-1) unstable; urgency=low
* Use clusto.get on command line tools
* Switch clusto-update-info to using sysinfo.py
* RPM build
* clusto-info cleanup
-- Jeremy Grosser <[email protected]> Wed, 05 May 2010 15:37:33 -0700
clusto (0.5.26-1) unstable; urgency=low
* Add support for 2U servers and rack layouts
* Implement clusto-vm script, documentation
-- Jeremy Grosser <[email protected]> Thu, 29 Apr 2010 15:01:55 -0700
clusto (0.5.25-1) unstable; urgency=low
* Fix clusto-dhcpd config parsing
-- Jeremy Grosser <[email protected]> Tue, 27 Apr 2010 11:46:13 -0700
clusto (0.5.24-1) unstable; urgency=low
* Added clusto-discover-subnet
* Implementing XenVMManager
-- Jeremy Grosser <[email protected]> Tue, 27 Apr 2010 11:32:00 -0700
clusto (0.5.23-1) unstable; urgency=low
* Cleaning up documentation
* Added LICENSE file
-- Jeremy Grosser <[email protected]> Fri, 23 Apr 2010 13:19:24 -0700
clusto (0.5.22-1) unstable; urgency=low
* Added more documentation.
* setup.py fixup
* disabled the xen stuff that isn't ready
-- Ron Gorodetzky <[email protected]> Fri, 23 Apr 2010 12:10:29 -0700
clusto (0.5.21-1) unstable; urgency=low
* minor cleanup
-- Ron Gorodetzky <[email protected]> Tue, 20 Apr 2010 16:53:54 -0700
clusto (0.5.20-1) unstable; urgency=low
* Reorganizing http, dhcp, snmp services
-- Jeremy Grosser <[email protected]> Thu, 15 Apr 2010 13:21:37 -0700
clusto (0.5.19-1) unstable; urgency=low
* Datacenter awareness for hadoop
-- Jeremy Grosser <[email protected]> Tue, 30 Mar 2010 03:12:16 -0700
clusto (0.5.18-3) unstable; urgency=low
* Allow clusto-hadoop-node to take hostnames
-- Jeremy Grosser <[email protected]> Mon, 29 Mar 2010 15:28:54 -0700
clusto (0.5.18-2) unstable; urgency=low
* Add clusto-hadoop-node to scripts list in setup.py
-- Jeremy Grosser <[email protected]> Mon, 29 Mar 2010 15:14:34 -0700
clusto (0.5.18-1) unstable; urgency=low
* Bugfixes for snmp/dhcp
* New hadoop rack awareness script
-- Jeremy Grosser <[email protected]> Mon, 29 Mar 2010 15:10:45 -0700
clusto (0.5.17-1) unstable; urgency=low
* fix empty commits
* add clusto.get()
-- Ron Gorodetzky <[email protected]> Thu, 25 Mar 2010 03:18:15 -0700
clusto (0.5.16-1) unstable; urgency=low
* added siblings function
-- Ron Gorodetzky <[email protected]> Wed, 17 Mar 2010 15:06:09 -0700
clusto (0.5.15-1) unstable; urgency=low
* Fixing more DHCP server bugs
-- Jeremy Grosser <[email protected]> Tue, 09 Mar 2010 17:15:41 -0800
clusto (0.5.14-1) unstable; urgency=low
* DHCP server now uses HTTP to communicate with the backend
-- Jeremy Grosser <[email protected]> Tue, 09 Mar 2010 15:48:35 -0800
clusto (0.5.13-1) unstable; urgency=low
* Add vendor-specific DHCP options for pxelinux
-- Jeremy Grosser <[email protected]> Tue, 09 Mar 2010 13:36:24 -0800
clusto (0.5.12-2) unstable; urgency=low
* Remove debug statement
-- Jeremy Grosser <[email protected]> Fri, 05 Mar 2010 16:45:15 -0800
clusto (0.5.12-1) unstable; urgency=low
* Fix clusto-puppet-node variable precedence
-- Jeremy Grosser <[email protected]> Fri, 05 Mar 2010 16:42:41 -0800
clusto (0.5.11-1) unstable; urgency=low
* Add the ability to disable a puppet node
-- Jeremy Grosser <[email protected]> Fri, 05 Mar 2010 16:15:47 -0800
clusto (0.5.10-1) unstable; urgency=low
* Use the most specific instance of key=puppet,subkey=environment
-- Jeremy Grosser <[email protected]> Fri, 05 Mar 2010 13:58:43 -0800
clusto (0.5.9-2) unstable; urgency=low
* Missing comma in setup.py
-- Jeremy Grosser <[email protected]> Thu, 25 Feb 2010 02:16:00 -0800
clusto (0.5.9-1) unstable; urgency=low
* DHCP server cleanup, bugfixes
* BasicVirtualServer instances are now of the "virtualserver" type
* Various minor script fixes and additions
-- Jeremy Grosser <[email protected]> Thu, 25 Feb 2010 02:10:39 -0800
clusto (0.5.8-1) unstable; urgency=low
* Minor bugfixes for puppet related scripts
-- Jeremy Grosser <[email protected]> Fri, 12 Feb 2010 16:50:44 -0800
clusto (0.5.7-1) unstable; urgency=low
* Add clusto-puppet-node and clean up unnecessary globals in dhcp_server
-- Jeremy Grosser <[email protected]> Fri, 12 Feb 2010 15:32:21 -0800
clusto (0.5.6-1) unstable; urgency=low
* Disable warnings for scapy logging
-- Jeremy Grosser <[email protected]> Thu, 11 Feb 2010 14:44:58 -0800
clusto (0.5.5-2) unstable; urgency=low
* Fix scapy imports
-- Jeremy Grosser <[email protected]> Thu, 11 Feb 2010 14:09:23 -0800
clusto (0.5.5-1) unstable; urgency=low
* Depend on scapy 2.0.1 and update all relevant imports to suit
-- Jeremy Grosser <[email protected]> Thu, 11 Feb 2010 13:44:10 -0800
clusto (0.5.4-1) unstable; urgency=low
* Change the way scapy imports are handled
-- Jeremy Grosser <[email protected]> Tue, 09 Feb 2010 11:57:10 -0800
clusto (0.5.3-1) unstable; urgency=low
* Add clusto-pool to the scripts list
-- Jeremy Grosser <[email protected]> Mon, 08 Feb 2010 17:42:43 -0800
clusto (0.5.2-1) unstable; urgency=low
* Fix a minor bug in clusto-info
-- Jeremy Grosser <[email protected]> Mon, 08 Feb 2010 17:32:47 -0800
clusto (0.5.1-1) unstable; urgency=low
* Update control file and clusto-pool
-- Jeremy Grosser <[email protected]> Mon, 08 Feb 2010 17:08:13 -0800
clusto (0.5.0-1) unstable; urgency=low
* new upstream release
-- Ron Gorodetzky <[email protected]> Mon, 08 Feb 2010 16:42:40 -0800
clusto (0.4.6-1) unstable; urgency=low
* concurrency fixes
-- Ron Gorodetzky <[email protected]> Mon, 30 Nov 2009 12:14:07 -0800
clusto (0.4.5-1) unstable; urgency=low
* Switch to scapy for SNMP, add SNMPMixin
-- Jeremy Grosser <[email protected]> Tue, 17 Nov 2009 13:51:46 -0800
clusto (0.4.4-1) unstable; urgency=low
* fix missing exception
-- Ron Gorodetzky <[email protected]> Mon, 16 Nov 2009 17:13:56 -0800
clusto (0.4.3-1) unstable; urgency=low
* transaction bugfix
-- Ron Gorodetzky <[email protected]> Mon, 16 Nov 2009 16:25:19 -0800
clusto (0.4.2-1) unstable; urgency=low
* bugfix release
-- Ron Gorodetzky <[email protected]> Fri, 06 Nov 2009 14:45:12 -0800
clusto (0.4.1-1) unstable; urgency=low
* bugfix release
-- Ron Gorodetzky <[email protected]> Fri, 06 Nov 2009 07:39:56 -0800
clusto (0.4.0-1) unstable; urgency=low
* New upstream version
-- Jeremy Grosser <[email protected]> Mon, 02 Nov 2009 12:09:05 -0800
clusto (0.3.2) unstable; urgency=low
* Use the right python version
-- Jeremy Grosser <[email protected]> Tue, 07 Jul 2009 22:59:40 +0000
clusto (0.3.1) unstable; urgency=low
* New upstream release
-- Jeremy Grosser <[email protected]> Tue, 07 Jul 2009 22:55:16 +0000
clusto (0.2.7-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Wed, 18 Mar 2009 02:25:39 -0700
clusto (0.2.6-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Tue, 17 Mar 2009 21:54:31 -0700
clusto (0.2.5-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Tue, 17 Mar 2009 14:04:40 -0700
clusto (0.2.4-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Fri, 13 Mar 2009 19:54:51 -0700
clusto (0.2.3-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Fri, 06 Mar 2009 18:58:22 -0800
clusto (0.1.22-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Mon, 02 Mar 2009 15:02:49 -0800
clusto (0.1.21-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Sun, 01 Mar 2009 20:22:52 -0800
clusto (0.1.20-1) unstable; urgency=low
* New Upstream release
-- Ron Gorodetzky <[email protected]> Wed, 25 Feb 2009 20:03:41 -0800
clusto (0.1.18-2) unstable; urgency=low
* Add sqlalchemy and ipython dependencies
-- Jeremy Grosser <[email protected]> Wed, 18 Feb 2009 15:47:00 -0800
clusto (0.1.18-1) unstable; urgency=low
* new upsream release
-- Ron Gorodetzky <[email protected]> Sun, 15 Feb 2009 15:32:46 -0800
clusto (0.1.17-1) unstable; urgency=low
* new upsream release
-- Ron Gorodetzky <[email protected]> Fri, 13 Feb 2009 11:19:16 -0800
clusto (0.1.16-3) unstable; urgency=low
* actually fix missing files
-- Ron Gorodetzky <[email protected]> Fri, 13 Feb 2009 11:10:49 -0800
clusto (0.1.16-2) unstable; urgency=low
* fix missing files
* fix debian package versioning
-- Ron Gorodetzky <[email protected]> Fri, 13 Feb 2009 11:05:53 -0800
clusto (0.1.16) unstable; urgency=low
* new upsream release
-- Ron Gorodetzky <[email protected]> Fri, 13 Feb 2009 10:55:34 -0800
clusto (0.1.13) unstable; urgency=low
* new upsream release
-- Ron Gorodetzky <[email protected]> Tue, 10 Feb 2009 18:31:56 -0800
clusto (0.1.12) unstable; urgency=low
* new upsream release
-- Ron Gorodetzky <[email protected]> Tue, 10 Feb 2009 12:21:46 -0800
clusto (0.1.11) unstable; urgency=low
* new upsream release
-- Ron Gorodetzky <[email protected]> Mon, 9 Feb 2009 18:07:53 -0800
clusto (0.1.10-1) unstable; urgency=low
* New upstream release
-- Ron Gorodetzky <[email protected]> Thu, 5 Feb 2009 18:45:42 -0800
clusto (0.1.8-1) unstable; urgency=low
* new upstream release
-- Ron Gorodetzky <[email protected]> Wed, 4 Feb 2009 07:42:20 -0800
clusto (0.1.7-1) unstable; urgency=low
* fix package so it's not a debian native package
-- Ron Gorodetzky <[email protected]> Wed, 4 Feb 2009 07:42:00 -0800
clusto (0.1.7) unstable; urgency=low
* New upstream release
-- Jeremy Grosser <[email protected]> Tue, 27 Jan 2009 16:47:00 -0800
clusto (0.1.3) unstable; urgency=low
* Initial release (Closes: #216)
-- Jeremy Grosser <[email protected]> Wed, 14 Jan 2009 16:48:49 -0800