summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-09-05 14:38:22 +0100
committerRichard Hughes <richard@hughsie.com>2011-09-05 14:38:22 +0100
commite7c7919d305efbdecbfc8c28482b8e677fb399a5 (patch)
treec50c4af6b5ff2b9a8b3b5fe66af7f9bb81c1b3ca
parent95f804aadf5bc763e80bf55beefdef4b7447a190 (diff)
Release version 0.6.18PACKAGEKIT_0_6_18
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
-rw-r--r--docs/html/pk-download.html1
3 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dbc455ab..81df948ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Version 0.6.18
+~~~~~~~~~~~~~~
+Released: 2011-09-05
+
+Notes:
+ - This update is suitable for stable distros and does not introduce new
+ functionality.
+ - If you want your dose of insanity, PackageKit 0.7.0 contains lots of
+ exciting new code that needs testing.
+
+Libraries:
+ - glib: Fix a small memory leak (Garrett Regier)
+ - qt: Do not dist the moc files (Richard Hughes)
+
+Backends:
+ - aptcc: Fix the size by emitting installed and download size (Daniel Nicoletti)
+ - yum: Ignore missing obsoleted updates rather than failing the update (Richard Hughes)
+ - zif: Fix a fatal error when doing 'pkcon repo-list --filter=~devel' (Richard Hughes)
+
+Bugfixes:
+ - Fix the browser-plugin build with GTK+ < 2.24 (Frederic Crozat)
+ - Make the lsof plugin code support distros with /lib64 (Richard Hughes)
+ - Make the lsof plugin not lookup hostnames (Richard Hughes)
+ - Remove the duplicate 'The software is not from a trusted source' (Richard Hughes)
+
Version 0.6.17
~~~~~~~~~~~~~~
Released: 2011-08-01
diff --git a/configure.ac b/configure.ac
index 921b6c45d..7e693110a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_SUBST(PK_VERSION)
# AGE If libpackagekit can be linked into executables which can be
# built with previous versions of this library. Don't use.
LT_CURRENT=14
-LT_REVISION=9
+LT_REVISION=10
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 4694008cd..f4bfbaf4d 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -72,6 +72,7 @@ Releases are normally on the first working Monday of each month.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>0.6.18</td><td></td><td>2011-09-05</td></tr>
<tr><td>0.6.17</td><td></td><td>2011-08-01</td></tr>
<tr><td>0.6.16</td><td></td><td>2011-07-04</td></tr>
<tr><td>0.6.15</td><td></td><td>2011-06-07</td></tr>