[askbot] update to 0.7.25 * RSS feed for individual question (Sayan Chowdhury) * allow pre-population of tags

Rahul Sundaram sundaram at fedoraproject.org
Wed Oct 5 20:55:52 UTC 2011


commit 61619b1d87c2653c300c43a7bf57bd9ebbc99d22
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Oct 6 02:25:14 2011 +0530

    update to 0.7.25
    * 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)
    * bootstrap mode (Adolfo, Evgeny)

 .gitignore  |    1 +
 askbot.spec |    9 ++++++++-
 sources     |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b52796..6fb1c93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /askbot-0.7.22.tar.gz
 /askbot-0.7.23.tar.gz
 /askbot-0.7.24.tar.gz
+/askbot-0.7.25.tar.gz
diff --git a/askbot.spec b/askbot.spec
index 571761a..69e7b39 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,5 +1,5 @@
 Name:           askbot
-Version:        0.7.24
+Version:        0.7.25
 Release:        1%{?dist}
 Summary:        Question and Answer forum
 Group:          Applications/Publishing
@@ -148,6 +148,13 @@ install -p -m 644 %{SOURCE4} .
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Tue Oct 06 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.25-1
+- update to 0.7.25
+  * 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)
+  * bootstrap mode (Adolfo, Evgeny)
+
 * Tue Oct 04 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.24-1
 - update to 0.7.24
   * made it possible to disable the anonymous user greeting altogether (Raghu Udiyar)
diff --git a/sources b/sources
index a79e2a2..752d74b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3fa145a9c31fb87ad34e024b7928ec4  askbot-0.7.24.tar.gz
+0855a25ea67f064e7c957d48100d341a  askbot-0.7.25.tar.gz


More information about the scm-commits mailing list