summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS35
-rw-r--r--configure.in2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ebe22ab..0ad5bc9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+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
diff --git a/configure.in b/configure.in
index b749d945..098c438d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([shared-mime-info],[0.60],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
+AC_INIT([shared-mime-info],[0.70],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 check-news])