summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-09-30 12:17:09 +0200
committerBastien Nocera <hadess@hadess.net>2013-09-30 12:17:09 +0200
commit8176c639e18ab5a66a691a3f78a4b9e1077b2c9d (patch)
tree906a1ca774e40961ebf1e096564be226001a4555
parent9d8849fa72720b458171acbcbcc13696f983d134 (diff)
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2c517c4..853a977 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+shared-mime-info 1.2 (2013-09-30)
+* Mime-type changes:
+- Use IANA registered application/sql type for SQL
+- Add test for text/x-python
+- Added *.pyx as Pyrex/Cython variant of text/x-python
+- Lower the priority of the *png glob on Apple PNGs
+- Add magic for Kobo e-book reader
+- Add another magic for EPub books
+- Add missing globs and tests for OpenPGP files
+- Add MIME types for raw disk images
+- Add video/x-matroska-3d mime-type
+- Use application/vnd.adobe.flash.movie for SWF
+- Use application/vnd.nintendo.snes.rom for SNES ROMs, associate *.sfc with them
+- Fix shebang matches for shell scripts
+- Remove *.ogv as a glob for Theora videos as they might not be Theora
+- Improve detection of Perl scripts
+- Add more aliases for Photoshop images
+- Add Microsoft Publisher mime-type
+- Correct JPEG2000 definition
+
+* Check for errors when saving files, and ensure that files
+ are saved to disk before carrying on.
+* Don't use access() to check for writability
+* Rename configure.in to configure.ac
+
shared-mime-info 1.1 (2012-02-13)
* Mime-type changes:
- Add application/x-ccmx
diff --git a/configure.ac b/configure.ac
index a6c9043..68007c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([shared-mime-info],[1.1],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
+AC_INIT([shared-mime-info],[1.2],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])