X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=CHANGES.txt;h=aaba117b1080399dc7e6e237cf5a7841ed404ecd;hb=8a2596692595a893119a1637fd93e729f81fec66;hp=8f1728d2c4bdd351b151fdee90b447b1c78233e1;hpb=0c4bedc42d8a700cf74994545de0c93aa1ee1532;p=thirdparty%2Fcups.git diff --git a/CHANGES.txt b/CHANGES.txt index 8f1728d2c..aaba117b1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,19 @@ -CHANGES.txt - 1.7.0 - 2013-07-16 +CHANGES.txt - 1.7.0 - 2013-07-26 -------------------------------- CHANGES IN CUPS V1.7.0 + - Fax queues did not work when shared via Bonjour + () + - Error messages from the scheduler were not localized using the + language specified in the client's IPP request + () + - Added an Italian localization () + - 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 () + - The ippfind utility reported the wrong port numbers when compiled + against Avahi () - httpGetFd, httpGetFile, httpPutFd, and httpPutFile did not automatically reconnect if the server closed the connecion after the previous response.