From 23b61265b85f321ae2ceddc6c75771f8881566d8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 5 Sep 2008 10:13:10 -0400 Subject: Initial Import --- talloc/NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 talloc/NEWS (limited to 'talloc/NEWS') diff --git a/talloc/NEWS b/talloc/NEWS new file mode 100644 index 00000000..e5b3aa07 --- /dev/null +++ b/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