Commit 4754d19c authored by Robert Sprowson's avatar Robert Sprowson
Browse files

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'
parent 8fb5cc3a
...@@ -80,8 +80,8 @@ application/octet-stream Data ffd .z .Z .exe ...@@ -80,8 +80,8 @@ application/octet-stream Data ffd .z .Z .exe
application/dvi DVI ce4 application/dvi DVI ce4
application/bzip2 BZip2 16E .bz2 application/bzip2 BZip2 16E .bz2
application/gzip GZip f89 .gz .gzip .tgz application/gzip GZip f89 .gz .gzip .tgz
application/zip Archive ddc .zip .arc .spk .lha .arj .lzh application/zip Zip a91 .zip
application/compress Archive ddc .Z .z application/compress Archive ddc .Z .z .arc .spk .lha .arj .lzh
application/java-vm Java ae4 .class application/java-vm Java ae4 .class
application/msword MSWord ae6 .doc application/msword MSWord ae6 .doc
application/rtf RTF c32 .rtf application/rtf RTF c32 .rtf
...@@ -91,6 +91,7 @@ application/x-compress Archive ddc ...@@ -91,6 +91,7 @@ application/x-compress Archive ddc
application/x-director Director ae3 .dxr .dcr .dir application/x-director Director ae3 .dxr .dcr .dir
application/x-dvi DVI ce4 .dvi application/x-dvi DVI ce4 .dvi
application/x-gzip GZip f89 application/x-gzip GZip f89
application/x-zip Zip a91
application/x-latex LaTex 2a8 .ltx application/x-latex LaTex 2a8 .ltx
application/x-nschat Chat 17a .nsc application/x-nschat Chat 17a .nsc
application/x-shockwave-flash Flash 188 .swf application/x-shockwave-flash Flash 188 .swf
......
/* (5.51) /* (5.52)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * 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_MinorVersion_CMHG
#define Module_Date_CMHG 26 May 2013 #define Module_Date_CMHG 13 Jul 2013
#define Module_MajorVersion "5.51" #define Module_MajorVersion "5.52"
#define Module_Version 551 #define Module_Version 552
#define Module_MinorVersion "" #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_ComponentName "Internet"
#define Module_ComponentPath "mixed/RiscOS/Sources/SystemRes/Internet" #define Module_ComponentPath "mixed/RiscOS/Sources/SystemRes/Internet"
#define Module_FullVersion "5.51" #define Module_FullVersion "5.52"
#define Module_HelpVersion "5.51 (26 May 2013)" #define Module_HelpVersion "5.52 (13 Jul 2013)"
#define Module_LibraryVersionInfo "5:51" #define Module_LibraryVersionInfo "5:52"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment