diff options
author | Richard Hughes <richard@hughsie.com> | 2008-10-13 12:51:47 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-10-13 12:51:47 +0100 |
commit | 83f7a1b0ad6fc24ab3900560e001c41fd1f706fa (patch) | |
tree | fccc41a760be8ea24b099244424b971610ca0502 | |
parent | 67854a4ed584c07d6c595946f77478005c8991a3 (diff) |
Release version 0.3.7PACKAGEKIT_0_3_7
-rw-r--r-- | NEWS | 42 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/html/pk-download.html | 1 |
3 files changed, 45 insertions, 2 deletions
@@ -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 26c131b5f..dd009a4f6 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 84e9ddedc..3c6bb3128 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: |