From df6d4741228b128cdec70608283a537bb1f6d370 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Tue, 22 Jan 2013 22:21:02 +0000 Subject: [PATCH] Updates to 0.9.5 mongo script. --- db/0950_release.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/db/0950_release.js b/db/0950_release.js index 871ea256..5e8c8fea 100644 --- a/db/0950_release.js +++ b/db/0950_release.js @@ -3,7 +3,10 @@ db.broadcast.remove(); db.broadcast.insert({ "_id": 1, "text": "GVM version 0.9.5 " }); db.broadcast.insert({ "_id": 2, "text": "In this release: " }); db.broadcast.insert({ "_id": 3, "text": " * local dev candidate installation " }); -db.broadcast.insert({ "_id": 4, "text": " * various bug fixes " }); -db.broadcast.insert({ "_id": 5, "text": " " }); -db.broadcast.insert({ "_id": 6, "text": "Report any issues at: " }); -db.broadcast.insert({ "_id": 7, "text": " https://github.com/gvmtool/gvm/issues " }); +db.broadcast.insert({ "_id": 4, "text": " * zsh init fragment bug fix " }); +db.broadcast.insert({ "_id": 5, "text": " * strip out isolated_mode config " }); +db.broadcast.insert({ "_id": 6, "text": " * improvements on README.md " }); +db.broadcast.insert({ "_id": 7, "text": " * various bug fixes " }); +db.broadcast.insert({ "_id": 8, "text": " " }); +db.broadcast.insert({ "_id": 9, "text": "Report any issues at: " }); +db.broadcast.insert({ "_id": 10, "text": " https://github.com/gvmtool/gvm/issues " });