diff options
author | Bastien Nocera <hadess@hadess.net> | 2006-03-14 11:20:51 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2006-03-14 11:20:51 +0000 |
commit | 565f5f36b17dcc074b87c23e7e7ab121cbbf43f6 (patch) | |
tree | 04bd615295654ca564a35fc998eaebd332bce7f1 | |
parent | 765af7988a1d5f67d99ba3c039ad03c61cdf2f62 (diff) |
2006-03-14 Bastien Nocera <hadess@hadess.net>Release-0-17
* .cvsignore: upd
* configure.in: 0.17
* NEWS: upd
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 30 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 38 insertions, 2 deletions
@@ -3,6 +3,7 @@ Makefile.in aclocal.m4 autom4te.cache config.h +config.h.in config.log config.status configure @@ -1,3 +1,10 @@ +=== shared-mime-info 0.17 === +2006-03-14 Bastien Nocera <hadess@hadess.net> + + * .cvsignore: upd + * configure.in: 0.17 + * NEWS: upd + 2006-03-13 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Add Quicktime Media Link magic to @@ -1,3 +1,31 @@ +shared-mime-info 0.17 (2006-03-14) + +* Mime-types Changes: +- Added application/x-cue (CD image cuesheet) +- Added application/vnd.ms-access (Access database) +- Added application/x-7z-compressed (7-zip archive) +- Added application/mathematica (Mathematica) +- Added application/x-gedcom (GEDCOM genealogy) +- Added application/x-shorten (Shorten audio) +- Added video/3gpp (3GPP video) +- Added application/docbook+xml (Docbook) +- Added application/x-sqlite (SQLite database) +- Added application/x-go-sgf (Go saved games) +- Added application/x-m4 (M4 scripts) +- Added a few Ogg related mime-types +- Added application/x-cbr and application/x-cbz (Comic books archives) +- Added flv-application/octet-stream (Flash video) +- Added application/x-gnuplot (Gnuplot) +- Added application/x-srt (Text subtitle files) + +* New translations: +- zh_TW + +* Spec changes: +- Make the mime cache contain an mmappable binary format +- Add acronym and expanded-acronym +- Add recommendations for duplicate globs handling + shared-mime-info 0.16 (2004-03-22) * Mime Types Changes: @@ -23,7 +51,7 @@ shared-mime-info 0.15 (2004-08-30) * Translations: - new translations: Danish (Ole Laursen), Greek (Nikos Charonitakis), Korean (Cha Young-Ho) -- updated translations: Finnish (Ville Skyttä), German (Christian Neumair) +- updated translations: Finnish (Ville Skyttä), German (Christian Neumair) Version 0.14 (21-Mar-2004) diff --git a/configure.in b/configure.in index 2cf43af..69d20d8 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(freedesktop.org.xml.in) -AM_INIT_AUTOMAKE(shared-mime-info, 0.16) +AM_INIT_AUTOMAKE(shared-mime-info, 0.17) AM_CONFIG_HEADER(config.h) |