]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror fix from trunk.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Sun, 22 Dec 2013 05:04:41 +0000 (05:04 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Sun, 22 Dec 2013 05:04:41 +0000 (05:04 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11488 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
scheduler/conf.c

index 97ca5ee65a76112639ff114b0fe0dbd6e2a89c0f..11501ae712caf48d4d6f09536f02a8fe36cfe973 100644 (file)
@@ -26,6 +26,8 @@ CHANGES IN CUPS V1.7.1
        - "tel:" URIs incorrectly had slashes (<rdar://problem/15418463>)
        - The libusb-based USB backend incorrectly used write timeouts
          (<rdar://problem/15564888>)
+       - Shared printers could become inaccessible after a few days on OS X
+         (<rdar://problem/15426838>)
 
 
 CHANGES IN CUPS V1.7.0
index 0a23a24018b827738ddee87a166d21e3f5b54302..891abd1c58d9d1da2fe82b3a45869564d857a48f 100644 (file)
@@ -1165,6 +1165,8 @@ cupsdReadConfiguration(void)
     cupsdSetStringf(&TempDir, "%s/tmp", RequestRoot);
   }
 
+  setenv("TMPDIR", TempDir, 1);
+
  /*
   * Make sure the temporary directory has the right permissions...
   */