Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ 22ee6892

History | View | Annotate | Download (24.9 kB)

1
Changelog
2
---------
3

    
4
v0.10.0
5
*******
6

    
7
* Improve dispatcher stale pid lockfile handling
8
* Changed default value of UI_MEDIA_URL
9

    
10
  To match debian package default path (`/static/ui/static/snf/`)
11

    
12
* Private networks quota setting added (``MAX_NETWORKS_PER_USER``)
13
* Simple per user networks/vms quota mechanism based on
14

    
15
  NETWORKS_USER_QUOTA/VMS_USER_QUOTA settings. 
16
  This allows you to override the global per user quota for the specific user 
17
  ids::
18
	
19
	# limit all users to 2 vms per user
20
  	MAX_VMS_PER_USER = 2
21
	
22
	# but let `user1@grnet.gr` and `user2@grnet.gr` to be able to create up to
23
	# 10 vms each.
24
	VMS_USER_QUOTA = {
25
		'user1@grnet.gr': 10, 
26
		'user2@grnet.gr': 10
27
	}
28
	
29
* Fix error message when no available network links can be created.
30
* Added setting for public network in Ganeti (``GANETI_PUBLIC_NETWORK``)
31
* Added setting for RabbitMQ endpoints (``AMQP_HOSTS``)
32
* Mechanism for serializing messages from ganeti based based on event timestamp
33
* Management command for inspecting messages of a queue (``queue-inspect``)
34
* new synnefo.db migration
35

    
36

    
37
v0.9.14
38
*******
39

    
40
Logic
41
^^^^^
42
* Remove messages that can not be handled from queue 
43

    
44
UI
45
^^
46
* Fix create view image selection, Refs (#2487)
47
* Display stats period selection in ui 
48
* Improve wording on vm create view 
49
* Console popup window fix for safari (#2463)
50
* Use 'id_rsa' as the filename for the downloaded private key (#2461)
51
* Changed the name of the auto generated public key ('my generated public key')
52

    
53

    
54
v0.9.13
55
*******
56

    
57
* Restore plankton backends from invalid commit
58

    
59

    
60
v0.9.12
61
*******
62

    
63
* Update copyright notice on ui footer 
64
* Improve readability of vm password in ui 
65
* Fix nonexistent image metadata handling 
66
* Fix multiple connect actions sent to the server (#2358)
67
* Fix history handling (#2299)
68
* Fix python-daemon required version 
69

    
70

    
71
v0.9.11
72
*******
73

    
74
* listservers management command unicode workaround
75

    
76

    
77
v0.9.10
78
*******
79

    
80
* Fallback to displaying the image id if it can not resolve it.
81
* Remove **detect-orphan-{servers,networks}.
82

    
83

    
84
v0.9.9
85
******
86

    
87
* Update footer links
88
* Fix create view default flavor
89
* Updated setup.py required packages versions
90

    
91

    
92
v0.9.8
93
******
94

    
95
* Fix empty user information in feedback mails
96

    
97

    
98
v0.9.7
99
******
100
* Verify VNC server settings in get_console
101
* Management commands additions / improvements / fixes
102
* UI application fixes/improvements
103
* Other minor bugfixes
104

    
105

    
106
v0.9.2
107
******
108
* ui.userdata migration fixes
109
* new synnefo.db migrations (fixes constrain issues)
110

    
111

    
112
v0.9.1
113
******
114
* Bumped version for debian package to upgrade from 0.9.0rc1
115

    
116

    
117
v0.9.0
118
******
119

    
120
* Removed link_static management command from synnefo.ui app
121
* Astakos integration in ui and api
122
* Cloudbar integration in ui
123

    
124

    
125
2011-11-29, v0.7.4
126
******************
127

    
128
FIXES:
129
	OKEANOS_INTRO:
130
		* News section
131

    
132

    
133
2011-10-21, v0.7.3
134
******************
135

    
136
FIXES:
137
	UI:
138
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
139

    
140

    
141
2011-10-19, v0.7.2
142
******************
143

    
144
FIXES:
145
    UI:
146
	    * Fix regressions with flavor sorting and image size checking
147
		  (#1429, #1507)
148

    
149

    
150
2011-10-17, v0.7.1
151
******************
152

    
153
FIXES:
154
    UI:
155
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
156
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
157
        * Fix UI user logout action does not work (#1497)
158
    Images:	
159
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
160
		* Fix typo in snf-image-helper ChangePassword task (#1500)
161
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
162
    Deployment:
163
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
164
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
165

    
166

    
167
2011-10-13, v0.7
168
****************
169

    
170
NEW FEATURES:
171
    UI:
172
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
173
        * Document all settings introduced due to UI refactoring (#1447)
174
        * UI asset files versioning (#1460)
175
        * Improve feedback on completed steps during machine creation (#1461)
176
    Images:
177
        * Completely re-engineered image deployment mechanism based on
178
          snf-image Ganeti OS provider, in isolated helper VM
179
        * Support public and private images (#555)
180
        * Support handling of VM filesystem, injection of arbitrary files
181
          on VM creation (#491)
182
        * Implement file injection as a task in snf-image (#1095)
183
        * Remove all-host based processing of (potentially user-provided)
184
          Images (#969)
185
    API:
186
        * Implement <personality> tag in OpenStack Compute API
187
          for file injection (#985, #1093)
188
        * Update API implementation for server/image metadata based on latest
189
          draft version of spec (#1403)
190
        * Support deletion of Flavors, support servers referring to
191
          inexistent (deleted) Flavors (#1157)
192
    Admin:
193
        * Addition of **meta option to snf-admin image for easy setting
194
          of image metadata values on image creation (#1107)
195
    Deployment:
196
        * Initial iteration of a system test suite, snf-burnin,
197
          for end-to-end testing of Synnefo deployments (#1155)
198
        * Re-engineered logging mechanism, for finer-grained control (#1033)
199
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
200
        * Document removal of Flavors from circulation (#1472)
201
        * Add generic service unavailable template (#1359)
202

    
203

    
204
FIXES:
205
    UI:
206
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
207
        * Fix problematic update of the networks tab and minor fixes (#861)
208
        * Fix "Connecting" and "progress" gif in networks tab (#863)
209
        * Fix inconsistencies on machine transitions between views (#917)
210
        * Fix IE rendering mode (#975)
211
        * Fix UI machine/network creation overlays style clutter (#979)
212
        * Have UI should reset action confirmations after state change (#981)
213
        * UI barfs due to exception on "New Machine" wizard (#1473)
214
        * UI throws exception on single-server view (#1483)
215
    API:
216
        * Fix incomplete constraints in ImageMetadata Model (#1255)
217
    Deployment:
218
        * Split initial_data.json to work around South "feature" (#1263)
219
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
220
    Kamaki:
221
        * The kamaki client lib uses the root logger (#1337)
222
        * The kamaki client lib fails to set server metadata (#1399)
223
    Invitations:
224
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
225
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
226
        * Fix display of error modal boxes, do notrefresh or display another
227
          error (#1433)
228
        * Fix positioning of machines in "Destroying" (#1437)
229
        * Fix Metadata button shown as clickable while it's not (#1441)
230
    Images:
231
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
232
    Logic:
233
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
234

    
235

    
236
2011-09-15, v0.6.2
237
******************
238

    
239
FIXES:
240
    UI:
241
        * Fix handling of Images in state=DELETED,
242
          allow sorting and categorization of Images in the UI (#823)
243
        * Fix the "Create New wizard" does not honor selection of
244
          "small/medium/large" images (#1129)
245
    Admin:
246
        * Fix the admin interface throws exception on the
247
          Invitations tab (1105)
248
    API:
249
        * Make API responses uncacheable (#1091)
250
    Logic:
251
        * Fix The dispatcher leaving messages unprocessed for
252
          unknown Ganeti opcodes(#1111)
253

    
254
NEW FEATURES:
255
    Admin:
256
        * Support filtering based on state, support image registration
257
          with mandatory type argument, make all deletion operations
258
          set state to DELETED (#849)
259
    API:
260
        * Allow marking flavors as removed, honor deleted flag (#1055)
261

    
262

    
263
2011-09-13, v0.6.1
264
******************
265

    
266
FIXES:
267
    UI:
268
        * Make all AJAX requests to the API uncache-able
269

    
270

    
271
2011-09-12, v0.6
272
****************
273

    
274
NEW FEATURES:
275
    Admin:
276
        * Initial version of new Web-based admininstration panel, allows
277
          management of Synnefo entities directly on the DB (#849)
278
        * Allow setting https apiurl and token in cloud tool (#853)
279
    Deployment:
280
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
281
    UI:
282
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
283
        * Support setting of small, medium large flavors in UI (#815)
284
        * Have the UI filter flavors, depending on image size (#817)
285
        * Better, error-specific handling of error codes in UI (#971)
286
        * Implement retrieval of authentication token from the UI (#977)
287
        * Re-worked invitation UI is more vocal on errors, supports pagination
288
          (#1039)
289
        * Support a list of UI-specific metadata keys to be copied from Image
290
          to newly-created Server (#847)
291
    Images:
292
        * Support dd-based deployment of Windows and Linux images, using only
293
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
294

    
295
FIXES:
296
    UI:
297
        * Fix Opera failing with "too old changes-since value" when idle (#521)
298
        * Fix UI problems with Firefox 3.5.x (#781)
299
        * Fix server statistics not refreshing properly in the UI (#881)
300
        * Machine rename icon not visible on IE (#909)
301
        * Fix list view fail not updating machine state properly (#915)
302
        * Fix colors in "Error" state (#953)
303
        * Fix the confirmation bar disappearing at times (#955)
304
        * Hide all actions when in state "Destroying..." (#957)
305
        * Disable connect action when machine has no ip set (#983)
306
        * Update image details on last vm creation step overlay on IE (#1011)
307
        * Fix list view displays UI error when servers are updated on IE
308
          (#1013)
309
        * Make "Add invitation", remove invitation button appear clickable
310
          (#1019)
311
    Logic:
312
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
313

    
314

    
315
2011-08-29, v0.5.5
316
******************
317

    
318
FIXES:
319
    Logic:
320
        * Bugfixes, reconnect to AMQP properly when connection drops,
321
          added more DEBUG- and INFO-level logging messages.
322

    
323

    
324
2011-07-27, v0.5.4
325
******************
326

    
327
FIXES:
328
    UI:
329
        * Numerous bugfixes, most in response to user feedback from
330
          the Alpha deployment
331
        * #813 (Minor UI issues), #857 (long machine names),
332
          #865 (problem when user has zero invitations),
333
          #873 (generic 404 template), #895 (default username in RDP file),
334
          #897 (show spinner for the public network), 899 (allow Connect
335
          from the network UI), #901 (cannot select password for copying
336
          with Chrome), #893 (firewall profile selection behaves as a single
337
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
338
          #905 (Javascript throws exception when left idle), #907 (similar
339
          issue with #907), #913 (list view alert message)
340
    Images:
341
        * ntfsclone does not use all of the available space on the target (#879)
342
    Deployment:
343
        * Move fix_amqp_settings to queue system init code (#809)
344
    Admin:
345
        * snf-admin user invite is not non-ascii friendly (#943)
346
        * snf-user should show email addresses, even without any arguments (#871)
347

    
348
FEATURES:
349
    UI:
350
        * Show completion percentage when a machine is being built (#887)
351
    API:
352
        * Report percentage completion for machines in BUILD (#891)
353
    Images:
354
        * The image deployment layer should report completion to the API layer
355
          (#889)
356
    Deployment:
357
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
358
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
359
        * Import code for building Debian packages, refactor repository (#691)
360

    
361

    
362
2011-07-19, v0.5.3.1
363
********************
364

    
365
FIXES:
366
    API:
367
        * Fix bug with firewall code using inexistent, removed setting
368
    GUI:
369
        * Fix bug with invitations UI (#859)
370
        * Fix bug with feedback form submission raising HTTP 500
371
    Deployment:
372
        * Fix bug with error reporting by the invitations app
373

    
374

    
375
2011-07-19, v0.5.3
376
******************
377

    
378
FIXES:
379
    GUI:
380
        * Add separate LOGOUT_URL setting
381
          fixes bug with URL in invitations mail
382
    Deployment:
383
        * Recode invitations email in UTF-8
384
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
385
          for all emails
386

    
387

    
388
2011-07-18, v0.5.2
389
******************
390

    
391
FIXES:
392
    GUI:
393
        * Improve IPv6 support in UI (#839, #841)
394
        * Improve Connect messages, propose username (#801)
395
        * Add "tag"/"value" headers in Modify tags popup (#845)
396
    API:
397
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
398
    Admin tool:
399
        * Support creation and modification of users, flavors, images (#827)
400
        * Support sending invitations from the command line
401

    
402

    
403
2011-07-14, v0.5.1
404
******************
405

    
406
FIXES:
407
    GUI:
408
        * non-standard dpi settings (#343)
409
        * many minor bugs (#717)
410
        * remove "Login again" button from Java VNC viewer (#731)
411
        * Fix no firewall settings shown for newly built machines (#753)
412
        * Fix handling of transitional "Destroying" state (#771)
413
        * Use well-formed, client- and server-specific messages
414
          for the Connect operation (#801)
415
        * Fix misaligned action labels in IE (#821)
416
          generic cross-browser compatibility fixes (#341)
417
    Logic:
418
        * fix dispatcher flushing AMQP queues (#719)
419
        * Support asynchronous VM deletion (#721)
420
        * Add backend prefix to all AMQP queues (#723)
421
        * Document workarounds for dispatcher daemonization problems
422
          when logging to stdout (#779)
423
    Images:
424
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
425
    API:
426
        * Have API use the flavor-defined disk sizes (#759)
427
        * Make backend disk templates (plain, drbd) configurable (#77&)
428
        * Work around Ganeti bug with getting VNC console info (#783)
429
        * Set serial_console=False explicitly on Ganeti backend (#785)
430
        * Allow exception info to propagate when VNC console allocation fails
431
          (#789)
432
        * Handle deletion of machines in ERROR when no Ganeti instance exists
433
          (#799)
434
    Backend:
435
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
436
          to use for firewall profiles (#789)
437

    
438
NEW FEATURES
439
    GUI:
440
        * Add themed form for invitations, integrate with UI (#439)
441
        * Add themed feedback form, integrate with API error window
442
          (~okeanos #7)
443
    Admin tool:
444
        * Add initial version of snf-admin tool for user, VM and image
445
          management (#727)
446

    
447

    
448
2011-07-01, v0.5
449
****************
450

    
451
NEW FEATURES
452
    GUI:
453
        * Overhauled icon and single-server view, updated color set
454
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
455
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
456
        * Added buttons for modifier keys, custom theming to Java VNC client
457
          (#545)
458
        * Support single-click RDP-based connection to Windows VMs (#673)
459
        * Allow setting network firewall profiles on public interfaces (#661)
460
    Images:
461
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
462
          (#493, #509)
463
        * Complete support for Windows machines (create, customize, boot)
464
          (#495)
465
    Logic:
466
        * Support centralized logging, logging.conf-based setup (#547)
467
    AAI:
468
        * Allow per-user setting of number of outgoing invitations (#439, #705)
469
        * Support "switch-user"-type functionality for helpdesk users (#665)
470
        * Support user logout in the UI, delete relevant tokens (#663)
471
    API:
472
        * Supports retrieval of statistics (#527)
473
        * Support maximum number of VMs per user (quota) (#703)
474
        * Extend API to support distinct firewall profiles, update backend (#659)
475
    Deployment:
476
        * BSD 2-clause Licensing (#581)
477
        * Initial translation of UI to Greek (#689)
478
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
479
          Synnefo dependency remains, already patched by ops, to be committed
480
        * Split settings.py to distinct files under settings.d/ (#693)
481
        * Use the Django email framework (#697)
482
        * Implemented statistics-gathering mechanism at the backend (#527)
483

    
484
FIXES:
485
    GUI:
486
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
487
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
488
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
489
          #657, #681, #687, #699, #701, #707, #709)
490
        * Better cross-browser compatibility (#341)
491
        * Should work with relative URLs (#421)
492
    Images:
493
        * Set hostname in Linux VMs appropriately (#603)
494
    Logic:
495
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
496
          (#615)
497
    Deployment:
498
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
499

    
500

    
501
2011-06-06, v0.4
502
****************
503

    
504
NEW FEATURES:
505
    GUI:
506
        * Support displaying info on and handling of public and private networks,
507
          with differential updates (#407, #469)
508
        * Support create new private network (#541), add machine to
509
          private network (#543)
510
        * Design and implement a completely revamped blue and orange
511
          color theme (#529, #531)
512
        * Implement improved add/edit metadata dialog with suggested values for
513
          keys (#535, #537)
514
        * Implement list of suggested keys in add server metadata dialog (#537)
515
        * Add full-screen Console window, themed as the rest of the UI (#497)
516
        * Implement single-machine view in the UI (#573)
517
        * Add user notification (spinner) on button clicks performing
518
          API actions (#471)
519
        * Full IE support, differential updates (#461)
520
    AAI:
521
        * Each token has its own expiration date, fix expiration of
522
          development test token (#483)
523
        * Support adding new users to the DB by invitation (#439)
524
    API:
525
        * Extend networks API, support differential updates for private nets (#569)
526
        * Support XML replies for the /networks API namespace (#553)
527
        * Implement mechanism for reconciliation of DB state with Ganeti backend
528
          state in case of AMQP failure (#505)
529
        * Support Ganeti link pooling for management of private networks (#513)
530
        * Support reception and processing of NIC configuration notifications
531
          from Ganeti over AMQP (#513)
532
    IMAGES:
533
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
534
        * Support selection and handling of OS images for VM customization (#489)
535
        * Support random selection and enforcement of root password on Linux VMs (#485)
536
    GANETI BACKEND:
537
        * Design and implement mechanism for handling network connection requests,
538
          based on link ids of virtual NICs (#411)
539
        * Support handling of public and private networks,
540
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
541

    
542
FIXES:
543
    GUI:
544
        * Remove extraneous GET /server/id/meta requests (#463)
545
        * Fix location of the "Create New" wizard in IE (#467)
546
        * Make numerous hardcoded strings translatable (#473)
547
        * Fix alignment of step names in "Create New" wizard (#475)
548
        * Fix OS icons not appearing in Opera (#477)
549
        * Fix correspondence of OS icons to icon URIs (#481)
550
        * Fix console action inoperable in list view (#497)
551
        * Fix HTTP errors from backend not reported correctly (#523)
552
        * Fix handling of API "UKNNOWN" status for servers (#571)
553
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
554
        * Various minor UI glitches (#583, #585, #591)
555
    API:
556
        * Fix entering Greek characters in fields failed (was due to
557
          problem with db creation parameters in MySQL) (#499)
558
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
559
          server metadata modified (#525)
560
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
561
        * Remove private network connections when a server is deleted (#579)
562

    
563

    
564
KNOWN DEFECTS:
565

    
566
    GUI:
567
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
568
        * UI breaks if "Create New" called twice in quick succession (#609)
569
        * Esc/Enter keys do not work in edit metadata window (#605)
570
        * No spinner icon on outstanding requests for updates to private networks (#607)
571
        * Error window overflows in case of longer-than-usual traceback in
572
          "Details" field (#611)
573
        * Single-server view does not update properly (#613)
574
    IMAGES:
575
        * Image deployment mechanism does not set Linux hostname properly (#603)
576
    GANETI BACKEND:
577
        * No IPv6 reported from the Synnefo Ganeti hook to the API
578
          (backend, API and UI can all handle IPv6 though) (#615)
579
        * All VMs currently allocated to the first Ganeti node, since no
580
          allocator has been installed in the development Ganeti yet (#617)
581
    Deployment:
582
        * No rigorous testing of data migration, migrations in real-world
583
          conditions will probably fail (#503)
584

    
585

    
586
2011-05-10, v0.3
587
****************
588

    
589
FIXES/NEW FEATURES:
590

    
591
    GUI:
592
        * Report connection failures correctly, instead of a bogus 503 error (#427)
593
        * Support rename Virtual Machines using a nifty pencil icon (#429)
594
        * Fix complete failure of site with IE (starts, has known defects) (#431)
595
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
596
        * Support providing X-Auth-Token headers for authentication (#455)
597
        * Support Java applet-based popup for VNC console access (#391)
598
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
599
    AAI:
600
        * End-to-end Shibboleth support (#345)
601
    API:
602
        * Support creation, management and removal of private L2 networks (#409, #457)
603
        * Fix API implementation does not return unAuthorized cloud faults (#459)
604
        * Merge support for X-Auth-Token based authentication (#423)
605
    Logic:
606
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
607
        * Extended dispatcher, provides the context for executing business layer functions (#393)
608
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
609
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
610
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
611
    Deployment:
612
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
613

    
614
KNOWN DEFECTS:
615

    
616
    GUI:
617
        * Inoperative console action in list view (#497)
618
        * Various UI glitches under Chrome/Safari (wizard)
619
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
620
        * Serious UI glitches with non-standard dpi settings (#343)
621
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
622
    API:
623
        * No Greek characters allowed in server names with the MySQL backend (#499)
624
    Deployment:
625
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
626

    
627

    
628
2011-04-19, v0.2.2
629
******************
630

    
631
Bug fix release:
632
    GUI:
633
        * Fix start operation breakage due to extra argument in API call (#433)
634

    
635

    
636
2011-04-19, v0.2.1
637
******************
638

    
639
Bug fix release:
640
    GUI:
641
        * Fix shutdown operation breakage due to extra argument in API call (#433)
642

    
643

    
644
2011-04-19, v0.2
645
****************
646

    
647
FIXES/NEW FEATURES:
648

    
649
    GUI:
650
        * Show transitional state when command is in progress ("Starting", etc) (#401)
651
        * Allow only "destroy" for machines being built (#399)
652
        * Show nice icons for the icon, list and single view (#389)
653
        * Show the VM configuration (flavor) in list view (#387)
654
        * Add Destroy action in icon view (#381)
655
        * Show spinner when action is in progress (#379)
656
        * Handle OS icons properly for Images and machines, user-controlled (#257)
657
        * Support modification of VM metadata (currently: only addition, removal) (#375)
658
        * Support machine rename (#307)
659
        * Show welcome screen when no VMs defined (#279)
660
        * Revamped "Create New" wizard (#83)
661
    API:
662
        * Return buildInProgress properly (#351)
663
        * Loads of new unit tests (#417)
664
        * Support OOB console access over VNC using vncauthproxy
665
            - Run as daemon, support automatic port selection (#419)
666
        * Refactor ganeti-0mqd
667
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
668
    Deployment:
669
        * Add initial version of README.deploy, detailing service dependencies
670
        * Add support for database migrations, using Django South (#371)
671
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
672

    
673
KNOWN DEFECTS:
674

    
675
    GUI:
676
        * Minor visual problems with Firefox 3.5 (#403)
677
        * Major cross-browser compatibility problems (no IE support) (#431, #341)
678
        * Requires installation under /, does not work with relative URLs (#421)
679
        * Incorrect 503 return code when server is unreachable (#427)