configure: added --enable-fulldebug
to enable extra/expensive debug code.
This is mostly to avoid the allocation required by the externalization of the transaction dictionary, which in some cases is huge. This should reduce the massive memory usage required to inspect the externalized dictionary.
This commit is contained in:
9
NEWS
9
NEWS
@@ -1,5 +1,14 @@
|
||||
xbps-0.45 (???):
|
||||
|
||||
* configure: added `--enable-fulldebug` option to enable extra/expensive
|
||||
debug output.
|
||||
|
||||
* libxbps: fixed a dangling pointer when unpacking configuration files that
|
||||
are renamed (because they existed), if the unpack callback function is set.
|
||||
|
||||
* proplib: extra checks when internalizing plists to avoid NULL pointer
|
||||
dereferences with broken files.
|
||||
|
||||
* Move manual pages of all utilities to the section 1 (user commands).
|
||||
The xbps utilities can be used by any user so that there's no point
|
||||
in having them in the section 8 (administraction and privileged commands).
|
||||
|
Reference in New Issue
Block a user