List ordering bug - lists with ints as keys behaved wrongly and slow

This commit is contained in:
Olof hagsand 2019-04-05 20:08:54 +02:00
parent 473d82a8a3
commit 4fbec973d7
3 changed files with 76 additions and 191 deletions

View file

@ -108,6 +108,7 @@
* Added libgen.h for baseline()
### Corrected Bugs
* List ordering bug - lists with ints as keys behaved wrongly and slow.
* NACM read default rule did not work properly if nacm was enabled AND no groups were defined
* Re-inserted `cli_output_reset` for what was erroneuos thought to be an obsolete function
* See in 3.9.0 minro changes: Replaced all calls to (obsolete) `cli_output` with `fprintf`