]> err.no Git - sope/blobdiff - sope-core/NGStreams/ChangeLog
Add libxml2-dev to libsope-xml4.7-dev deps
[sope] / sope-core / NGStreams / ChangeLog
index 10c26c598c8e238cf77fbf8b3faf4aa70f3e7010..bab4db4df828806766b770fde12ff82aa4b91ed3 100644 (file)
@@ -1,3 +1,31 @@
+2008-02-09  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGCTextStream.m: fixed -writeString: on MacOS > 10.4, use
+         -maximumLengthOfBytesUsingEncoding: (v4.7.56)
+
+2007-12-03  Helge Hess  <me@helgehess.eu>
+
+       * NGCTextStream.m: replaced usage of getCString on MacOS > 10.4
+         (v4.7.55)
+
+       * NGTextStream.m: do not use exception handlers in combination with
+         varargs on MacOS >10.5 (v4.7.54)
+
+2007-08-09  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
+
+       * NGInternetSocketAddress.m: properly convert ports returned by
+         getservbyname() to host byteorder prior calling -initWithPort:onHost:
+         (fixes OGo bug #1896) (v4.7.53)
+
+2007-08-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGInternetSocketAddress.m: do not define USE_GETHOSTBYNAME_R on
+         FreeBSD (although HAVE_GETHOSTBYNAME_R is defined). It appears
+         gethostbyname() is thread safe on FreeBSD and there are 3 API
+         versions of gethostbyname_r(), which isn't worth the hassle
+         to check in this case. Changed code to consequently use
+         USE_GETHOSTBYNAME_R. (v4.7.52)
+         
 2006-07-04  Helge Hess  <helge.hess@opengroupware.org>
 
        * 64bit fixes (v4.5.51)