Releases: chaos/genders
Genders 1.32
-- Correct calculation of number of nodes returned from genders_getnumnodes().
Genders 1.31
Changes in genders-1.31
-- Re-architect libgenders internal data structures to significantly improve performance for very large clusters.
-- Deprecate the genders_getmaxattrs() function as well as all extension associated functions.
-- Remove a genders_query() memory leak.
Genders 1.30
-- Fix multiple performance bottlenecks in libgenders parsing.
genders-1-29-1: Merge pull request #64 from chu11/release_1_29
-- Increase internal buffer in nodeattr for large cluster hostranges
genders-1-27-3: Merge pull request #36 from chu11/fixtests
-- javadoc fix && to & amp;& amp;
-- fix testsuite to operate where there isn't a default genders file
Genders 1.27-2
-- Add make target for genders_query.tab.c to fix gentoo build issue.
Genders 1.27
-- Fix parsing corner case, newlines are not required at end of
lines.
Genders 1.26
-- Improve file parsing speed
Genders 1.23
-- Support --compress-hosts option in nodeattr, to compress genders database by
hosts rather than attrs.
-- Support --compress-attrs option as an alias of --compress for consistency.
Genders 1.22
Changes in genders-1.22
-- Fix getnodename errors in Python plugin.