talloc/talloc.changes

117 lines
3.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Apr 23 16:42:59 UTC 2014 - dmueller@suse.com
- Remove dependency on gpg-offline to reduce rebuild times; signature checking
is implemented already in the source validator.
-------------------------------------------------------------------
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
- Verify source tar ball gpg signature.
-------------------------------------------------------------------
Thu Aug 29 12:07:49 UTC 2013 - lmuelle@suse.com
- PreReq /sbin/ldconfig from pytalloc.
-------------------------------------------------------------------
Wed Aug 28 20:01:56 UTC 2013 - lmuelle@suse.com
- Add pytalloc to baselibs.conf.
-------------------------------------------------------------------
Mon Jul 22 11:29:51 UTC 2013 - lmuelle@suse.com
- BuildIgnore python for post-11.0 systems only.
- Package the talloc man page only on post-11.0 systems.
-------------------------------------------------------------------
Sun Jul 7 06:10:03 UTC 2013 - coolo@suse.com
- BuildIgnore python to avoid build cycle
-------------------------------------------------------------------
Sun Dec 2 17:47:27 UTC 2012 - lmuelle@suse.com
- Update to 2.0.8.
+ Convert error cecking macros into fns
+ don't allow a talloc_pool inside a talloc_pool.
+ use a struct for pool headers.
+ remove unused variables
+ Update doxygen config.
+ Slightly simplify talloc_unlink
+ Only check for pkg-config file when checking for system talloc.
+ fix a comment typo
+ simplifiy the logic to build talloc_testsuite in the standalone build
-------------------------------------------------------------------
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
- Disable rpath while configure.
-------------------------------------------------------------------
Tue Jun 12 16:32:43 UTC 2012 - lmuelle@suse.com
- Add missing group field to the library subpackage.
-------------------------------------------------------------------
Sun Jun 3 21:13:08 UTC 2012 - lmuelle@suse.com
- Define library name and use it instead of libtalloc2.
-------------------------------------------------------------------
Sat Jun 2 15:05:32 UTC 2012 - lmuelle@suse.com
- Rename package to talloc and add an independent libtalloc2 subpackage.
- Enhance and polish the package descriptions and summaries.
-------------------------------------------------------------------
Thu May 31 12:50:32 UTC 2012 - lmuelle@suse.com
- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
-------------------------------------------------------------------
Thu May 31 11:45:48 UTC 2012 - lmuelle@suse.com
- Rename libtalloc2-devel to libtalloc-devel.
-------------------------------------------------------------------
Wed May 30 17:55:55 UTC 2012 - lmuelle@suse.com
- Define python_sitearch if undefined.
-------------------------------------------------------------------
Wed May 30 15:33:29 UTC 2012 - lmuelle@suse.com
- Remove superfluous AutoReqProv on line.
-------------------------------------------------------------------
Wed May 16 13:02:31 UTC 2012 - lmuelle@suse.com
- Require libtalloc2 from libtalloc2-devel.
-------------------------------------------------------------------
Wed May 16 12:45:04 UTC 2012 - lmuelle@suse.com
- Cleanup BuildRequires and spec file in general.
- Add new pytalloc and pytalloc-devel sub packages.
-------------------------------------------------------------------
Wed Sep 7 17:52:30 UTC 2011 - lars@samba.org
- Initial independent libtalloc2 package.