- 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:
parent
c62ddea769
commit
b5e73b8818
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJQuHPjAAoJEEeTkWETCEAlNNEH/18CIfh8JOG0I/ZdhCHLsWB2
|
||||
rQGvN9mlVubHsI1zAzNx1LxCYvONpLFbMZr/V0nN8eh+G6zfwuTDhpt8QJ4DnGHE
|
||||
eW39idLOXZBIXyE2C2GO19Hvo+GKeEqAATI9EgGAUtIBbKQfO+c7Plcb2F7YgsUN
|
||||
BLhg+OLX9GHfSolNHIfJB8zsDIQiWB6cdHHEgV9MvYe5HwhnceC90HT7ZheFP2eD
|
||||
HSBnfHUSkA6gKjKlsEqxKZ6txI8J7KcJSrPgeSp1hQpPxa8ZB0YeKJ6l4dbQk2PU
|
||||
pOeuMsHKLXlPlViCl2k+T6A9sta8mOEDyXBUG93eFboe6Xb8pisego9FnBNqwh4=
|
||||
=tTcE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783
|
||||
size 433489
|
11
talloc-2.1.0.tar.asc
Normal file
11
talloc-2.1.0.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iQEcBAABAgAGBQJSLI42AAoJEEeTkWETCEAlGUoH/2Z+gVLfwXg+az6rNhejpJnC
|
||||
QEaYf3Vqq5PweFmY/VbJXYRXy3nLVF9n9RjIjZG+r8BySB/j5/lQ/uoiXc/iHim0
|
||||
3yiFbjcca038B3q6yCLeJxf5aSwYm82DzSI5LtW+bp2t+9zp30sQc8sqA5PtYyUy
|
||||
pL2NYuFfzMHq+YKp+gJOUc7hOq8XH+Y8ybzB9q+J+3qJnQ8AqXdKOlgvKyqCL+A4
|
||||
XCmYdg8BRr3PA5qB8N/gvbXpbc3qdfjJ5tRVtmGAhiSfbRvqFsDGZUsCPyJ30dGL
|
||||
cOY568TRhLk7hl9ECQ/IDNGIyPm+unGCh9nluJeczR4c0KsYiLahLS3/m9t4Jss=
|
||||
=+pvS
|
||||
-----END PGP SIGNATURE-----
|
3
talloc-2.1.0.tar.gz
Normal file
3
talloc-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0701393882647f823503e3aa075bc67d75c194b376822377dae2d20f9130f08f
|
||||
size 416097
|
@ -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
|
||||
|
||||
|
@ -41,7 +41,7 @@ BuildRequires: python-devel
|
||||
#!BuildIgnore: python
|
||||
%endif
|
||||
Url: http://talloc.samba.org/
|
||||
Version: 2.0.8
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
PreReq: /sbin/ldconfig
|
||||
Summary: Samba talloc Library
|
||||
|
Loading…
Reference in New Issue
Block a user