aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-07 22:11:54 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-07 22:11:54 -0500
commit63e316f3621618f3b190da527fbb62ca5dad45d9 (patch)
tree5019b74228e55eca6f1404fe5641d7f2488268cc /debian
parented16e5fd9fdf5a7e3716d951731868414e13563c (diff)
downloadikiwiki-63e316f3621618f3b190da527fbb62ca5dad45d9.tar
ikiwiki-63e316f3621618f3b190da527fbb62ca5dad45d9.tar.gz
* Don't die if running with --getctime and rcs_getctime throws an error.
There are several cases (recentchanges files, aggregated files) where some source files are not in revision control.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b32c7ad51..c608043f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ikiwiki (2.31) UNRELEASED; urgency=low
+ikiwiki (2.31) unstable; urgency=low
* Revert preservation of input file modification times in output files,
since this leads to too many problems with web caching, especially with
@@ -36,8 +36,11 @@ ikiwiki (2.31) UNRELEASED; urgency=low
* inline: Add new `allowrss` and `allowatom` config options. These can be
used if you want a wiki that doesn't default to generating rss or atom
feeds, but that does allow them to be turned on for specific blogs.
+ * Don't die if running with --getctime and rcs_getctime throws an error.
+ There are several cases (recentchanges files, aggregated files)
+ where some source files are not in revision control.
- -- Joey Hess <joeyh@debian.org> Sat, 02 Feb 2008 23:36:31 -0500
+ -- Joey Hess <joeyh@debian.org> Wed, 06 Feb 2008 15:10:20 -0500
ikiwiki (2.30) unstable; urgency=low