Revision e17a08fe

b/snf-cyclades-app/Changelog
1 1
Changelog
2
=========
2
---------
3 3

  
4 4
v0.9.12
5
-------
5
*******
6 6

  
7 7
* Update copyright notice on ui footer 
8 8
* Improve readability of vm password in ui 
......
13 13

  
14 14

  
15 15
v0.9.11
16
-------
16
*******
17 17

  
18 18
* listservers management command unicode workaround
19 19

  
20 20

  
21 21
v0.9.10
22
-------
22
*******
23 23

  
24 24
* Fallback to displaying the image id if it can not resolve it.
25
* Remove --detect-orphan-{servers,networks}.
25
* Remove **detect-orphan-{servers,networks}.
26 26

  
27 27

  
28 28
v0.9.9
29
------
29
******
30 30

  
31 31
* Update footer links
32 32
* Fix create view default flavor
......
34 34

  
35 35

  
36 36
v0.9.8
37
------
37
******
38 38

  
39 39
* Fix empty user information in feedback mails
40 40

  
41 41

  
42 42
v0.9.7
43
------
43
******
44 44
* Verify VNC server settings in get_console
45 45
* Management commands additions / improvements / fixes
46 46
* UI application fixes/improvements
......
48 48

  
49 49

  
50 50
v0.9.2
51
------
51
******
52 52
* ui.userdata migration fixes
53 53
* new synnefo.db migrations (fixes constrain issues)
54 54

  
55 55

  
56 56
v0.9.1
57
------
57
******
58 58
* Bumped version for debian package to upgrade from 0.9.0rc1
59 59

  
60 60

  
61 61
v0.9.0
62
------
62
******
63 63

  
64 64
* Removed link_static management command from synnefo.ui app
65 65
* Astakos integration in ui and api
......
134 134
        * Support deletion of Flavors, support servers referring to
135 135
          inexistent (deleted) Flavors (#1157)
136 136
    Admin:
137
        * Addition of --meta option to snf-admin image for easy setting
137
        * Addition of **meta option to snf-admin image for easy setting
138 138
          of image metadata values on image creation (#1107)
139 139
    Deployment:
140 140
        * Initial iteration of a system test suite, snf-burnin,
......
304 304

  
305 305

  
306 306
2011-07-19, v0.5.3.1
307
******************--
307
********************
308 308

  
309 309
FIXES:
310 310
    API:
b/snf-cyclades-app/docs/index.rst
104 104
.. todo:: make sure the file headers are included properly in documentation.
105 105
          If not change the :lines setting accordingly.
106 106

  
107

  
108
.. include:: ../Changelog
b/snf-webproject/Changelog
1 1
Changelog
2
=========
2
---------
3 3

  
4 4

  
5 5
v0.9.12
6
-------
6
*******
7 7

  
8 8
* Set USE_X_FORWARDED_HOST setting to True by default
9 9
* Remove INSTALLED_APPS, TEMPLATE_CONTEXT_PROCESSORS, MIDDLEWARE_CLASSES
......
13 13

  
14 14

  
15 15
v0.9.4
16
------
16
******
17 17

  
18 18
* Improved web_static hook syntax
19 19
  To be able to change application media files directory (e.g. 
......
22 22

  
23 23

  
24 24
v0.9.3
25
------
25
******
26 26

  
27 27
* Changed default MEDIA_ROOT setting
28 28

  
29 29

  
30 30
v0.8.0 -> v0.8.1
31
----------------
31
****************
32 32

  
33 33
* Handle synnefo.loggers entry point to append synnefo components loggers
34 34
  in logging configuration
b/snf-webproject/docs/index.rst
386 386
Extends django project urls. Accepts a urlpatterns variable. The urls defined
387 387
in this variable will be used to extend the django project urls.
388 388

  
389

  
390
.. include:: ../Changelog

Also available in: Unified diff