Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add the ".mp4" suffix to the mimetype table. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
1294f9b22db300efb0a5b0f2743eaeb8 |
| User & Date: | drh 2013-06-18 19:05:29.128 |
Context
|
2013-06-18
| ||
| 21:09 | Version 1.26 ... (check-in: c9cb6e7293 user: drh tags: trunk, release, version-1.26) | |
| 20:10 | Update to the latest NGQP changes in SQLite. Pull in all recent trunk changes. ... (check-in: ea308ab98b user: drh tags: sqlite-NGQP) | |
| 19:05 | Add the ".mp4" suffix to the mimetype table. ... (check-in: 1294f9b22d user: drh tags: trunk) | |
| 14:56 | Updates to the change log for 1.26. ... (check-in: 1e0afc74fb user: drh tags: trunk) | |
Changes
Changes to src/doc.c.
| ︙ | ︙ | |||
179 180 181 182 183 184 185 186 187 188 189 190 191 192 |
{ "mif", 3, "application/x-mif" },
{ "mime", 4, "www/mime" },
{ "mkd", 3, "text/x-markdown" },
{ "mov", 3, "video/quicktime" },
{ "movie", 5, "video/x-sgi-movie" },
{ "mp2", 3, "audio/mpeg" },
{ "mp3", 3, "audio/mpeg" },
{ "mpe", 3, "video/mpeg" },
{ "mpeg", 4, "video/mpeg" },
{ "mpg", 3, "video/mpeg" },
{ "mpga", 4, "audio/mpeg" },
{ "ms", 2, "application/x-troff-ms" },
{ "msh", 3, "model/mesh" },
{ "nc", 2, "application/x-netcdf" },
| > | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
{ "mif", 3, "application/x-mif" },
{ "mime", 4, "www/mime" },
{ "mkd", 3, "text/x-markdown" },
{ "mov", 3, "video/quicktime" },
{ "movie", 5, "video/x-sgi-movie" },
{ "mp2", 3, "audio/mpeg" },
{ "mp3", 3, "audio/mpeg" },
{ "mp4", 3, "video/mp4" },
{ "mpe", 3, "video/mpeg" },
{ "mpeg", 4, "video/mpeg" },
{ "mpg", 3, "video/mpeg" },
{ "mpga", 4, "audio/mpeg" },
{ "ms", 2, "application/x-troff-ms" },
{ "msh", 3, "model/mesh" },
{ "nc", 2, "application/x-netcdf" },
|
| ︙ | ︙ |