BIND 10 trac2955, created. 6f344e77217625e36e924f41c24d88ac0ba685be Merge #2937
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 21 13:53:34 UTC 2013
The branch, trac2955 has been created
at 6f344e77217625e36e924f41c24d88ac0ba685be (commit)
- Log -----------------------------------------------------------------
commit 6f344e77217625e36e924f41c24d88ac0ba685be
Merge: 2500db6 c8d00f7
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue May 21 09:07:29 2013 +0200
Merge #2937
Fix CSV-related test for usermanager that failed on some versions of
python (seen on 3.2.4 on Gentoo).
commit 2500db669d6463c3ee2f607be63ac0690cf7205e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 23:24:14 2013 +0000
[master] avoid compile mapped-segment dependent code if !USE_SHARED_MEMORY
okayed on jabber.
commit 45d2c5e07fc8eb3b4a9493470118fe5765164365
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 20:56:38 2013 +0000
[master] use $(BOOST_MAPPED_FILE_CXXFLAG) for in-memory datasrc tests.
one of the tests directly uses the boost mapped_file_segment class, which can
result in compiler warnings on some platforms.
commit c8d00f7c62ecf19879d70e6dcfdc0ab14551b6c9
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon May 20 13:13:33 2013 +0200
[2937] Minor tweaks
Comments, unused values, etc.
commit 76b4abce83b333c61b596df651dfc2f9e3d72100
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 12:19:33 2013 -0700
[2937] corrected a minor typo
commit 72fca133ddc102924bef14d4281314309fb51201
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri May 17 11:25:38 2013 +0200
[2937] Compensate for different errors from csv
Compensate for different error message from different versions of the
csv library. We don't really care that much about which exact text of
the error is printed as long as something is printed and makes sense. So
allow both versions know to be produced.
commit 4bc06a779cbe53dd5ad91ef4fe0c0262e430f03e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri May 17 11:24:20 2013 +0200
[2937] Parse CSV in strict mode
Don't accept invalid inputs. It seems some versions of the csv library
rejected this before, but some didn't. Making sure all of them reject
now, to get more reliable operation and consistent behavior.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list