summaryrefslogtreecommitdiff
path: root/website/include/news.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'website/include/news.inc.php')
-rw-r--r--website/include/news.inc.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/include/news.inc.php b/website/include/news.inc.php
index 467e78c..92e6486 100644
--- a/website/include/news.inc.php
+++ b/website/include/news.inc.php
@@ -34,6 +34,16 @@ function add_news_item($dateStr, $id, $title, $body) {
}
function most_recent_news_item() {
}
+
+add_news_item(
+ "November 24, 2005",
+ "0.3-release",
+ _("Oreka 0.3 Released"),
+ _('<p>A windows installer and a debian/ubuntu package are now available, making it easier for users to install the orkaudio recorder. Orkaudio can now run as a daemon under Linux.</p>')
+);
+
+
+
add_news_item(
"November 02, 2005",
"0.2-release",