summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-08-09 11:33:53 +0100
committerRichard Hughes <richard@hughsie.com>2018-08-09 11:33:53 +0100
commit59082f9fed3524f8807b88ea18c7da6c19c2d83f (patch)
tree58a675e5c2e321eda39c5721ddbd65c6c1973543
parent1523b245224ec569a58da4df6b8cc8acf579a0fe (diff)
downloadappstream-glib-59082f9fed3524f8807b88ea18c7da6c19c2d83f.tar.gz
Release version 0.7.11appstream_glib_0_7_11
-rw-r--r--NEWS11
-rw-r--r--RELEASE2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cd7a51..e43ed27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.7.11
+~~~~~~~~~~~~~~
+Released: 2018-08-09
+
+New Features:
+ - Add AS_APP_QUIRK_DEVELOPER_VERIFIED (Robert Ancell)
+ - Provide async variants of store load functions (Florian Müllner)
+
+Bugfixes:
+ - Escape quotes in attributes (Robin Richtsfeld)
+
Version 0.7.10
~~~~~~~~~~~~~~
Released: 2018-07-11
diff --git a/RELEASE b/RELEASE
index 2b16851..3f3612e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_7_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_7_10.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.7.11