svn commit: samba r25190 - in branches/SAMBA_4_0: . source source/lib/talloc

jelmer at samba.org jelmer at samba.org
Sun Sep 16 14:34:34 GMT 2007


Author: jelmer
Date: 2007-09-16 14:34:33 +0000 (Sun, 16 Sep 2007)
New Revision: 25190

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25190

Log:
Update talloc version to 1.1.0 after API-incompatible changes.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/configure.ac
   branches/SAMBA_4_0/source/lib/talloc/configure.ac


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/configure.ac	2007-09-16 14:20:53 UTC (rev 25189)
+++ branches/SAMBA_4_0/source/configure.ac	2007-09-16 14:34:33 UTC (rev 25190)
@@ -27,7 +27,7 @@
 m4_include(lib/socket/config.m4)
 m4_include(nsswitch/nsstest.m4)
 
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.0,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
 	[],
 	[
 		m4_include(lib/talloc/libtalloc.m4)

Modified: branches/SAMBA_4_0/source/lib/talloc/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/configure.ac	2007-09-16 14:20:53 UTC (rev 25189)
+++ branches/SAMBA_4_0/source/lib/talloc/configure.ac	2007-09-16 14:34:33 UTC (rev 25190)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT(talloc, 1.0.1)
+AC_INIT(talloc, 1.1.0)
 AC_CONFIG_SRCDIR([talloc.c])
 AC_SUBST(datarootdir)
 AC_CONFIG_HEADER(config.h)



More information about the samba-cvs mailing list