Statistics
| Branch: | Tag: | Revision:

root / Changelog @ d25e2496

History | View | Annotate | Download (1.8 kB)

1
Changelog
2
=========
3

    
4
2011-04-19, v0.2.1
5

    
6
Bug fix release:
7
    GUI:
8
        * Fix shutdown operation breakage due to extra argument in API call (#433)
9

    
10
2011-04-19, v0.2
11

    
12
FIXES/NEW FEATURES:
13

    
14
    GUI:
15
        * Show transitional state when command is in progress ("Starting", etc) (#401)
16
        * Allow only "destroy" for machines being built (#399)
17
        * Show nice icons for the icon, list and single view (#389)
18
        * Show the VM configuration (flavor) in list view (#387)
19
        * Add Destroy action in icon view (#381)
20
        * Show spinner when action is in progress (#379)
21
        * Handle OS icons properly for Images and machines, user-controlled (#257)
22
        * Support modification of VM metadata (currently: only addition, removal) (#375)
23
        * Support machine rename (#307)
24
        * Show welcome screen when no VMs defined (#279)
25
        * Revamped "Create New" wizard (#83)
26
    API:
27
        * Return buildInProgress properly (#351)
28
        * Loads of new unit tests (#417)
29
        * Support OOB console access over VNC using vncauthproxy
30
            - Run as daemon, support automatic port selection (#419)
31
        * Refactor ganeti-0mqd
32
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
33
    Deployment:
34
        * Add initial version of README.deploy, detailing service dependencies
35
        * Add support for database migrations, using Django South (#371)
36
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
37

    
38
KNOWN DEFECTS:
39

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