The branch, master has been updated
via c0d897e Release ntdb 1.0.
from d02d702 s3-libnet: Use a const char for realm.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c0d897e2ebe1dcb82c212bf3c4ea52de01e29861
Author: Jelmer Vernooij <[email protected]>
Date: Fri Nov 15 21:40:36 2013 +0000
Release ntdb 1.0.
Autobuild-User(master): Jelmer Vernooij <[email protected]>
Autobuild-Date(master): Sat Nov 16 19:06:59 CET 2013 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
lib/ntdb/ABI/{ntdb-0.9.sigs => ntdb-1.0.sigs} | 0
lib/ntdb/wscript | 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
copy lib/ntdb/ABI/{ntdb-0.9.sigs => ntdb-1.0.sigs} (100%)
Changeset truncated at 500 lines:
diff --git a/lib/ntdb/ABI/ntdb-0.9.sigs b/lib/ntdb/ABI/ntdb-1.0.sigs
similarity index 100%
copy from lib/ntdb/ABI/ntdb-0.9.sigs
copy to lib/ntdb/ABI/ntdb-1.0.sigs
diff --git a/lib/ntdb/wscript b/lib/ntdb/wscript
index ce66c92..de67615 100644
--- a/lib/ntdb/wscript
+++ b/lib/ntdb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ntdb'
-VERSION = '0.9'
+VERSION = '1.0'
blddir = 'bin'
--
Samba Shared Repository