From 6e33d5173782e3fc964ce91e1b2bbeef6b377458504542b634ea1d7136431217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 16 Mar 2016 15:18:00 +0000 Subject: [PATCH] Fix r77 - Update to 2.1.6; (bsc#954658). + pytalloc: Add new BaseObject + pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeError on mismatch + talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functions + Improve testsuite by avoiding path issues + Only set public headers field when installing as a public library + Fix a documentation typo OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=81 --- talloc.changes | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/talloc.changes b/talloc.changes index 806167c..a1f6126 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,8 +1,14 @@ ------------------------------------------------------------------- Tue Mar 15 16:28:22 UTC 2016 - lmuelle@suse.com -- Update to 2.1.6. - + Fix Samba provisioning; (bso#11789). +- Update to 2.1.6; (bsc#954658). + + pytalloc: Add new BaseObject + + pytalloc: add a _pytalloc_get_type() helper function and generate + PyExc_TypeError on mismatch + + talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functions + + Improve testsuite by avoiding path issues + + Only set public headers field when installing as a public library + + Fix a documentation typo ------------------------------------------------------------------- Mon Mar 7 19:48:09 UTC 2016 - toddrme2178@gmail.com