New upstream release

This commit is contained in:
Richard Hughes 2014-07-17 15:56:54 +01:00
parent 2aabe0d4b7
commit 20c10e421c
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/appstream-glib-0.2.0.tar.xz
/appstream-glib-0.2.1.tar.xz
/appstream-glib-0.2.2.tar.xz
/appstream-glib-0.2.3.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Library for AppStream metadata
Name: libappstream-glib
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
License: LGPLv2+
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
@ -120,6 +120,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
%changelog
* Thu Jul 17 2014 Richard Hughes <richard@hughsie.com> 0.2.3-1
- New upstream release
- Add oxygen-icon-theme when an application depends on kde-runtime
- Add some simple filtering in the status.html page
- Be more careful with untrusted XML data
- Do not allow duplicates to be added when using as_app_add_kudo_kind()
- Do not fail to build packages with invalid KDE service files
- Record if distro metadata and screenshots are being used
- Show any package duplicates when generating metadata
- Show the builder progress in a ncurses-style panel
* Fri Jul 11 2014 Richard Hughes <richard@hughsie.com> 0.2.2-1
- New upstream release
- Add two new builder plugins to add kudos on KDE applications

View File

@ -1 +1 @@
74a14568adc94ae81f2da5ea8f6ca816 appstream-glib-0.2.2.tar.xz
b2121d03fd2e04f39cf999b4eee2643e appstream-glib-0.2.3.tar.xz