diff options
author | Richard Hughes <richard@hughsie.com> | 2013-05-20 14:38:46 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2013-05-20 14:38:46 +0100 |
commit | 1216d2a3e9df43cb2e87886415a805cfb6d3d6cc (patch) | |
tree | c241454930d2a16e8f09da88baa5a1ff88bf5fa3 | |
parent | 6f5cff2e972c068096949744d78c5304ca989e80 (diff) |
Release version 0.8.9PACKAGEKIT_0_8_9
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/html/pk-download.html | 1 |
3 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,21 @@ +Version 0.8.9 +~~~~~~~~~~~~~ +Released: 2013-05-20 + +Backends: + - yum: Update the comps->group mapping for Fedora 19 (Richard Hughes) + - yum: When converting to unicode special case YumBaseError (Richard Hughes) + +New Features: + - Add 'pkcon backend-details' to be get details of the selected backend (Richard Hughes) + +Bugfixes: + - Add fallback for older libarchive (Anders F Bjorklund) + - Do not rely on Python2 to write UTF-8 strings (Richard Hughes) + - Do not use -fPIE when calling g-ir-scanner (Richard Hughes) + - Ensure the package is removed from the sack properly (Richard Hughes) + - Modify CodingStyle (Murilo Opsfelder Araujo) + Version 0.8.8 ~~~~~~~~~~~~~ Released: 2013-05-08 diff --git a/configure.ac b/configure.ac index c7bff0cfc..d8069cc93 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_SUBST(PK_VERSION) # fixed, change: # REVISION += 1 LT_CURRENT=16 -LT_REVISION=4 +LT_REVISION=5 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html index 25ce0c7d2..d0b5d47d0 100644 --- a/docs/html/pk-download.html +++ b/docs/html/pk-download.html @@ -73,6 +73,7 @@ Releases are normally on the first working Monday of each month. </p> <table> <tr><td><b>Version</b></td><td> </td><td><b>Date</b></td></tr> +<tr><td>0.8.9</td><td></td><td>2013-05-20</td></tr> <tr><td>0.8.8</td><td></td><td>2013-05-08</td></tr> <tr><td>0.8.7</td><td></td><td>2013-01-16</td></tr> <tr><td>0.8.6</td><td></td><td>2012-11-26</td></tr> |