Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 65707351

History | View | Annotate | Download (1.7 kB)

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

    
4
2011-04-19, v0.2
5

    
6
FIXES/NEW FEATURES:
7

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

    
32
KNOWN DEFECTS:
33

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