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 5b78abccdc
commit 2d7e303341
3 changed files with 76 additions and 191 deletions

View file

@ -105,6 +105,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`