summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-12-16 14:26:15 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-12-16 14:26:15 -0300
commit423d241dc9f045f804635d664fe43fcf76aeabc0 (patch)
tree41096ed4fc974eaabbe9cc6097899084d4f0dbe7
parent8bb549c6b8341b0a8bde21008ff4feb52fa42bb7 (diff)
downloadaskbot-423d241dc9f045f804635d664fe43fcf76aeabc0.tar.gz
askbot-423d241dc9f045f804635d664fe43fcf76aeabc0.tar.bz2
askbot-423d241dc9f045f804635d664fe43fcf76aeabc0.zip
added dates to the latest releases
-rw-r--r--askbot/doc/source/changelog.rst38
1 files changed, 19 insertions, 19 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index ac79ee55..a8aa82fd 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,18 +1,18 @@
Changes in Askbot
=================
-0.7.35
-------
+0.7.35 (Dec 15, 2011)
+---------------------
* Removal of offensive flags (`Dejan Noveski <http://www.atomidata.com/>`_)
-* Fixes in CSS (Byron Corrales)
+* Fixes in CSS (`Byron Corrales <http://byroncorrales.blogspot.com/>`_)
* Update of Catalan locale (Jordi Bofill)
-0.7.34
-------
+0.7.34 (Dec 10, 2011)
+---------------------
* Returned support of Django 1.2
-0.7.33
-------
+0.7.33 (Dec 6, 2011)
+--------------------
* Made on log in redirect to the forum index page by default
and to the question page, if user was reading the question
it is still possible to override the ``next`` url parameter
@@ -20,18 +20,18 @@ Changes in Askbot
* Implemented retraction of offensive flags (Dejan Noveski)
* Made automatic dependency checking more complete (Evgeny)
-0.7.32
-------
+0.7.32 (Nov 30, 2011)
+---------------------
* Bugfixes in English locale (Evgeny)
-0.7.31
-------
+0.7.31 (Nov 29, 2011)
+---------------------
* Added ``askbot_create_test_fixture`` management command (Dejan Noveski)
* Integrated new test fixture into the page load test cases (Dejan Noveski)
* Added an embeddable widget for the questions list matching tags (Daniel Mican, Evgeny Fadeev, Dejan Noveski)
-0.7.30
-------
+0.7.30 (Nov 28, 2011)
+---------------------
Note: some of these features were added in one of the three previous versions.
* Context-sensitive RSS url (`Dejan Noveski <http://www.atomidata.com/>`_)
@@ -55,19 +55,19 @@ Note: some of these features were added in one of the three previous versions.
* Added management command ``askbot_add_test_content`` (Dejan Noveski)
* Continued work on refactoring the database schema (Tomasz Zielinski)
-0.7.27 - 0.7.29
----------------
+0.7.27 - 0.7.29 (Nov 8-28, 2011)
+--------------------------------
For these versions we did not keep consistent record of features.
-0.7.26
-------
+0.7.26 (Oct 12, 2011)
+---------------------
* Added settings for email subscription defaults (Adolfo)
* Resolved `bug #102<http://bugs.askbot.org/issues/102>`_ - duplicate notifications on posts with mentions (Evegeny)
* Added color-animated transitions when urls with hash tags are visited (Adolfo)
* Repository tags will be `automatically added <http://askbot.org/en/question/345/can-git-tags-be-created-for-each-of-the-releases>`_ to new releases (Evgeny, suggsted by ajmirsky)
-0.7.25
-------
+0.7.25 (Oct 5 2011)
+-------------------
* RSS feed for individual question (Sayan Chowdhury)
* Allow pre-population of tags via ask a questions link (Adolfo)
* Make answering own question one click harder (Adolfo)