]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.txt
Added a SyncOnClose directive to cups-files.conf to force cupsd to call fsync
[thirdparty/cups.git] / CHANGES.txt
index 6c3a5044b36914591c6101deaf503c9532306dcb..aaba117b1080399dc7e6e237cf5a7841ed404ecd 100644 (file)
@@ -1,9 +1,23 @@
-CHANGES.txt - 1.7.0 - 2013-07-16
+CHANGES.txt - 1.7.0 - 2013-07-26
 --------------------------------
 
 CHANGES IN CUPS V1.7.0
 
-       - Fix a compile error in libcups (<rdar://problem/14467141>)
+       - Fax queues did not work when shared via Bonjour
+         (<rdar://problem/14498310>)
+       - Error messages from the scheduler were not localized using the
+         language specified in the client's IPP request
+         (<rdar://problem/14128011>)
+       - Added an Italian localization (<rdar://problem/14481578>)
+       - Fixed a couple memory leaks in ippfind that were reported by Clang.
+       - Fixed a compile issue on 64-bit Linux with Clang - need to use the
+         -pie option instead of -Wl,-pie now (<rdar://problem/14480938>)
+       - The ippfind utility reported the wrong port numbers when compiled
+         against Avahi (<rdar://problem/14508324>)
+       - httpGetFd, httpGetFile, httpPutFd, and httpPutFile did not
+         automatically reconnect if the server closed the connecion after the
+         previous response.
+       - Fixed a compile error in libcups (<rdar://problem/14467141>)
        - The scheduler incorrectly did not pass a FINAL_CONTENT_TYPE
          environment variable to the filters or backend
          (<rdar://problem/14355011>)