SHA256
1
0
forked from pool/talloc

- Update to 2.1.0.

+ Add talloc_pooled_object and test it
  + Allow nested pools
  + Add a separate pool size
  + Put pool-specific data before the chunk
  + Introduce __talloc_with_prefix
  + Decouple the dual use of chunk->pool
  + Only provide the --enable-talloc-compat1 in standalone build
  + Simplify _talloc_free_poolmem a bit

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=24
This commit is contained in:
Lars Müller
2013-12-06 13:07:40 +00:00
committed by Git OBS Bridge
parent c62ddea769
commit b5e73b8818
6 changed files with 28 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 6 12:40:28 UTC 2013 - lmuelle@suse.com
- Update to 2.1.0.
+ Add talloc_pooled_object and test it
+ Allow nested pools
+ Add a separate pool size
+ Put pool-specific data before the chunk
+ Introduce __talloc_with_prefix
+ Decouple the dual use of chunk->pool
+ Only provide the --enable-talloc-compat1 in standalone build
+ Simplify _talloc_free_poolmem a bit
-------------------------------------------------------------------
Fri Dec 6 12:29:33 UTC 2013 - lmuelle@suse.com