]> err.no Git - sope/blobdiff - sope-core/NGStreams/ChangeLog
properly write HTTP headers on MacOS 10.5
[sope] / sope-core / NGStreams / ChangeLog
index f9f12df00b8b3959c18ea0674bb7551e8afe3526..bab4db4df828806766b770fde12ff82aa4b91ed3 100644 (file)
@@ -1,3 +1,35 @@
+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)
+
 2006-07-03  Helge Hess  <helge.hess@opengroupware.org>
 
        * use %p for pointer formats, fixed gcc 4.1 warnings (v4.5.50)