diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 397: release 0.18

Message ID 20120920215711.30793.73928.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Sept. 20, 2012, 9:57 p.m. UTC
------------------------------------------------------------
revno: 397
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-09-21 09:55:05 +1200
message:
  release 0.18
modified:
  doc/changes.rst
  lava_server/__init__.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-08-28 05:23:54 +0000
+++ doc/changes.rst	2012-09-20 21:55:05 +0000
@@ -5,7 +5,13 @@ 
 
 Version 0.18
 ============
-* Unreleased
+* Documentation updates.
+* Make token page clearer about what the token actually is.
+* Enable devserver if it is available (i.e. if an instance is using
+  buildout-development.cfg)
+* If a table is queryset backed but not ajax enabled, render all the 
+  data.
+* Load font css over https.
 
 .. _version_0_17:
 

=== modified file 'lava_server/__init__.py'
--- lava_server/__init__.py	2012-08-28 05:23:54 +0000
+++ lava_server/__init__.py	2012-09-20 21:55:05 +0000
@@ -23,4 +23,4 @@ 
 The LAVA server package. Contains only the version declaration.
 """
 
-__version__ = (0, 18, 0, "dev", 0)
+__version__ = (0, 18, 0, "final", 0)