diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 23:32:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 23:33:10 -0400 |
| commit | 55a638ad4c7605041ece96843a1d608d40c2984d (patch) | |
| tree | 2ff6abb26da843c8ec22b64d8b7fe7d984093653 /debian | |
| parent | c65e9adc7f2cbd80df3f58f188a8efa9bdf42b45 (diff) | |
Fix bug in File.containsLines that caused lines that were already in the file to sometimes be appended to the end.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 54923662..5e5460e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (0.8.2) UNRELEASED; urgency=medium + + * Fix bug in File.containsLines that caused lines that were already in the + file to sometimes be appended to the end. + + -- Joey Hess <joeyh@debian.org> Thu, 17 Jul 2014 23:32:01 -0400 + propellor (0.8.1) unstable; urgency=medium * Run apt-get update in initial bootstrap. |
