diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-12-18 15:08:03 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2007-12-18 15:08:03 +0000 |
commit | cd65d1bdf282c02d75aa180172eaa4361300b91a (patch) | |
tree | b31266ff1db1ec69a69129737e126a6b0bd08243 | |
parent | 6c3d1d50dbc3443a9f25093f1ce2922f5cc26c70 (diff) |
2007-12-18 Bastien Nocera <hadess@hadess.net>Release-0-23
* NEWS: upd
* configure.in: 0.23
* Makefile.am: add HACKING file to the dist
* HACKING: add location for the CVS server and release method
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | HACKING | 17 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.in | 4 |
5 files changed, 50 insertions, 2 deletions
@@ -1,3 +1,12 @@ +=== shared-mime-info 0.23 === + +2007-12-18 Bastien Nocera <hadess@hadess.net> + + * NEWS: upd + * configure.in: 0.23 + * Makefile.am: add HACKING file to the dist + * HACKING: add location for the CVS server and release method + 2007-12-10 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Fix capitalisation for @@ -14,6 +14,13 @@ Translations Translations should go through the Translation Project at: http://translationproject.org/latest/shared-mime-info/ +CVS +--- + +Check it out using: +cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/mime login +cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/mime co shared-mime-info + Test suite ---------- @@ -27,3 +34,13 @@ The format of the file is: The expected failures is whether matching the file with the mime-type would fail when matched by file, data or name. "x" indicates expected failure, "o" indicates expected success. Trailing "o"s can be omitted. + +Releasing +--------- + +Before release, an updated shared-mime-info.pot is sent to +<coordinator@translationproject.org> so the translators have a chance +of updating the translations before release. + +Updated .po files are sent to <shared-mime-info-maint@freedesktop.org> + diff --git a/Makefile.am b/Makefile.am index 3e8676a..744e95c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = \ freedesktop.org.xml.in \ $(packages_DATA) \ README \ + HACKING \ $(man_MANS) \ intltool-extract.in \ intltool-merge.in \ @@ -1,3 +1,24 @@ +shared-mime-info 0.23 (2007-12-18) +* Mime-type Changes: +- Add QTIF QuickTime image +- Add SDP stream description +- Add Vala source file +- Add Atom feed, OPML +- Add SAMI, MicroDVD, MPSub, SSA subtitles +- Add audio/x-m4b as a sub-class of audio/mp4 +- Add *.aac as a suffix for MPEG-4 audio files +- Add Compressed Flash detection, add FutureSplash support +- Add *.asc as a suffix for PGP armoured keys +- Add application/msword as a sub-class of application/x-ole-storage +- Don't associate *.htm and *.html to Mozilla bookmarks +- Add more aliases for PowerPoint and Word mime-types +- Add *.vlc as a suffix for m3u files +- Better magic for Word and Office documents +- Split Windows Media Station playlists from ASX ones +- Fix up JPEG 2000 mime-types +* Other: +- Add a testsuite in the CVS tree + shared-mime-info 0.22 (2007-07-30) * Mime-type Changes: - Clean up the Netscape/Mozilla bookmarks mime-types diff --git a/configure.in b/configure.in index def9afd..33bf8b5 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ -AC_INIT([shared-mime-info],[0.22],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[0.23],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) -AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 check-news]) AC_CONFIG_HEADERS([config.h]) |