[packagekit] packagekit: Branch 'master' - 2 commits

Richard Hughes hughsient at kemper.freedesktop.org
Fri Dec 21 06:07:20 PST 2007


 NEWS                       |   45 +++++++++++++++++++++++++++++++++++++++++++++
 configure.ac               |    2 +-
 docs/html/pk-download.html |    1 +
 3 files changed, 47 insertions(+), 1 deletion(-)

New commits:
commit dbce46065ad18ec089c625ec8a3d6b4de91f6372
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Dec 21 14:07:02 2007 +0000

    post release version bump to 0.1.6

diff --git a/configure.ac b/configure.ac
index 5c9e8da..5c1c3ff 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(PackageKit, 0.1.5)
+AC_INIT(PackageKit, 0.1.6)
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
commit df3f840834b639198771d1468e1ae602754d846a
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Dec 21 13:54:15 2007 +0000

    release version 0.1.5

diff --git a/NEWS b/NEWS
index 6b0eb16..fbe0cdd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Version 0.1.5
+~~~~~~~~~~~~~
+
+* Backends:
+ - apt: Commit a general cleanup patch (Michael Vogt's)
+ - apt: Add GetRepoList support (Tom Parker)
+ - apt: Fix resolution of not installed packages (Tom Parker)
+ - apt: Do recursive requires (Tom Parker)
+ - apt: Add GetRequires and GetDepends (Tom Parker)
+ - apt: Reduce whining about lack of status messages (Tom Parker)
+ - conary: Add better exception handling (Elliot Peele)
+ - conary: Add some extra sanity checks (Elliot Peele)
+ - pisi: Provide status information (S.Çağlar Onur)
+ - yum: Add support for the "free" filter (Robin Norwood)
+ - zypp: Added initial stab at backend_get_updates() for zypp backend (Boyd Timothy)
+ - zypp: Add RemovePackage (Boyd Timothy)
+ - zypp: SearchName will return both installed and available packages (Boyd Timothy)
+ - zypp: Query the SQL database directly and instead just query the cached
+   repository information (Boyd Timothy)
+ - zypp: Added some sub_progress information for general repo events (Boyd Timothy)
+ - zypp: Add Refresh cache method (Boyd Timothy)
+
+* New features:
+ - Add exception handler so unhandled exceptions are sent as a error signal to
+   packagekit (Tim Lauridsen)
+ - Fully re-integrate sqlite search backend for apt - we've now reintegrated
+   everything from apt.old, so we're dropping that at the same time (Tom Parker)
+ - Add me, Tim Lauridsen, S.Çağlar Onur, Ken VanDine and Elliot Peele to the
+   authors html page (All)
+ - Document a whole lot more with gtk-doc and generate some HTML (Richard Hughes)
+ - Add a bugreport script so we can get info about the system (Richard Hughes)
+ - Add generic licence parsing and add all the enums (Robin Norwood)
+
+* API changes:
+ - Add in a 'free' filter enum to filter non-free and free packages (Richard Hughes)
+
+* Bugfixes:
+ - PackageKitExceptions now include the original DBusException (Tom Parker)
+ - Use the correct bus name and object path in the yum plugin (Luke Macken)
+ - Fix PackageKit to build against PolicyKit 0.7 (Matthias Clasen)
+ - Change from 'licence' to 'license' throughout (Robin Norwood)
+ - Check the user is root before we run packagekitd (Richard Hughes)
+ - Do the threading correctly in the threaded backends (Richard Hughes)
+ - waf: Fix x86_64 build, missing -fPIC (Gustavo Carneiro)
+
 Version 0.1.4
 ~~~~~~~~~~~~~
 
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index bba0757..7c2769a 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -49,6 +49,7 @@ Released versions are found on
 <tr><td>0.1.2</td><td></td><td>2007-11-01</td></tr>
 <tr><td>0.1.3</td><td></td><td>2007-11-10</td></tr>
 <tr><td>0.1.4</td><td></td><td>2007-11-26</td></tr>
+<tr><td>0.1.5</td><td></td><td>2007-12-21</td></tr>
 </table>
 
 <h2>Dependencies</h2>



More information about the PackageKit mailing list