Beta state?

Do we have any remaining issues pending for the 2.1 release? I'm
thinking to push the release out early next week. Sounds good?

Robin

Yep, I wanted to add one more elasticsearch thing, but it can wait. There will be more major changes in the next release anyway.

  .Seth

Do we have any remaining issues pending for the 2.1 release? I'm
thinking to push the release out early next week. Sounds good?

I'm seeing the core/leaks/dataseries-rotate.bro unit test fail on RHEL 6.3 x86_64 (dataseries/lintel git master or their last stable release in May, and libxml2 2.8.0). Looking at it yesterday, it didn't look like the Bro code was leaking, but either dataseries' use of libxml2 or the xml parser itself. Maybe good to figure out if anything can be done about it.

    Jon

If it's really the XML code, ignoring the leaks should be fine; as far
as I understand that part only specifies the schema but isn't
something that gets exercised regularly at runtime.

Robin