Skip to content

Tags: alsa-project/alsa-gobject-rs

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.7.0 release

This new release provides crates regenerated by gir version 0.20, which
brings dependency on glib crates version 0.20. The underlying libraries
remain at alsa-gobject version 0.3.0.

The compressed package archive for this release is available, along with
signatures from both the kernel.org system administrator and the author,
at this URL:

https://github.com/alsa-project/alsa-gobject-rs/releases/download/v0.7.0/alsa-gobject-rs-0.7.0.tar.xz

This package archive corresponds exactly to the v0.7.0 signed tag in the
upstream repository:

https://github.com/alsa-project/alsa-gobject-rs/releases/tag/v0.7.0

Cheers

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.6.0 release

The new release provides crates regenerated by gir version 0.19, which
brings dependency on glib crates version 0.19. The versions of underlying
libraries are not changed. The remarkable change from v0.18 is to drop the
implementations of std::fmt::Display according to the change of gir v0.19.

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.5.0 release

The new release provides crates regenerated by gir version 0.18, which
brings dependency on glib crates version 0.18. The versions of underlying
libraries are not changed.

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.4.0 release

This is minor release of API and FFI crates for libraries in alsa-gobject.
They are first version of them depending on glib crate v0.15, thus it got
tons of changes internally. For public API, some trait methods are
renamed following to fashion of the glib crate.

Documentation is added by importing from gir files of libraries in
alsa-gobject v0.3.0.

All of API crates get top-level prelude module as a way to access to all
of traits and their implementations, while while modules with the traits
and implementations becomes private.

v0.0.92

Toggle v0.0.92's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.0.91 release

This is pre release take 3 of v0.4.0 to test publishing in crates.io.
The version, 0.0.92, is carefully decided so that crate version doesn't
interfere environments in user side.

v0.0.91

Toggle v0.0.91's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.0.91 release

This is pre release take 2 of v0.4.0 to test publishing in crates.io.
The version, 0.0.91, is carefully decided so that crate version doesn't
interfere environments in user side.

v0.0.90

Toggle v0.0.90's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
Version 0.0.90 release

This is pre release of v0.4.0 to test publishing in crates.io. The
version, 0.0.90, is carefully decided so that crate version doesn't
interfere environments in user side.

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
takaswie 坂本 貴史
alsa-gobject-rs version 0.3.0 release

This new release supports alsa-gobject version 0.3.0.

 * https://github.com/alsa-project/alsa-gobject/releases/tag/v0.3.0

v0.2.0

Toggle v0.2.0's commit message
alsa-gobject-rs v0.2.0 release

This new release includes new enumerations which correspond
to error domains added in alsa-gobject v0.2.0:

 * ALSACtl.CardError
 * ALSATimer.UserInstanceError
 * ALSASeq.UserClientError
 * ALSARawmidi.StreamPairError

Some functions in ALSACtl.Card are changed without backward
compatibility, to have unsigned type of argument instead of
signed type, according to UAPI of ALSA control interface:

 * ALSACtl.Card.write_elem_tlv()
 * ALSACtl.Card.read_elem_tlv()
 * ALSACtl.Card.command_elem_tlv()

The included crates are generated by the latest source of gir/gir-files.

 * gir: 062b3d649ccc ("Merge pull request #995 from sdroege/remove-setvalueoptional-trait-bound")
 * gir-files: ddab3f221570 ("Merge pull request #65 from bilelmoussaoui/bilelmoussaoui/gdk4-wayland")

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

v0.1.1

Toggle v0.1.1's commit message
alsa-gobject-rs v0.1.1 release

This release with updated micro version includes bug fixes below:

* Send trait is available for glib boxed objects
    * #1

Additionally, dependent crates of glib is switched from nightly to
pubished.