summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-26 18:32:22 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-26 18:32:22 +0000
commitff455bc67fc7aafeee3cc56bc85efb66c1af4ec8 (patch)
tree23f3238b5984c6337e08d2b4289a54beac88e473
parente87a99684f071ad1f33903cbf9749bf7f41d891e (diff)
downloadcups-ff455bc67fc7aafeee3cc56bc85efb66c1af4ec8.tar.gz
The new PDF file type rule did not work (STR #4692)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12847 a1ca3aef-8c08-0410-bb20-df032aa958be
-rw-r--r--CHANGES.txt1
-rw-r--r--conf/mime.types2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d3c080a8e..70c5c5851 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ CHANGES IN CUPS V2.1.0
(<rdar://problem/22086642>, <rdar://problem/22130168>)
- "make check" incorrectly reported an expectation of 18 warning
messages when 8 were expected (STR #4684)
+ - The new PDF file type rule did not work (STR #4692)
- Fixed some configure script issues (STR #4694, STR #4695)
diff --git a/conf/mime.types b/conf/mime.types
index 68759232a..dcb07710e 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -71,7 +71,7 @@
#
#application/msword doc string(0,<D0CF11E0A1B11AE1>)
-application/pdf pdf regex(0,^[\\n\\r]*%PDF)
+application/pdf pdf regex(0,^[\n\r]*%PDF)
application/postscript ai eps ps string(0,%!) string(0,<04>%!) \
contains(0,128,<1B>%-12345X) + \
(contains(0,4096,"LANGUAGE=POSTSCRIPT") \