diff options
author | Bastien Nocera <hadess@hadess.net> | 2006-08-25 16:17:56 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2006-08-25 16:17:56 +0000 |
commit | 27501d60268a59e5c2cd03081dee4e8d49334da9 (patch) | |
tree | 0ce4688537a79f3e7e94226ab895e06d97b1b150 | |
parent | 65c112ead6f066f825684bb3bc5052ea0958d216 (diff) |
2006-08-25 Bastien Nocera <hadess@hadess.net>Release-0-19
* NEWS: upd
* configure.in: 0.19
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 35 insertions, 1 deletions
@@ -1,3 +1,10 @@ +=== shared-mime-info 0.19 === + +2006-08-25 Bastien Nocera <hadess@hadess.net> + + * NEWS: upd + * configure.in: 0.19 + 2006-08-25 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: patch from Stephane Chauveau @@ -1,3 +1,30 @@ +shared-mime-info 0.19 (2006-08-25) +* Mime-type Changes: +- Add application/powerpoint and application/mspowerpoint as aliases for + Powerpoint +- Add VHDL mime-type +- Add application/mbox for the MBOX mailboxes +- Add text/x-txt2tags +- Remove *.dat as a glob for MPEG videos +- Add Monkey's Audio, AC3, and Musepack mime-types +- Fix matching Type1 fonts +- Remove useless application/octet-stream mime-type +- Add *.mo to application/x-gettext-translation +- Add loads of tracker audio files, console ROMs, raw images mime-types +- Fix QuickTime Media Links mime-types and detection +- Add audio/AMR and audio/AMR-WB mime-types and detection +- Add better TeX magic, and more globs +- Add better magic for patch files +- Fix .jar files' mime-types, and add better magic +- Fix magic for MPEG4 audio files +- Add an alias for .deb packages +- Add application/sieve mime-type +- Fix application/javascript's mime-type +- Fix text/csv's mime-type + +* Other: +- Add paths to the .pc file + shared-mime-info 0.18 (2006-07-03) * Mime-type Changes: diff --git a/configure.in b/configure.in index 8cd5c92..b370acf 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.18) +AM_INIT_AUTOMAKE(shared-mime-info, 0.19) AM_CONFIG_HEADER(config.h) |