summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-05-26 16:55:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:58 -0500
commitf862ee9db125fb56a1c3bc68139829ab56366775 (patch)
tree496c1bc71290dbd961330bec271163f876299918 /source4
parentde8b793050edebb711fe51a898e51bed627992fe (diff)
downloadsamba-f862ee9db125fb56a1c3bc68139829ab56366775.tar.gz
samba-f862ee9db125fb56a1c3bc68139829ab56366775.tar.bz2
samba-f862ee9db125fb56a1c3bc68139829ab56366775.zip
r23157: Add news file for talloc.
(This used to be commit cb92da26799d27975dd27255007573cef6397d8a)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/talloc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/lib/talloc/NEWS b/source4/lib/talloc/NEWS
new file mode 100644
index 0000000000..e5b3aa0731
--- /dev/null
+++ b/source4/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.