shared-mime-info 0.71 (2010-02-01) * Mime-type Changes: - Add magic for FLAC files - Add ICC profiles - Remove duplicate XUL definition - Add IT8.7/2 profiles - Add Apple's HTTP Live Streaming playlists - Add application/pkix-crl - Match *xsl and *xslt to application/xslt+xml - Add *.eml glob for message/rfc822 messages - Add application/vnd.openxmlformats-officedocument.presentationml.slideshow - Update MathML definition - Add application/x-java-keystore and application/x-java-jce-keystore - Add OpenDocument test cases, flat XML file definitions - Make D sources a sub-class of C sources * Specification: - Update version to 0.19 * Other: - Move to git for VCS - Use transifex for translations shared-mime-info 0.70 (2009-09-06) * Mime-type Changes: - Add MXF video - Add Google Earth XML files - Add XZ arcgives - Add SPSS formats - Add OpenRaster images - Add glob for OpenType fonts - Add more MPEG-4 video container magic - Add RealMediaFormat videos - Add LZIP archives - Add Kexi mime-types - Add CBT comics - Add Windows theme packs - Add metalink - Better glob for core files - Better magic for graphviz files - Add MRML, CVS, TSV acronyms - Better definition for LZO archives - Fix mime-type/magic for Java archives - Fix MSWinURL magic - Add tar.bz2 as a sub-class of application/x-bzip-compressed-tar - Split Win32 from Unix autostart detection - Better magic for Cisco VPN files - New magic for Word documents - Better glob matching for Makefiles * Specification: - Add glob-deleteall and magic-deleteall support - Add case-sensitive attribute support * Other changes: - fix make call on *BSDs - Better error in update-mime-database when a directory doesn't exist shared-mime-info 0.60 (2009-02-21) * Mime-type Changes: - Add alias for SMIL - Fix SMIL detection - Add Annodex mime-type - Only use .ogg for audio Ogg files - Fix RDF mime-type - Oasis mime-type fixes - Make PICTURES match a picture CD but not "pictures" - Add alias for application/zip - Add Microsoft Document Imaging format - Add magic for 7z archives - Add cb7 comic book archives - Add magic for XCF files - Remove application/x-msi magic - Add audio/x-gsm mime-type - Add MS cab mime-type - Add FictionBook mime-type - Fix PKCS#12 bundles definition (not text files) - Add PKCS#7 and PkiPath mime-types - Add application/vnd.ms-wpl mime-type - Add more aliases for media types - Add alias for text/x-csv - Fix comment for Gnucash files - Make Javascript a sub-class of C - Add *.vapi as a glob for Vala files - Fix image/fits to match IANA - Add Office 2007/OpenXML documents mime-types - Add Pocket Word and AportisDoc document types - Fix MS ICO, and Photoshop image to match IANA * Other changes: - Regenerate the pot file when needed - Some clarifications in the spec - Build fix when srcdir != builddir shared-mime-info 0.51 (2008-07-23) * Mime-type Changes: - Strings review shared-mime-info 0.50 (2008-07-22) * Mime-type Changes: - Better magic for a number of image types, from gdk-pixbuf - Add "extended URL format" files - Add MSI (Windows Installer) type - Add tree content types * update-mime-database Changes: - Implement tree content types, in the treemagic file shared-mime-info 0.40 (2008-06-11) * Mime-type Changes: - Add Skencil image - Add OpenOffice extension - Add Lilypond music sheets - Add MO3 compressed tracker files - Add text/x-diff alias for patches - Add text/x-c alias for C source files - Add text/rtf for RTF files - Add *.m3u8 glob for M3U files - Fix problems with Matroska audio/video detection - Fix pack200 magic - Fix detection of some message/rfc822 files - Tighten PBM/PPM/PGM magic to avoid false positives - Make "README*" glob very low - Make application/x-gnuplot a subclass of text/plain - Remove useless fnmatch matches - Remove useless gtkrc mime-type * update-mime-database Changes: - Implement glob weights - Implement reverse suffix tree - Implement icon and generic-icon support - Implement compact suffix tree 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 " and fields. Version 0.12 (28-Aug-2003) * Added *.pm and *.al globs for PERL (Jaap Karssenberg). * Added a section to the spec about the inode/* MIME types (suggested by Jaap Karssenberg). * Clarify the meaning of nested magic matches. * Fixed example (lang -> xml:lang) (Christophe Fergeau). * Change 'case insensitive match' to 'lowercase match'. * Fixed byte-swapping for little-endian and host-endian matches (reported by Jaap Karssenberg). * Ignore trailing '/' characters on MIME directory name. Version 0.11 (17-Apr-2003) * 'make install' validates the common types file against the DTD. * Install instructions updated for new XDG Base Directory Specification. * Added new element to identify XML files by (namespaceURI, localName) pairs (suggested by Mike Hearn). * Minor updates to the database itself (Vincent Lefevre). * Added short discussion of ACAP Media Type Dataset Class to spec (suggested by Dave Cridland). * Updated spec to use XDG Base Directory Specification for paths. * Clarifications to glob matching section (requested by Jonathan Blandford). * Added a 'Recommended checking order' section to help interoperability (suggested by Lars Hallberg). * Greatly improved error reporting in update-mime-database, and commented the code more. * Fixed possible segfault if a MIME type was defined twice with no xml:lang in the same directory. * When update-mime-database is run, warn the user if the MIME directory given isn't in the search path. Version 0.10 (03-Mar-2003) * Much better validation of input files. * Added note about the use of extended attributes to store the MIME type. * Ensure that all changes to generated files happen atomically. * Change to half-text, half-binary format to make parsing the magic file much easier. * Make it really clear that user prefs don't go in the database. * Require libxml 2.4.0 (not sure if it's needed, but older versions seem a little buggy). * Fix problem where copying nodes lost the namespace (workaround for libxml bug). * Added DTD to freedesktop.org.xml. * Spec was confused about whether a match type was an attribute or element name. Settled on attribute and updated XML (makes the DTD easier this way). * Glob pattern for TGIF files. * Added application/x-cd-image (requested by Stefano Peluchetti). * Added text/x-uri (text/uri-list is used for something else). * Added more extensions for powerpoint (Stefano Peluchetti). * Marked AIFF as Amiga/Mac (Marcin Juszkiewicz), not just Amiga. * Added *.xsl glob (*.xslt was already allowed) and added xhtml MIME type (requested by Vincent Lefevre). Version 0.9 (29-Jul-2002) * Removed bashism in uninstall rule (reported by Filip Van Raemdonck). * Added manpage (Filip Van Raemdonck). * Require libxml 2.4.0 (not sure if it's needed, but play it safe). * Workaround libxml problem where copying nodes lost the namespace (reported by Stephen Watson and Jesse Wagner) * Added skeleton description for 'action' element. * Re-worded spec section on user preferences (Filip Van Raemdonck). * Added extra authors to spec. * Changed SHOULD to MUST for requiring shared package (suggested by Filip Van Raemdonck). * Added some error checking to make sure output is writeable.