diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 293: new release 0.7.2

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

Commit Message

Paul Larson Nov. 18, 2011, 3:38 a.m. UTC
------------------------------------------------------------
revno: 293
tags: 2011.11, release-0.7.2
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-server
timestamp: Thu 2011-11-17 21:36:08 -0600
message:
  new release 0.7.2
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	2011-11-14 18:15:05 +0000
+++ doc/changes.rst	2011-11-18 03:36:08 +0000
@@ -1,11 +1,16 @@ 
 Version History
 ***************
 
-.. _version_2011.11:
-
-Version 2011.11
-===============
-
-.. todo::
-    High level-changelog should be placed here. We should use intersphinx to
-    link to changelogs for particular components
+.. _version_0.7.2:
+
+Version 0.7.2
+=============
+
+*  Fix width of output in scheduler app
+*  fix wrapping issue with code blocks
+*  Add some documenation for lava-server
+*  Make the user menu stay inside the window on FF 3.6
+*  Use user nickname when real name is empty
+*  Better compatibility with older firefox
+*  Add .svg files to manifes
+*  Fix sign-in/sign-out menu

=== modified file 'lava_server/__init__.py'
--- lava_server/__init__.py	2011-11-08 23:56:06 +0000
+++ lava_server/__init__.py	2011-11-18 03:36:08 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Server.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 7, 1, "final", 0)
+__version__ = (0, 7, 2, "final", 0)