~contact-philipashmore/treedb/master

« back to all changes in this revision

Viewing changes to makefile

  • Committer: Philip Ashmore
  • Date: 2012-04-23 11:21:58 UTC
  • Revision ID: git-v1:a4d250853bcac4efcd3e21f8393cba10930c850c
Version 1.3.1-01

The "bucky-ball" release.

* Added "-o kernel_cache" flags inside treedb-malloc-daemon
  Don't wait for the data to hit the disk, otherwise it crawls.

* Fixed treedb-malloc.c
  You haven't lived until you've tracked down a memory problem caused by
  (unintentionally) mapping the same page onto two different addresses!

* Added eTreedbHeapNoRuntime to the TreedbHeapStatus enum
  It means the runtime structures weren't set up (correctly).
  This is an interface change, hence the version bump.

* Added v3c_treedb_allocator_abort
  It's er, an abort function in case a treedb check fails, and it's
  defined in treedb-static.h and referenced in treedb-impl.h.

  It's invoked through the TREEDB_ALLOC_set_errno which you can redefine
  if you want to call another function.

* Moved the tests to their own "tests" directories
  It's hopefully clearer that way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# An even micro number indicates a released version.
25
25
export package_major_version=1
26
26
export package_minor_version=3
27
 
export package_micro_version=0
 
27
export package_micro_version=1
28
28
export package_version=$(package_major_version).$(package_minor_version).$(package_micro_version)-01
29
29
# increase the interface age by 2 for each release;
30
30
# if the API changes, set to 0