summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-12 09:10:54 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-12 09:10:54 +0100
commitd3885c325271fee0bed5c5815d41eb788712acb4 (patch)
treec07a0489804760457b93d2fea0a7543fc2816d46
parent26b7ca924b1cb196e10ac1780e2d2ab736db85bf (diff)
downloadappstream-glib-d3885c325271fee0bed5c5815d41eb788712acb4.tar.gz
Release version 0.5.0appstream_glib_0_5_0
-rw-r--r--NEWS22
-rw-r--r--RELEASE6
2 files changed, 25 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index dcb0e86..80f5f7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.5.0
+~~~~~~~~~~~~~
+Released: 2015-08-12
+
+Notes:
+ - Remove some deprecated API which bumps soname (Richard Hughes)
+ - Drop the unused _len arguments on many functions (Richard Hughes)
+
+New Features:
+ - Add AsChecksum (Richard Hughes)
+ - Add as_release_vercmp() (Richard Hughes)
+ - Add support for the flashed firmware provide kind (Richard Hughes)
+ - Add two functions from fwupd for checking GUID strings (Richard Hughes)
+
+Bugfixes:
+ - Emit the AsStore::changed signal if files or directories change (Richard Hughes)
+ - Find the application in a store by the provide value (Richard Hughes)
+ - Make the DriverVer in the .inf file optional (Richard Hughes)
+ - Only add the HiDPI kudo for desktop applications using stock icons (Richard Hughes)
+ - Remove support for AppStream 0.8 and lower (Richard Hughes)
+ - Show a better error message when there's not enough text (Kalev Lember)
+
Version 0.4.1
~~~~~~~~~~~~~
Released: 2015-07-20
diff --git a/RELEASE b/RELEASE
index 5158480..4469bc9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ Appstream-Glib Release Notes
git shortlog appstream_glib_0_4_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.4.2
+Version 0.5.0
~~~~~~~~~~~~~
Released: 2015-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.4.2"
-git tag -s -f -m "Release 0.4.2" appstream_glib_0_4_2
+git commit -a -m "Release version 0.5.0"
+git tag -s -f -m "Release 0.5.0" appstream_glib_0_5_0
<gpg password>
git push --tags
git push