diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 59 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 67 insertions, 1 deletions
@@ -1,3 +1,10 @@ +=== shared-mime-info 0.30 === + +2008-05-12 Bastien Nocera <hadess@hadess.net> + + * NEWS: upd + * configure.in: 0.30 + 2008-05-12 Bastien Nocera <hadess@hadess.net> * HACKING: Add link to the TP's maintainer corner @@ -1,3 +1,62 @@ +shared-mime-info 0.30 (2008-05-12) +* Mime-type Changes: +- Add LZMA archive +- Add Eiffel source +- Add TTX font +- Add EXR image +- Add SubViewer subtitle +- Add Windows Registry +- Add SMAF, XMF and iMelogy ringtones +- Add MRML playlists +- Add FLTK Fluid +- Add NFO info +- Add ALZ archive +- Add MS Word template +- Add GNUNet saved searches +- Add MOF +- Add CDRDAO TOC +- Add magic for KDC Kodak +- Add pattern for PCX images +- Add pattern for mbox files +- Add pattern for AWK scripts +- Add more magic for FLAC audio +- Add iptables +- Add Electronic books +- Add Cisco VPN +- Add Pack200 archives +- Add CMake scripts +- Add MS Works document +- Update DjVu types +- Update Flash video type +- Mark RCS files as text/plain +- Add an alias for RPM packages +- Remove application/x-cgi mime-type +- Remove *.exe glob for Unix executables +- Remove audio/x-mp3-playlist and make it an alias for MP3 playlists +- Remove the useless application/x-dbm type +- Remove duplicate *.amr glob from 3GPP files +- Add "<Asx" as a pattern for ASX files +- Lower XML magic priority so text/html is preferred +- Fix magic for application/x-java +- Fix up magic for AVI files +- Add "*.med" glob to MOD music +- Add "*.3gp2" glob for 3GPP audio/video +- Fix multiple XML mime-types +- Remove duplicate StuffIt archive type +- Remove unused text/x-ksysv-log + +* Other: +- Update specification +- Add instructions on how to file bugs, and update translations +- Update dependencies to GLib 2.6 +- Update DTD, require translated comments, require expanded-acronym if +acronym is present, require a known value for generic-icon +- Small fix to the update-mime-database man page +- Ignore unknown fields in update-mime-database +- Make sure all the comments are marked for translation +- Fix typos in the DTD +- Avoid warnings in update-mime-database for the x-content/ mimetypes + shared-mime-info 0.23 (2007-12-18) * Mime-type Changes: - Add QTIF QuickTime image diff --git a/configure.in b/configure.in index b6c83f1..30da04d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[0.23],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[0.30],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 check-news]) |