diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-23 19:32:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-23 19:32:53 -0400 |
commit | d8e4b51a41a9507584d56946d0eae0e5cef6d6f5 (patch) | |
tree | b0aeaa8fb5116d5869f8758792c17b94eb72fa83 /debian/changelog | |
parent | ecdfd1b8644bc926db008054ab6192e18351afed (diff) | |
download | ikiwiki-d8e4b51a41a9507584d56946d0eae0e5cef6d6f5.tar ikiwiki-d8e4b51a41a9507584d56946d0eae0e5cef6d6f5.tar.gz |
rcs_getctime and rcs_getmtime take relative filenames
There was some confusion about whether the filename was
relative to srcdir or not. Some test cases, and the bzr
plugin assumed it was relative to the srcdir. Most everything else
assumed it was absolute.
Changed it to relative, for consistency with the rest
of the rcs_ functions.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f7452a070..88ed3a90b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ ikiwiki (3.20100624) UNRELEASED; urgency=low * API: Add new optional field usershort to rcs_recentchanges. * API: rcs_commit and rcs_commit_staged are now passed named parameters. + * Fixed some confusion and bugginess about whether + rcs_getctime/rcs_getmtime were passed absolute or relative filenames. -- Joey Hess <joeyh@debian.org> Wed, 23 Jun 2010 15:30:04 -0400 |