Rename mongo release script and fix typo.

This commit is contained in:
Marco Vermeulen
2012-12-05 14:31:23 +00:00
parent cb2ab48638
commit d110c9467a

View File

@@ -4,7 +4,7 @@ db.broadcast.remove()
db.broadcast.insert({ "_id" : 1, "text" : "GVM version 0.8.4 release!" })
db.broadcast.insert({ "_id" : 2, "text" : "In this release:" })
db.broadcast.insert({ "_id" : 3, "text" : " * gvm current without candidate (thanks Matt Hurne!)" })
db.broadcast.insert({ "_id" : 4, "text" : " * bug fixes)" })
db.broadcast.insert({ "_id" : 4, "text" : " * bug fixes" })
db.broadcast.insert({ "_id" : 5, "text" : " * internal optimisations and improvements" })
db.broadcast.insert({ "_id" : 6, "text" : " * licensed under the Apache 2.0 License" })
db.broadcast.insert({ "_id" : 7, "text" : " * remove dependency on zip" })