diff options
author | Richard Hughes <richard@hughsie.com> | 2012-06-26 17:30:47 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2012-06-26 17:30:47 +0100 |
commit | ea0840b672fa71b28c1453aafbcbe596757960f8 (patch) | |
tree | ef5f7e7aef936197c61046a27b81dfd193eaa53d | |
parent | 7409afd4426ab1da8f8bb6dbde8a27ff3d964766 (diff) |
Release version 0.7.5PACKAGEKIT_0_7_5
-rw-r--r-- | NEWS | 36 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 38 insertions, 2 deletions
@@ -1,3 +1,39 @@ +Version 0.7.5 +~~~~~~~~~~~~~ +Released: 2012-06-26 + +Notes: + - Lots of nice bugfixes, and a very good idea for stable distros that + are already shipping PackageKit 0.7.x + +Libraries: + - glib: Allow adding packages to PkPackageSack from package-list files (Matthias Klumpp) + - glib: More GIR annotations (Matthias Klumpp) + - glib: Use the correct user-cache directory (Richard Hughes) + +Backends: + - apt: Allow spaces in what-provides modalias queries (Martin Pitt) + - apt: Update what-provides MODALIAS to documented syntax (Martin Pitt) + - aptcc: Don't freeze if apt-listchanges is installed (Matthias Klumpp) + - aptcc: Make get-distro-upgrades.py helper work with Python3 (Sebastian Heinlein) + - aptcc: save the changelog to a random directory (Daniel Nicoletti) + - yum: Add support for the 'application' filter (Richard Hughes) + - yum: Disable async parallel downloading to prevent a hard to debug infinate loop (Richard Hughes) + - yum: don't perceive all updates as untrusted (Nils Philippsen) + - zif: Add support for the 'application' filter (Richard Hughes) + +New Features: + - Add a dummy GTK+2 module to avoid a warning when starting GTK+2 applications (Richard Hughes) + +Bugfixes: + - Add the pkg to the PkPackageSack hash when using pk_package_sack_add_package_by_id() (Richard Hughes) + - Automatically set the Locked property true if allow cancel is set to false (Richard Hughes) + - Clarify message for org.freedesktop.packagekit.package-install (Nils Philippsen) + - Document HARDWARE_DRIVER (Martin Pitt) + - Document MODALIAS (Martin Pitt) + - Don't show a warning on refresh if /var/run/PackageKit/udev does not exist (Richard Hughes) + - Fix importing GPG signatures (Richard Hughes) + Version 0.7.4 ~~~~~~~~~~~~~ Released: 2012-04-24 diff --git a/configure.ac b/configure.ac index 9e4e24c38..06e1deb69 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_SUBST(PK_MINOR_VERSION) AC_SUBST(PK_MICRO_VERSION) AC_SUBST(PK_VERSION) -# libtool versioning - this applies to libpackagekit +# libtool versioning - this applies to libpackagekit-glib2 # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details # @@ -53,7 +53,7 @@ AC_SUBST(PK_VERSION) # fixed, change: # REVISION += 1 LT_CURRENT=14 -LT_REVISION=13 +LT_REVISION=14 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) |