[PackageKit-commit] packagekit: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Mon Oct 13 04:55:49 PDT 2008


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

New commits:
commit 83f7a1b0ad6fc24ab3900560e001c41fd1f706fa
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Oct 13 12:51:47 2008 +0100

    Release version 0.3.7

diff --git a/NEWS b/NEWS
index 1f6e465..468b330 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Version 0.3.7
+~~~~~~~~~~~~~~
+Released: 2008-10-13
+
+Translations:
+ - Updated Brazilian Portuguese translation (Igor Pires Soares)
+ - Updated Greek translation (Nikos Charonitakis)
+ - Updated Slovak translation (Pavol Å imo)
+ - Updated German Translation (Thomas Spura)
+
+New Features:
+ - Add a GetCategories method and Category signal so we can build a dynamic
+   group list (Richard Hughes, Tim Lauridsen)
+ - Add support for getting the category list in PkClient (Richard Hughes)
+ - Speed up filtering by nearly an order of magnitude (Richard Hughes)
+ - Make the command line parsing on pkgenpack more sane (Richard Hughes)
+ - Add a -u option to pkgenpack so we can generate a pack of updates (Richard Hughes)
+ - Show progress as the packages are downloaded in pkgenpack (Richard Hughes)
+ - More PkServicePack into libpackagekit for GUI client tools (Richard Hughes)
+ - Lots of updates to the pkgenpack manpage (Richard Hughes)
+
+Bugfixes:
+ - Add some functionality to compare PackageIDs with a fuzzy arch (Richard Hughes)
+ - Don't crash the client tools if PkControl launches the daemon (Richard Hughes)
+ - Change the docs as the duration of the transaction is measured in ms (Richard Hughes)
+ - Register the mime-type x-package-list as we are using it for service packs (Richard Hughes)
+ - Mime type of a service pack is x-servicepack, not x-pack (Richard Hughes)
+ - Fix refresh cache actions to set store values for threaded backends (Scott Reeves)
+ - python: fixed cut & paste error (Tim Lauridsen)
+ - python: use stdin.readline as it behaves better when terminating (Tim Lauridsen)
+
+Backends:
+ - alpm: Add get_mime_types (Valeriy Lyasotskiy)
+ - alpm: Don't list available packages with the same version as installed (Valeriy Lyasotskiy)
+ - apt: Dix the gstreamer whatprovides regular expression (Sebastian Heinlein)
+ - apt: Do not require to be online to make a refresh (Sebastian Heinlein)
+ - urpmi: Fix in backend with new package ids delimiter (Aurelien Lefebvre)
+ - yum: Add support for categories (Tim Lauridsen)
+ - yum: Don't emit full paths for icons, just emit the icon name (Richard Hughes)
+ - zypp: Changes for zypp 4.14.0 (Stefan Haas)
+ - zypp: fixed BNC#402372 (Stefan Haas)
+
 Version 0.3.6
 ~~~~~~~~~~~~~~
 Released: 2008-10-06
diff --git a/configure.ac b/configure.ac
index 26c131b..dd009a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,8 @@ DEVELOPMENT_RELEASE=no
 # 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=8
-LT_REVISION=1
+LT_CURRENT=9
+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 84e9dde..3c6bb31 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -77,6 +77,7 @@ Releases are normally once every 1-2 weeks.
 <tr><td>0.3.4</td><td></td><td>2008-09-22</td></tr>
 <tr><td>0.3.5</td><td></td><td>2008-09-29</td></tr>
 <tr><td>0.3.6</td><td></td><td>2008-10-06</td></tr>
+<tr><td>0.3.7</td><td></td><td>2008-10-13</td></tr>
 </table>
 <h3>
 ABI Stable Versions:


More information about the PackageKit-commit mailing list