diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 26 insertions, 1 deletions
@@ -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 @@ -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) |