]> err.no Git - sope/commitdiff
fixed gstep-base warnings
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 17 Nov 2005 17:21:18 +0000 (17:21 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 17 Nov 2005 17:21:18 +0000 (17:21 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1181 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ldap/NGLdap/ChangeLog
sope-ldap/NGLdap/NGLdapURL.m
sope-ldap/NGLdap/Version
xmlrpc_call/ChangeLog
xmlrpc_call/HandleCredentialsClient.m

index 87157f230ff19852888f8c79976b3f4b3ebb6828..2c218331134c8533a572122b8a3f6d08727474f4 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGLdapURL.m: properly include string.h to avoid a warning (v4.5.27)
+
 2005-10-16  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.5.26
index 014bbe5a6c40f4046348c256eb53308f737717c4..bc745d652cd2121f11a49dd535023ddc780257f7 100644 (file)
@@ -24,6 +24,7 @@
 #include "NGLdapEntry.h"
 #include "EOQualifier+LDAP.h"
 #include "common.h"
+#include <string.h>
 
 static inline BOOL isUrlAlpha(unsigned char _c) {
   return
index 2ed5f2f708025a832a1c3e28e826d84b91777c40..aee3f1fbaeac005d1c854098272ba628f0b9053d 100644 (file)
@@ -2,4 +2,4 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=26
+SUBMINOR_VERSION:=27
index d9bcdefc20c39049b270fef966a91a1611e4530b..e5ced7c9c4a7309815eec40dd51f22fc623b4d16 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
+
+       * HandleCredentialsClient.m: properly include string.h to avoid a
+         warning
+
 2005-09-18  Helge Hess  <helge.hess@opengroupware.org>
 
        * GNUmakefile.preamble: added dependency to NGMail
index f40667cadcfcd15b9ccb7cb5c035f99b26c537fe..2fef7bf3fb22f4b88526fe4175215f347247f689 100644 (file)
@@ -22,6 +22,7 @@
 #include "HandleCredentialsClient.h"
 #include <NGObjWeb/WOResponse.h>
 #include "common.h"
+#include <string.h>
 #include <unistd.h>
 
 @interface NGXmlRpcClient(CallFailed)