diff --git a/.gitignore b/.gitignore index 20b8bd3..adfb0b5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /appstream-glib-0.3.1.tar.xz /appstream-glib-0.3.2.tar.xz /appstream-glib-0.3.3.tar.xz +/appstream-glib-0.3.4.tar.xz diff --git a/libappstream-glib.spec b/libappstream-glib.spec index dc6620e..d9934d4 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -1,6 +1,6 @@ Summary: Library for AppStream metadata Name: libappstream-glib -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} License: LGPLv2+ URL: http://people.freedesktop.org/~hughsient/appstream-glib/ @@ -127,6 +127,22 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %changelog +* Sat Jan 17 2015 Richard Hughes 0.3.4-1 +- New upstream release +- Add more applications to the blacklist +- Add show-search-tokens subcommand to appstream-util +- Add some new API for gnome-software to use +- Add the matrix-html subcommand to appstream-util +- Add the VCS information to the AppStream metadata +- Assume foo is a source image kind for AppData files +- Assume that stock icons are available in HiDPI sizes +- Blacklist the 40 most common search tokens +- Check if the search entries are valid before searching +- Check screenshots are a reasonable size +- Fall back to the dumb tokenizer for keywords with special chars +- Set an error if an XML file contains font markup +- Show the offending text when validation fails + * Mon Nov 24 2014 Richard Hughes 0.3.3-1 - New upstream release - Allow filtering addons in the status html pages diff --git a/sources b/sources index c85bb65..0ba2ea4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a15f297748d99b7e5c87f5e05583200 appstream-glib-0.3.3.tar.xz +b3652e289d5fade9efbc07b9eabff488 appstream-glib-0.3.4.tar.xz