summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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)