Skip to content

Releases: chaos/genders

Genders 1.32

04 Mar 21:23
da010fc
Compare
Choose a tag to compare

-- Correct calculation of number of nodes returned from genders_getnumnodes().

Genders 1.31

28 Feb 18:17
01b9faa
Compare
Choose a tag to compare

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

18 Feb 23:45
ea7342e
Compare
Choose a tag to compare

-- Fix multiple performance bottlenecks in libgenders parsing.

genders-1-29-1: Merge pull request #64 from chu11/release_1_29

17 Aug 05:39
2824c2c
Compare
Choose a tag to compare

-- Increase internal buffer in nodeattr for large cluster hostranges

genders-1-27-3: Merge pull request #36 from chu11/fixtests

25 Nov 23:27
7d35a20
Compare
Choose a tag to compare

-- javadoc fix && to & amp;& amp;
-- fix testsuite to operate where there isn't a default genders file

Genders 1.27-2

31 Oct 15:27
4016565
Compare
Choose a tag to compare

-- Add make target for genders_query.tab.c to fix gentoo build issue.

Genders 1.27

30 Oct 17:43
Compare
Choose a tag to compare

-- Fix parsing corner case, newlines are not required at end of
lines.

Genders 1.26

30 Oct 05:03
Compare
Choose a tag to compare

-- Improve file parsing speed

Genders 1.23

30 Oct 04:56
Compare
Choose a tag to compare

-- 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

16 May 15:35
Compare
Choose a tag to compare

Changes in genders-1.22

-- Fix getnodename errors in Python plugin.