diff options
| author | Bob Halley <halley@dnspython.org> | 2014-06-21 07:45:14 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2014-06-21 07:45:14 -0700 |
| commit | 56ab1a15c8d4b6a26e0643e5ce3aac7e09f2c9b5 (patch) | |
| tree | f316ea4894c049408cbb199efba8bb8dc04e71d4 /ChangeLog | |
| parent | f962db12ce3cb46ae61ef3e55ad8369be30447ec (diff) | |
| download | dnspython-56ab1a15c8d4b6a26e0643e5ce3aac7e09f2c9b5.tar.gz | |
Fix exception when reading from a masterfile.
When reading from a masterfile, if the first content line started
with leading whitespace, we raised an ugly exception instead of
doing the right thing, namely using the zone origin as the name.
[#73]
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-06-21 Bob Halley <halley@dnspython.org> + + * When reading from a masterfile, if the first content line started + with leading whitespace, we raised an ugly exception instead of + doing the right thing, namely using the zone origin as the name. + [#73] + 2014-06-19 Bob Halley <halley@dnspython.org> * Escaping of Unicode has been corrected. Previously we escaped and |
