From bedd2710fb645cfcc18fe08fdae2aaa8c709be3b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 14 Sep 2008 19:18:12 +0200 Subject: lib/talloc: sync build system changes from samba4 metze (This used to be commit 0143c320ccf21c00e1a09b8363cd42724b76faf9) --- source3/lib/talloc/NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source3/lib/talloc/NEWS (limited to 'source3/lib/talloc/NEWS') diff --git a/source3/lib/talloc/NEWS b/source3/lib/talloc/NEWS new file mode 100644 index 0000000000..e5b3aa0731 --- /dev/null +++ b/source3/lib/talloc/NEWS @@ -0,0 +1,13 @@ +1.0.1 26 May 2007 + + BUGS + + * Set name of correctly when using talloc_append_string() (metze) + + LICENSE + + * Change license of files in lib/replace to LGPL (was GPL). (jelmer) + +1.0.0 30 April 2007 + + Initial release. -- cgit