Skip to content

whitedb-0.7.3

Compare
Choose a tag to compare
@tammet tammet released this 08 Nov 14:30
· 41 commits to master since this release

Download the release from http://whitedb.org/download.html or use the whitedb-0.7.3.tar.gz button below: do not use the auto-generated zipfiles from github.

The 0.7.3 release contains the following improvements since 0.7.2:

  • Shared memory permissions are now supported on systems where SysV IPC is used.
  • Improved portability (some target architecture-related flags are no longer used allowing the compiler to make smarter choices; better clang compatibility).
  • Split the regression tests from the database library and reorganized them. make check is now supported.
  • The wgdb tool now handles all common management functions, other tools are deprecated.
  • Fixed a memory leak in the Python module (Patrick Chen, Abishek Nanda)
  • unite.sh script to create an easily embeddable amalgamation of source files (necrophcodr).
  • Support clang and other compilers when compiling manually (Jean-Marie Renouard, necrophcodr).
  • Numerous bugfixes.