diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-09 14:44:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-09 14:44:58 -0400 |
commit | 6f46cc3b3134e947bb2c5f1ae7dfdd85c9d9dc0c (patch) | |
tree | 1153c6722899aa5bf55b774903419184d56c4403 /debian | |
parent | 848d0d0a3bdbae74133f3a14c13923c696f28ffb (diff) |
progress: New plugin to generate progress bars (willu)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/copyright | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6ef68a7f6..fb1da867c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ikiwiki (2.64) UNRELEASED; urgency=low * Avoid uninitialised value when --dumpsetup is used and no srcdir/destdir specified. * ddate: Stop clobbering timeformat when not enabled. + * progress: New plugin to generate progress bars (willu) -- Joey Hess <joeyh@debian.org> Mon, 08 Sep 2008 19:21:20 -0400 diff --git a/debian/copyright b/debian/copyright index a24970e29..3311b6626 100644 --- a/debian/copyright +++ b/debian/copyright @@ -24,8 +24,8 @@ Files: mercurial.pm Copyright: © 2006 Emanuele Aina License: GPL-2+ -Files: monotone.pm, listdirectives.pm -Copyright: © 2007 William Uther +Files: monotone.pm, listdirectives.pm, progress.pm +Copyright: © 2007, 2008 William Uther License: GPL-2+ Files: tla.pm |