summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-07-03 10:19:32 +0000
committerBastien Nocera <hadess@hadess.net>2006-07-03 10:19:32 +0000
commit585add615e22a6ed69630c0512bdaf6f0f831ae6 (patch)
treed6165c6f611ad89e61d9dd83eed8717f54aeb825
parent7250e7872ece4488982cff77121668b710c6d498 (diff)
2006-07-03 Bastien Nocera <hadess@hadess.net>Release-0-18
* NEWS: upd * configure.in: 0.18
-rw-r--r--ChangeLog7
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42bb897..d75942f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== shared-mime-info 0.18 ===
+
+2006-07-03 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 0.18
+
2006-06-19 Bastien Nocera <hadess@hadess.net>
* freedesktop.org.xml.in: *.mpga is also a pattern for MP3
diff --git a/NEWS b/NEWS
index 8dee034..c262037 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+shared-mime-info 0.18 (2006-07-03)
+
+* Mime-type Changes:
+- Add *.qtl to video/quicktime
+- Add *.wax to audio/x-ms-asx
+- Add *.mpga to audio/mpeg
+- Add audio/x-ms-wma (Windows Media Audio)
+- Add application/xspf+xml (XSPF playlist)
+- Add a lot of subclassing information
+- Fix the RSS mime-types
+- Fix *.asx files' mime-type
+- Avoid audio/x-ms-asx files being detected as HTML
+- Avoid application/pdf files being detected as Matlab documents
+- Clarify C, C++, C# and ObjC mime-types
+
+* New translations:
+- Danish
+
shared-mime-info 0.17 (2006-03-14)
* Mime-types Changes:
diff --git a/configure.in b/configure.in
index 1545446..8cd5c92 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.17)
+AM_INIT_AUTOMAKE(shared-mime-info, 0.18)
AM_CONFIG_HEADER(config.h)