From 92f50caeaa7241198a7c65a84fbc520cec0e3e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 26 Nov 2017 18:14:30 +0200 Subject: [PATCH] Update CHANGELOG.md for 0.3.0 --- gstreamer-app-sys/CHANGELOG.md | 17 +++++++++ gstreamer-audio-sys/CHANGELOG.md | 17 +++++++++ gstreamer-base-sys/CHANGELOG.md | 17 +++++++++ gstreamer-mpegts-sys/CHANGELOG.md | 57 ++++++++++++++++++++++++++++++ gstreamer-pbutils-sys/CHANGELOG.md | 17 +++++++++ gstreamer-player-sys/CHANGELOG.md | 17 +++++++++ gstreamer-sys/CHANGELOG.md | 17 +++++++++ gstreamer-tag-sys/CHANGELOG.md | 17 +++++++++ gstreamer-video-sys/CHANGELOG.md | 17 +++++++++ 9 files changed, 193 insertions(+) diff --git a/gstreamer-app-sys/CHANGELOG.md b/gstreamer-app-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-app-sys/CHANGELOG.md +++ b/gstreamer-app-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-audio-sys/CHANGELOG.md b/gstreamer-audio-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-audio-sys/CHANGELOG.md +++ b/gstreamer-audio-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-base-sys/CHANGELOG.md b/gstreamer-base-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-base-sys/CHANGELOG.md +++ b/gstreamer-base-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-mpegts-sys/CHANGELOG.md b/gstreamer-mpegts-sys/CHANGELOG.md index eafcf9376..a0b7e3b33 100644 --- a/gstreamer-mpegts-sys/CHANGELOG.md +++ b/gstreamer-mpegts-sys/CHANGELOG.md @@ -4,3 +4,60 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). + +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + +## [0.2.1] - 2017-09-10 +### Changed +- Add README.md to all crates directly + +### Fixed +- Fix various compiler warnings +- Fix versioning/feature mess. Now each library has features for all major + versions and for the correct minor versions that added API. +- Removed Cargo.lock from GIT + +## [0.2.0] - 2017-08-28 +### Added +- Add GstPlayer bindings + +### Changed +- Depend on bitflags 0.9 +- Update GIR files to 1.12.1 release +- Fix various errors in the GIR files, backported from GStreamer GIT master +- Depend on gobject-sys/glib-sys 0.4.0 for various improvements +- Regenerated everything with latest GIR + +## [0.1.1] - 2017-05-10 +### Added +- Add GstTag and GstApp bindings +- Add lots of missing fields to all the structs thanks to GIR improvements + +### Changed +- Update GIR files to 1.12.0 release +- Depend on gobject-sys/glib-sys 0.3.4 release for more complete structs +- Regenerated everything with latest GIR + +## [0.1.0] - 2017-04-09 + +- Initial release of the autogenerated GStreamer FFI bindings. + +[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...HEAD +[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 +[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 diff --git a/gstreamer-pbutils-sys/CHANGELOG.md b/gstreamer-pbutils-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-pbutils-sys/CHANGELOG.md +++ b/gstreamer-pbutils-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-player-sys/CHANGELOG.md b/gstreamer-player-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-player-sys/CHANGELOG.md +++ b/gstreamer-player-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-sys/CHANGELOG.md b/gstreamer-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-sys/CHANGELOG.md +++ b/gstreamer-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-tag-sys/CHANGELOG.md b/gstreamer-tag-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-tag-sys/CHANGELOG.md +++ b/gstreamer-tag-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly diff --git a/gstreamer-video-sys/CHANGELOG.md b/gstreamer-video-sys/CHANGELOG.md index 4ab09c5db..a0b7e3b33 100644 --- a/gstreamer-video-sys/CHANGELOG.md +++ b/gstreamer-video-sys/CHANGELOG.md @@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field). +## [0.3.0] - 2017-11-26 +### Added +- GstMpegTs bindings + +### Changed +- GstDebugColorFlags from an enum to a bitfield +- Updated to bitflags 1.0 +- Added support for the "dox" feature to generate documentation for all + possible versions +- Depend on glib-sys/gobject-sys 0.5 + +### Fixes +- GstStackTraceFlags, gst_flow_combiner_ref/unref are only available since + 1.12 and 1.12.1 respectively +- All C enums are represented as integers + constants now to prevent undefined + behaviour when out-of-range values are received + ## [0.2.1] - 2017-09-10 ### Changed - Add README.md to all crates directly