summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS.txt1
-rw-r--r--doc/index.rst10
-rw-r--r--doc/news.rst32
3 files changed, 38 insertions, 5 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 483a96a..f17498e 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,3 +1,4 @@
Aamir Khan <syst3m.w0rm@gmail.com>
Pierre-Yves Chibon <pingou@pingoured.fr>
Aurelien Bompard <aurelien@bompard.org>
+Aslak Knutsen <aslak@redhat.com>
diff --git a/doc/index.rst b/doc/index.rst
index 4fc6c00..7074557 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,9 +1,9 @@
-======================================
-Welcome to HyperKitty's documentation!
-======================================
+=====================================================
+HyperKitty, the next-generation mailing-list archiver
+=====================================================
-The HyperKitty Django app provides a web interface to access GNU Mailman v3
-archives.
+HyperKitty is a Django-based application providing a web interface to access
+GNU Mailman v3 archives, and interact with the lists.
The project page is https://fedorahosted.org/hyperkitty/ and the code is
available from https://github.com/hyperkitty/hyperkitty .
diff --git a/doc/news.rst b/doc/news.rst
index 44727b5..d837dfa 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -2,6 +2,38 @@
News / Changelog
================
+0.1.5
+=====
+(2013-05-18)
+
+Here are the significant changes since 0.1.4:
+
+* Merge and compress static files (CSS and Javascript)
+* Django 1.5 compatibility
+* Fixed REST API
+* Improved RPM packaging
+* Auto-subscribe the user to the list when they reply online
+* New login providers: generic OpenID and Fedora
+* Improved page loading on long threads: the replies are loaded asynchronously
+* Replies are dynamically inserted in the thread view
+
+
+0.1.4
+=====
+(2013-02-19)
+
+Here are the significant changes:
+
+* Beginning of RPM packaging
+* Improved documentation
+* Voting and favoriting is more dynamic (no page reload)
+* Better emails display (text is wrapped)
+* Replies are sorted by thread
+* New logo
+* DB schema migration with South
+* General style update (Boostream, fluid layout)
+
+
0.1 (alpha)
===========
(2012-11-22)