summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-04 16:48:14 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-04 16:48:14 +0000
commitde041cb65ef8cd45d9387bec530d183a83c7eaf5 (patch)
tree2e6c19d3e9a7dd3fd2f374118ff986279c9bc01c
parentaabf47e3eec7b1cc9ba72514864843b11bb173d9 (diff)
Release version 0.6.0PACKAGEKIT_0_6_0
-rw-r--r--NEWS47
-rw-r--r--RELEASE26
-rw-r--r--configure.ac4
-rw-r--r--docs/html/pk-download.html36
4 files changed, 88 insertions, 25 deletions
diff --git a/NEWS b/NEWS
index f2685df25..d07c09fe0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Version 0.6.0
+~~~~~~~~~~~~~
+Released: 2010-01-2010
+
+Translations:
+ - Updated translation for Assamese (amitakhya)
+ - Updated translation for Malayalam (anipeter)
+ - Updated translation for German (hedda)
+ - Updated translation for Tamil (ifelix)
+ - Updated translation for Brazilian Portuguese (igor)
+ - Updated translation for Punjabi (jassy)
+ - Updated translation for Japanese (khasida)
+ - Updated translation for Telugu (kkrothap)
+ - Updated translation for Chinese (Simplified) (leahliu)
+ - Updated translation for Italian (perplex)
+ - Updated translation for Hindi (rajesh)
+ - Updated translation for Bengali (India) (runab)
+ - Updated translation for Marathi (sandeeps)
+ - Updated translation for Kannada (shanky)
+ - Updated translation for Chinese (Traditional) (snowlet)
+ - Updated translation for French (troubi51)
+ - Updated translation for Finnish (vpv)
+ - Updated translation for Dutch (warrink)
+ - Updated translation for Russian (ypoyarko)
+
+Libraries:
+
+Backends:
+ - smart: Convert search params to array values (Anders F Bjorklund)
+ - aptcc: Updated searchNames, files and groups. (Daniel Nicoletti)
+
+New Features:
+ - Remove the deprecated DBus methods from the daemon (Richard Hughes)
+ - Break internal and external API to support OR queries (Richard Hughes)
+ - Add a new error enum 'failed-due-to-running-process' for future code (Richard Hughes)
+ - Add a new config file entry, NoUpdateProcessList that specifies processes that should not be updated when running (Richard Hughes)
+ - glib: Remove the deprecated glib library (Richard Hughes)
+ - packagekit-qt: Removed deprecated methods (Daniel Nicoletti)
+ - packagekit-qt: Added searchNames, searchFiles and searchGroups (Daniel Nicoletti)
+
+Bugfixes:
+ - cnf: Ensure we send error messages to stderr, not stdout. Fxes rh#545220 (Richard Hughes)
+ - Fix a crash where the extra library check file callbacks had the wrong signature (Richard Hughes)
+ - Allow the inhibit call to go through even if cancel is not implemented (Scott Reeves)
+ - packagekit-qt: Improved and fixed transaction handling so does not crash kded module anymore (Daniel Nicoletti)
+ - packagekit-qt: Fixed the naming of the conviniece functions to match the same function (Daniel Nicoletti)
+
Version 0.5.5
~~~~~~~~~~~~~
Released: 2009-12-07
diff --git a/RELEASE b/RELEASE
index 8e324de46..ea62cd7ff 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,23 @@ PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
-git shortlog PACKAGEKIT_0_5_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog PACKAGEKIT_0_6_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+
+--------------------------------------------------------------------------------
+Version 0.6.x
+~~~~~~~~~~~~~
+Released: 2010-xx-xx
+
+Translations:
+
+Libraries:
+
+Backends:
+
+New Features:
+
+Bugfixes:
+--------------------------------------------------------------------------------
2. Add download date to docs/html/pk-download.html, save file.
@@ -10,8 +26,8 @@ git shortlog PACKAGEKIT_0_5_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
4. Commit changes in PackageKit git:
-git commit -a -m "Release version 0.5.6"
-git tag -a -f -m "Release 0.5.6" PACKAGEKIT_0_5_6
+git commit -a -m "Release version 0.6.0"
+git tag -a -f -m "Release 0.6.0" PACKAGEKIT_0_6_0
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
@@ -35,9 +51,9 @@ git push
10. Send an email to packagekit@lists.freedesktop.org
=================================================
-Subject: PackageKit 0.5.6 released!
+Subject: PackageKit 0.6.0 released!
-Today I released PackageKit 0.5.6.
+Today I released PackageKit 0.6.0.
PackageKit release notes: http://cgit.freedesktop.org/packagekit/tree/NEWS
diff --git a/configure.ac b/configure.ac
index 107cde8e6..d30741cd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,8 +34,8 @@ AC_SUBST(PK_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE If libpackagekit can be linked into executables which can be
# built with previous versions of this library. Don't use.
-LT_CURRENT=12
-LT_REVISION=3
+LT_CURRENT=13
+LT_REVISION=0
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 bfb9fde81..7a3745343 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -64,7 +64,18 @@ Latest Supported Versions:
These are versions which have new features for each release.
We are also willing to break ABI and API to fix bugs and will merge new or
modified translations as required or suggested.
-Releases are normally once every 3-4 weeks.
+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.0</td><td></td><td>2010-01-04</td></tr>
+</table>
+<h3>
+ABI Stable Versions:
+</h3>
+<p>
+These are versions where we will not break ABI, API or localisations.
+Releases are less frequent, usually every few months.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
@@ -76,11 +87,12 @@ Releases are normally once every 3-4 weeks.
<tr><td>0.5.0</td><td></td><td>2009-07-06</td></tr>
</table>
<h3>
-ABI Stable Versions:
+Obsolete Versions:
</h3>
<p>
-These are versions where we will not break ABI, API or localisations.
-Releases are less frequent, usually every few months.
+These are versions that used to be the ABI stable releases, but are now
+longer supported.
+There will not be any more releases of these versions.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
@@ -94,17 +106,6 @@ Releases are less frequent, usually every few months.
<tr><td>0.4.2</td><td></td><td>2009-01-19</td></tr>
<tr><td>0.4.1</td><td></td><td>2009-01-08</td></tr>
<tr><td>0.4.0</td><td></td><td>2008-12-09</td></tr>
-</table>
-<h3>
-Obsolete Versions:
-</h3>
-<p>
-These are versions that used to be the ABI stable releases, but are now
-longer supported.
-There will not be any more releases of these versions.
-</p>
-<table>
-<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
<tr><td>0.3.16</td><td></td><td>2009-06-10</td></tr>
<tr><td>0.3.15</td><td></td><td>2009-03-30</td></tr>
<tr><td>0.3.14</td><td></td><td>2009-02-02</td></tr>
@@ -147,11 +148,10 @@ The actual PackageKit daemon requires:
</p>
<ul>
<li><code>glib</code> 2.14.0</li>
-<li><code>dbus</code> newer than 1.1.3 (20070819 or later)</li>
+<li><code>dbus</code> 1.1.3</li>
<li><code>dbus-glib</code> 0.74</li>
<li><code>libnm</code> 0.6.4 (optional)</li>
-<li><code>polkit-dbus</code> 0.5</li>
-<li><code>polkit-grant</code> 0.5</li>
+<li><code>polkit</code> 0.9</li>
</ul>
<p>