Skip to content

Commit 1afa7ae

Browse files
ccawley2011TimothyEBaldwin
authored andcommitted
InetRes: Add MimeMap entries for Z-Code and Blorb files
Version 5.98. Tagged as 'InetRes-5_98'
1 parent 139a1bd commit 1afa7ae

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

RiscOS/Sources/SystemRes/InetRes/Resources/files/MimeMap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ application/xml XML f80 .xml
123123
application/xml-dtd XML_DTD f7f .dtd .mod
124124
application/zip Zip a91 .zip
125125
# Private
126+
application/x-blorb Blorb 17b .blb .blorb .zlb .zblorb .glb .gblorb
126127
application/x-bzip2 BZip2 16e .bz2
127128
application/x-chat Chat 17a .chat .cha
128129
application/x-compress Archive ddc
@@ -137,6 +138,7 @@ application/x-shockwave-flash Flash 188 .swf
137138
application/x-tar tar c46 .tar
138139
application/x-tex TeX ce5 .tex
139140
application/x-zip Zip a91
141+
application/x-zmachine Z-Code 11a
140142
# Not IANA registered, but prevalent
141143
application/nc-download NCDown f93 .ncd
142144
application/nc-smartcard SCBBlk f94 .scb
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
/* (5.97)
1+
/* (5.98)
22
*
33
* This file is automatically maintained by srccommit, do not edit manually.
44
*
55
*/
6-
#define Module_MajorVersion_CMHG 5.97
6+
#define Module_MajorVersion_CMHG 5.98
77
#define Module_MinorVersion_CMHG
8-
#define Module_Date_CMHG 03 Dec 2022
8+
#define Module_Date_CMHG 14 Dec 2022
99

10-
#define Module_MajorVersion "5.97"
11-
#define Module_Version 597
10+
#define Module_MajorVersion "5.98"
11+
#define Module_Version 598
1212
#define Module_MinorVersion ""
13-
#define Module_Date "03 Dec 2022"
13+
#define Module_Date "14 Dec 2022"
1414

15-
#define Module_ApplicationDate "03-Dec-22"
15+
#define Module_ApplicationDate "14-Dec-22"
1616

1717
#define Module_ComponentName "InetRes"
1818

19-
#define Module_FullVersion "5.97"
20-
#define Module_HelpVersion "5.97 (03 Dec 2022)"
21-
#define Module_LibraryVersionInfo "5:97"
19+
#define Module_FullVersion "5.98"
20+
#define Module_HelpVersion "5.98 (14 Dec 2022)"
21+
#define Module_LibraryVersionInfo "5:98"

0 commit comments

Comments
 (0)