summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-02-05 15:28:41 +0100
committerBastien Nocera <hadess@hadess.net>2015-02-05 15:28:41 +0100
commitc136fc2578aa8f7c0e098008da18d324033eb991 (patch)
treea49d2f929b3b4da1e88263dce964085996d098fe
parentb74a0cd3ef6a8cacd83ef43ff4814fff763c52f5 (diff)
downloadshared-mime-info-c136fc2578aa8f7c0e098008da18d324033eb991.tar.gz
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6648a38a..49610364 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+shared-mime-info 1.4 (2015-02-05)
+* Add glob for low-resolution videos from GoPro
+* Add mime-type for partially downloaded files
+* Use IANA registered mime-type for Debian packages
+* Add another magic for OTF fonts
+* Add support for Adobe PageMaker
+* Remove the Apple iOS PNG variant
+* Add *.dbk glob for DocBook
+* Use IANA registered mime-type for Vivo
+* Remove obsolete application/x-gmc-link mime-type
+* Make application/x-wais-source a subclass of text/plain
+* Flip application/smil+xml and application/smil type/alias
+* Add Nintendo 64 ROM magic
+* Add qpress archive support
+* Add image/x-tiff-multipage mime-type
+* Rename "Microsoft icon" to "Windows icon"
+* Add magic for ODB files
+* Use IANA registered text/markdown for Markdown
+* New mimetype for SCons scripts as subclass of x-python
+* Make application/pgp-encrypted a subclass of text/plain
+* Associate *.qmltypes and *.qmlproject files with the text/x-qml mime type
+* Add text/x-genie mime type for Genie source code
+
+* Disable fdatasync() usage if PKGSYSTEM_ENABLE_FSYNC is set
+* Skip mime database update if packages are older than cache
+* Add "-n" option to update-mime-database to only update if "newer"
+
shared-mime-info 1.3 (2014-04-08)
* Mime-type changes:
- Add Aliases for OpenOffice Base and StarWriter
diff --git a/configure.ac b/configure.ac
index 56a0bc2a..91da584f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([shared-mime-info],[1.3],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
+AC_INIT([shared-mime-info],[1.4],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])