summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-02-27 04:55:23 +0200
committerGuillem Jover <guillem@debian.org>2009-02-27 05:31:26 +0200
commita2de4aa132890b97dbe3ec028322562bc2e5b033 (patch)
tree9c267ba7cd96f8a8b9f84a53a4ffc62f03c6a0f3 /ChangeLog
parent56dee78ddab32996e2b145b53c6ed46582860f10 (diff)
downloaddpkg-a2de4aa132890b97dbe3ec028322562bc2e5b033.tar.gz
libdpkg: Do nothing when parsing a boolean field with an empty string
The field should have been already initialized to 0 by blankpackageperfile, so no need to assign again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19f51439f..6e5601807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-27 Guillem Jover <guillem@debian.org>
+
+ * lib/fields.c (f_boolean): Return if value is an empty string.
+
2009-02-26 Chris Coulson <chrisccoulson@googlemail.com>,
Guillem Jover <guillem@debian.org>