summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-17 14:37:55 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-17 14:37:55 -0400
commitf1228946bd62b7b4528bccabe91f836a16912e28 (patch)
tree666ae43f00238da6886a563c980d3efb368898df /debian
parente91b128338ee51790b141390338bea421963aa3f (diff)
Bring back the svnrepo setup file option. This is needed for recentchangediff to work with svn repos.
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS4
-rw-r--r--debian/changelog7
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 658fc0041..983d1ae9d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -49,8 +49,8 @@ ikiwiki (2.30) unstable; urgency=low
from this version. If you were subscribed to commit mails, you should be
able to accomplish the same thing by subscribing to a RecentChanges feed.
- The "svnrepo" and "notify" fields in setup files are no longer used, and
- silently ignored. You may want to remove them from your setup file.
+ The "notify" field in setup files is no longer used, and
+ silently ignored. You may want to remove it from your setup file.
-- Joey Hess <joeyh@debian.org> Tue, 29 Jan 2008 17:18:31 -0500
diff --git a/debian/changelog b/debian/changelog
index fc8b58860..2b3b756f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ikiwiki (2.44) UNRELEASED; urgency=low
+
+ * Bring back the svnrepo setup file option. This is needed for
+ recentchangediff to work with svn repos.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 17 Apr 2008 14:33:54 -0400
+
ikiwiki (2.43) unstable; urgency=low
* Fix missing import of escapeHTML in userlink. (Scott Bronson)