]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo in mime.types file.
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 31 May 2017 12:50:47 +0000 (08:50 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 31 May 2017 12:50:47 +0000 (08:50 -0400)
CHANGES.md
conf/mime.types

index 52d48b058eef115e3eb53898d8bbed0486b68673..1a5e8b25d4ab6248dcb16019c3b851bb5e605593 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.2.4 - 2017-05-26
+CHANGES - 2.2.4 - 2017-05-31
 ============================
 
 CHANGES IN CUPS V2.2.4
@@ -22,6 +22,7 @@ CHANGES IN CUPS V2.2.4
   (Issue #5005)
 - The `lp` and `lpr` commands now support printing to network printers that
   haven't yet been added (Issue #5006)
+- Fixed a typo in the mime.types file.
 
 
 CHANGES IN CUPS V2.2.3
index 1c50f16a661ff9858541ab4c2c61cea6cba34760..2e5c6daca3fe3930a472f8064f128c3d50645c38 100644 (file)
@@ -5,7 +5,7 @@
 # VERSIONS OF CUPS.  Instead, create a "local.types" file that
 # reflects your local configuration changes.
 #
-# Copyright 2007-2016 by Apple Inc.
+# Copyright 2007-2017 by Apple Inc.
 # Copyright 1997-2007 by Easy Software Products.
 #
 # These coded instructions, statements, and computer programs are the
@@ -131,7 +131,7 @@ application/x-shell         sh printable(0,1024) + string(0,#!) +\
                                 contains(2,80,/sh) contains(2,80,/zsh))
 application/x-csource          c cxx cpp cc C h hpp \
                                printable(0,1024) + ! css + \
-                               (string(0,/*) string(0,//)
+                               (string(0,/*) string(0,//) \
                                 string(0,#include) contains(0,1024,<0a>#include) \
                                 string(0,#define) contains(0,1024,<0a>#define))
 text/html                      html htm printable(0,1024) +\