+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
#include "NGLdapEntry.h"
#include "EOQualifier+LDAP.h"
#include "common.h"
+#include <string.h>
static inline BOOL isUrlAlpha(unsigned char _c) {
return
MAJOR_VERSION=4
MINOR_VERSION=5
-SUBMINOR_VERSION:=26
+SUBMINOR_VERSION:=27
+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
#include "HandleCredentialsClient.h"
#include <NGObjWeb/WOResponse.h>
#include "common.h"
+#include <string.h>
#include <unistd.h>
@interface NGXmlRpcClient(CallFailed)