summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-03-14 11:20:51 +0000
committerBastien Nocera <hadess@hadess.net>2006-03-14 11:20:51 +0000
commit565f5f36b17dcc074b87c23e7e7ab121cbbf43f6 (patch)
tree04bd615295654ca564a35fc998eaebd332bce7f1
parent765af7988a1d5f67d99ba3c039ad03c61cdf2f62 (diff)
downloadshared-mime-info-Release-0-17.tar.gz
2006-03-14 Bastien Nocera <hadess@hadess.net>Release-0-17
* .cvsignore: upd * configure.in: 0.17 * NEWS: upd
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog7
-rw-r--r--NEWS30
-rw-r--r--configure.in2
4 files changed, 38 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index 4f43275b..bded590e 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 9302b432..2f18b261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 30fefb6e..8dee034b 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 2cf43aff..69d20d84 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)