freebsd-ports/databases/iowow/pkg-plist
Alexey Dokuchaev 79f5a70721 Update `databases/iowow' to version 1.3.9
Summary of the most important changes since version 1.2.14:

  - Removed ability to manage sorted arrays as key values due
    to performance issues; replaced with two-part compound keys
  + Added support of variable-length encoded integer keys
  + Added atomic in-place integer key value increments
  + Added new utility functions and flags

  * Fixed incorrect key handling in iwkv_del()
  * Fixed iwkv_cursor_copy_key() which was not aware of the
    compound keys mode
  * Fixed iwkv_puth() was called with incorrect previous value
  * Fixed deadlocks in iwkv_del() by not escalating exclusive
    lock on the storage
  * Fixed iwxstr_new2() with zero size argument caused illegal
    memory write
  * Fixed memory leak in iwkv_cursor_open() on error
  * Fixed high CPU usage in WAL mode

Requested by:	upstream
2019-04-02 08:55:56 +00:00

27 lines
698 B
Text

include/iowow/basedefs.h
include/iowow/iowow.h
include/iowow/iwarr.h
include/iowow/iwbits.h
include/iowow/iwconv.h
include/iowow/iwdlsnr.h
include/iowow/iwexfile.h
include/iowow/iwfile.h
include/iowow/iwfsmfile.h
include/iowow/iwkv.h
include/iowow/iwlog.h
include/iowow/iwp.h
include/iowow/iwpool.h
include/iowow/iwrdb.h
include/iowow/iwutils.h
include/iowow/iwuuid.h
include/iowow/iwxstr.h
lib/libiowow-1.a
lib/libiowow.so
lib/libiowow.so.1
lib/libiowow.so.1.3.9
libdata/pkgconfig/libiowow.pc
man/man3/iowow.3.gz
%%DATADIR%%/iowow-exports-%%CMAKE_BUILD_TYPE%%.cmake
%%DATADIR%%/iowow-exports.cmake
%%DATADIR%%/iowow-static-exports-%%CMAKE_BUILD_TYPE%%.cmake
%%DATADIR%%/iowow-static-exports.cmake