From 565f5f36b17dcc074b87c23e7e7ab121cbbf43f6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 14 Mar 2006 11:20:51 +0000 Subject: 2006-03-14 Bastien Nocera * .cvsignore: upd * configure.in: 0.17 * NEWS: upd --- .cvsignore | 1 + ChangeLog | 7 +++++++ NEWS | 30 +++++++++++++++++++++++++++++- configure.in | 2 +- 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4f43275..bded590 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,6 +3,7 @@ Makefile.in aclocal.m4 autom4te.cache config.h +config.h.in config.log config.status configure diff --git a/ChangeLog b/ChangeLog index 9302b43..2f18b26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== shared-mime-info 0.17 === +2006-03-14 Bastien Nocera + + * .cvsignore: upd + * configure.in: 0.17 + * NEWS: upd + 2006-03-13 Bastien Nocera * freedesktop.org.xml.in: Add Quicktime Media Link magic to diff --git a/NEWS b/NEWS index 30fefb6..8dee034 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.3