From 4754d19cd5c2e908d02744c87e2d1d379403d772 Mon Sep 17 00:00:00 2001
From: Robert Sprowson <rsprowson@gitlab.riscosopen.org>
Date: Sat, 13 Jul 2013 17:48:16 +0000
Subject: [PATCH] Correction to mimetype for ZIP

Zip has a specific filetype allocated, previously it was mapped to DDC, so SparkFS would (if viewing a ZIP file on a PC share for example) retype it to A91 after opening and realising it was a ZIP. Then viewing from the PC side would show it's ",a91" suffix and hence not be recognised as a ZIP any more.

Version 5.52. Tagged as 'Internet-5_52'
---
 Resources/files/MimeMap |  5 +++--
 VersionNum              | 20 ++++++++++----------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/Resources/files/MimeMap b/Resources/files/MimeMap
index ef3f6fd..516e1ee 100644
--- a/Resources/files/MimeMap
+++ b/Resources/files/MimeMap
@@ -80,8 +80,8 @@ application/octet-stream Data		ffd	.z	.Z	.exe
 application/dvi		DVI		ce4
 application/bzip2	BZip2		16E	.bz2
 application/gzip	GZip		f89	.gz	.gzip	.tgz
-application/zip		Archive		ddc	.zip	.arc	.spk	.lha	.arj	.lzh
-application/compress	Archive		ddc	.Z	.z
+application/zip		Zip		a91	.zip
+application/compress	Archive		ddc	.Z	.z	.arc	.spk	.lha	.arj	.lzh
 application/java-vm	Java		ae4	.class
 application/msword	MSWord		ae6	.doc
 application/rtf		RTF		c32	.rtf
@@ -91,6 +91,7 @@ application/x-compress	Archive		ddc
 application/x-director	Director	ae3	.dxr	.dcr	.dir
 application/x-dvi	DVI		ce4	.dvi
 application/x-gzip	GZip		f89
+application/x-zip	Zip		a91
 application/x-latex	LaTex		2a8	.ltx
 application/x-nschat	Chat		17a	.nsc
 application/x-shockwave-flash Flash	188	.swf
diff --git a/VersionNum b/VersionNum
index b5ac645..871a67c 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (5.51)
+/* (5.52)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        5.51
+#define Module_MajorVersion_CMHG        5.52
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                26 May 2013
+#define Module_Date_CMHG                13 Jul 2013
 
-#define Module_MajorVersion             "5.51"
-#define Module_Version                  551
+#define Module_MajorVersion             "5.52"
+#define Module_Version                  552
 #define Module_MinorVersion             ""
-#define Module_Date                     "26 May 2013"
+#define Module_Date                     "13 Jul 2013"
 
-#define Module_ApplicationDate          "26-May-13"
+#define Module_ApplicationDate          "13-Jul-13"
 
 #define Module_ComponentName            "Internet"
 #define Module_ComponentPath            "mixed/RiscOS/Sources/SystemRes/Internet"
 
-#define Module_FullVersion              "5.51"
-#define Module_HelpVersion              "5.51 (26 May 2013)"
-#define Module_LibraryVersionInfo       "5:51"
+#define Module_FullVersion              "5.52"
+#define Module_HelpVersion              "5.52 (13 Jul 2013)"
+#define Module_LibraryVersionInfo       "5:52"
-- 
GitLab