summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--HACKING17
-rw-r--r--Makefile.am1
-rw-r--r--NEWS21
-rw-r--r--configure.in4
5 files changed, 50 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 31111035..52db05bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/HACKING b/HACKING
index 245f5a53..b5088492 100644
--- a/HACKING
+++ b/HACKING
@@ -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 3e8676a3..744e95c7 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 \
diff --git a/NEWS b/NEWS
index 3806a479..e7f4595e 100644
--- a/NEWS
+++ b/NEWS
@@ -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 def9afd3..33bf8b58 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])