gcr/gcr.changes

106 lines
4.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Mar 1 16:44:43 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.90:
+ Expose the secure memory API
- Remove xz BuildRequires now that it comes for free in the build
system.
-------------------------------------------------------------------
Fri Feb 10 17:01:44 UTC 2012 - dimstar@opensuse.org
- Update to version 3.3.5:
+ Add way to specify button labels for a GcrPrompt.
+ Reenable grabs for password prompts.
-------------------------------------------------------------------
Mon Jan 16 16:50:36 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.4:
+ Display an appropriate title in gcr-viewer
+ Include GcrPrompt documentation
+ Add 'new-prompt' signal to GcrSystemPrompter for use with
javascript
+ Fix build for glib 2.31 deprecations
+ Build fixes
-------------------------------------------------------------------
Wed Dec 21 13:51:49 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3.1:
+ Fix build issues
-------------------------------------------------------------------
Mon Dec 19 12:39:15 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Add support for parsing PKCS#10 and SPKAC formats in GcrParser
+ Add support for viewing certificate requests in GcrViewer
+ Support for dynamically loading private key data from PKCS#11
+ Add GcrCertificateRequest class for requesting certificates
+ Add function to retrieve basic constraints from a certificate
+ Show import errors in an info bar under the viewer
+ Don't show empty dates in gnupg key renderer
+ Make secure memory pool shared across modules
+ Add GckBuilder as a mutable attribute set
+ Add floating references to GckAttributes
+ Rename GckObjectAttributes to GckObjectCache
+ Expose GcrSecureEntryBuffer as a public class
+ Add system prompt and prompter
+ Expose uri in GcrImporter
+ Fix build for glib 2.31 deprecations
+ Licensing fixes
+ Build fixes, internal bug fixes, documentation, etc.
- Add dbus-1 BuildRequires: needed for directory ownership.
- Add pkgconfig(gio-unix-2.0) BuildRequires: new dependency.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Create a gcr-prompter subpackage for the new gcr-prompter binary.
As it is required by libgcr for some uses, add a Requires for it
to libgcr-3-1.
- Add a gcr Provides to libgcr-3-1 to make the lang subpackage
installable.
- Add a gck Provides to libgck-1-0, as a helper for gnome-keyring
where we want an explicit Requires on this library package.
-------------------------------------------------------------------
Thu Dec 8 11:29:40 UTC 2011 - dimstar@opensuse.org
- Split typelib files into their own subpackages: typelib-1_0-Gcr-3
and typelib-1_0-Gck-1.
- Add typelib-1_0-Gcr-3 Requires to libgcr-devel and
typelib-1_0-Gck-1 Requires to libgck-devel.
-------------------------------------------------------------------
Tue Nov 22 22:07:39 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.2.1:
+ Fix build issues
- Drop gcr-glib-includes.patch: fixed upstream.
-------------------------------------------------------------------
Mon Nov 21 13:39:59 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.2:
+ Allow changing collection on a GcrCollectionModel, add
tree/list mode to GcrCollectionModel
+ Allow chaining of GckEnumerator objects, so that when objects
from one is listed, then chained enumerator is enumerated.
+ Integrate GTlsInteraction into libgck for logging in or key
auth.
+ Refactor internal DER parsing to use reference counted memory
using the prototyped GBytes API.
+ Build fixes, documentation fixes, testing fixes, memory leak
fixes.
- Add gcr-glib-includes.patch: Don't include internal glib headers.
- Re-add gobject-introspection-devel BuildRequires to re-enable
introspection support.
- Add gpg2 BuildRequires as configure is looking for the binary.
-------------------------------------------------------------------
Thu Oct 27 12:58:03 UTC 2011 - dimstar@opensuse.org
- Initial package, library has been split out of gnome-keyring.