diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-29 21:02:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-29 21:02:47 -0400 |
commit | f6bd81db15340bd1bfa69e98f377099036308b7b (patch) | |
tree | b152102d7c4f29f426e8cf02d0cc949787ca3e3b /debian | |
parent | b95a86c069ccbcd89104f72081cfc25f986465e3 (diff) | |
download | ikiwiki-f6bd81db15340bd1bfa69e98f377099036308b7b.tar ikiwiki-f6bd81db15340bd1bfa69e98f377099036308b7b.tar.gz |
Added a hardlink option in the setup file, useful if the source and dest are on the same filesystem and the wiki includes large media files, which would normally be copied, wasting time and space.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a514c42d9..abb36d860 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,9 @@ ikiwiki (2.41) UNRELEASED; urgency=low a special sentinal value. * inline: Allow the "feedshow" parameter to take values greater than the value for "show". + * Added a hardlink option in the setup file, useful if the source and + dest are on the same filesystem and the wiki includes large media files, + which would normally be copied, wasting time and space. -- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100 |