summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-05-09 20:59:22 +0100
committerRichard Hughes <richard@hughsie.com>2008-05-09 20:59:22 +0100
commitfec79dee222195e7582b662ea71002499d54134e (patch)
tree91877c9b9182c84f379a2370987749cc0ed0de7f
parent74fc9409ffed8eda25f46ae9959910e68f6cef13 (diff)
Release version 0.2.1PACKAGEKIT_0_2_1
-rw-r--r--NEWS34
-rw-r--r--docs/html/pk-download.html1
-rw-r--r--docs/html/pk-help.html10
3 files changed, 39 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 077fb2bfa..fd15b2905 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 0.2.1
+~~~~~~~~~~~~~
+Released: 2008-05-09
+
+* Backends:
+ - alpm: added backend_search_group (Valeriy Lyasotskiy)
+ - alpm: added more group mapping (Valeriy Lyasotskiy)
+ - alpm: fixes backend_install_files stuff moved to another thread (Valeriy Lyasotskiy)
+ - box: build fix (Grzegorz Dabrowski)
+ - opkg: add a package callback in remove_packages (Thomas Wood)
+ - opkg: implement GetDetails using new opkg api (Thomas Wood)
+ - opkg: update to latest opkg api (Thomas Wood)
+ - zypp: added repo-name for gpg-handling (Stefan Haas)
+ - zypp: check for network before refreshing (Stefan Haas)
+ - zypp: changed backend to handle package arrays (Scott Reeves)
+ - zypp: refresh the repos before checking for updates (Stefan Haas)
+ - xypp: fix build breakage after 'change some methods to accept more than one param' (Stefan Haas)
+ - poldek: build fix (Marcin Banasiak)
+ - pisi: fix build breakage (S.Çağlar Onur)
+
+* Translations
+ - Fixed a typo in the Russian translation (Valeriy Lyasotskiy)
+
+* New features:
+ - Add pk_backend_set_array so we can save trivial data arrays (Richard Hughes)
+ - Change some methods to accept more than one parameter (Richard Hughes)
+ InstallPackage(s) -> InstallPackages(as)
+ RemovePackage(s) -> RemovePackages(as)
+ InstallFile(s) -> InstallFiles(as)
+
+* Bugfixes:
+ - Correct the gtk-doc markup so the ::details signal is descibed properly (Richard Hughes)
+ - Fix manpage build, make it cross-distro (Valeriy Lyasotskiy)
+
Version 0.2.0
~~~~~~~~~~~~~~
Released: 2008-05-06
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index 0e4640055..6f796b85d 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -61,6 +61,7 @@ Released versions are found on
<tr><td>0.1.10</td><td></td><td>2008-03-28</td></tr>
<tr><td>0.1.11</td><td></td><td>2008-04-05</td></tr>
<tr><td>0.2.0</td><td></td><td>2008-05-06</td></tr>
+<tr><td>0.2.1</td><td></td><td>2008-05-09</td></tr>
</table>
<h2>Dependencies</h2>
diff --git a/docs/html/pk-help.html b/docs/html/pk-help.html
index 69459962b..5b44d503c 100644
--- a/docs/html/pk-help.html
+++ b/docs/html/pk-help.html
@@ -69,17 +69,15 @@ If you want to work on a feature and bring it forward, please just jump on the m
as for instructions!
</p>
<p>
-<b>0.2.1</b> - To be released June 2008
+<b>0.2.2</b> - To be released June 2008
</p>
<ul>
-<li>Multiple EULA and GPG signature transaction support <i>(55%)</i></li>
-<li>Multiple package installs in the API <i>(0%)</i></li>
-<li>Multiple package installs from gpk-install-package-name <i>(0%)</i></li>
+<li>Multiple package install and remove from pkcon <i>(0%)</i></li>
<li>NetworkManager integration so we can detect GPRS (and modem) connections. <i>(10%)</i></li>
-<li>Filter for src-packages. <i>(0%)</i></li>
+<li>Filter for source packages. <i>(0%)</i></li>
</ul>
<p>
-<b>0.2.2</b> - To be released July 2008
+<b>0.2.3</b> - To be released July 2008
</p>
<ul>
<li>Category support (install/remove whole categories of applications)<i>(0%)</i></li>