[askbot] update to 0.7.33 * Made on log in redirect to the forum index page by default and to the question pa

Rahul Sundaram sundaram at fedoraproject.org
Wed Dec 7 20:29:03 UTC 2011


commit ecbd657fcd3d1e1629da12567893890ac8d97782
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Dec 8 01:58:46 2011 +0530

    update to 0.7.33
    * 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
    or just rely on django's ``LOGIN_REDIRECT_URL`` (Evgeny)
    * Implemented retraction of offensive flags (Dejan Noveski)
    * Made automatic dependency checking more complete (Evgeny

 askbot.spec |   11 ++++++++++-
 sources     |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/askbot.spec b/askbot.spec
index ceda2a7..29efd15 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,5 +1,5 @@
 Name:           askbot
-Version:        0.7.32
+Version:        0.7.33
 Release:        1%{?dist}
 Summary:        Question and Answer forum
 Group:          Applications/Publishing
@@ -148,6 +148,15 @@ install -p -m 644 %{SOURCE4} .
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Thu Dec 08 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.33-1
+- update to 0.7.33
+  * 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
+    or just rely on django's ``LOGIN_REDIRECT_URL`` (Evgeny)
+  * Implemented retraction of offensive flags (Dejan Noveski)
+  * Made automatic dependency checking more complete (Evgeny
+
 * Wed Nov 30 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.32-1
 - update to 0.7.32
   * Bugfixes in English locale (Evgeny)
diff --git a/sources b/sources
index 963720b..4a19cbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe235c5edd75e0da80bf9c56aa22d959  askbot-0.7.32.tar.gz
+34adccc3c5f736a4bb6f5012fb1ee662  askbot-0.7.33.tar.gz


More information about the scm-commits mailing list