Skip to content

Commit 3ef703b

Browse files
Merge pull request #85 from fengalin/master
posts 2018-09-09: fix links to gir PR
2 parents 1fe98e4 + 6f268f7 commit 3ef703b

File tree

1 file changed

+45
-44
lines changed

1 file changed

+45
-44
lines changed

_posts/2018-09-09-new-release.md

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -258,50 +258,51 @@ For the interested ones, here is the list of the (major) changes:
258258
* [Single version file](https://github.com/gtk-rs/pangocairo/pull/15)
259259
* [Script in examples was renamed](https://github.com/gtk-rs/pangocairo/pull/14)
260260

261-
All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs//gir) project as well:
262-
* [Move from send-cell to fragile](https://github.com/gtk-rs/pangocairo/pull/636)
263-
* [Fix not bound functions and methods filtering](https://github.com/gtk-rs/pangocairo/pull/635)
264-
* [Show not bound functions and methods](https://github.com/gtk-rs/pangocairo/pull/634)
265-
* [Get real parent name](https://github.com/gtk-rs/pangocairo/pull/633)
266-
* [Allow generating SendUnique impls for GObjects](https://github.com/gtk-rs/pangocairo/pull/632)
267-
* [Add deprecated version for not generated parents](https://github.com/gtk-rs/pangocairo/pull/630)
268-
* [Remove parent duplicates for not bound mode](https://github.com/gtk-rs/pangocairo/pull/629)
269-
* [List not bound parents in not bound mode](https://github.com/gtk-rs/pangocairo/pull/628)
270-
* [Improve deriving of trait impls](https://github.com/gtk-rs/pangocairo/pull/627)
271-
* [Update dependencies](https://github.com/gtk-rs/pangocairo/pull/626)
272-
* [Make ConversionType for glib::Quark Scalar](https://github.com/gtk-rs/pangocairo/pull/625)
273-
* [Generate glib::Quark based ErrorDomain for enums](https://github.com/gtk-rs/pangocairo/pull/624)
274-
* [fix invalid multiple flag import](https://github.com/gtk-rs/pangocairo/pull/622)
275-
* [Prevent some useless generations](https://github.com/gtk-rs/pangocairo/pull/620)
276-
* [Fix panic in generating `emit` for incomplete signal](https://github.com/gtk-rs/pangocairo/pull/621)
277-
* [Gobject generation](https://github.com/gtk-rs/pangocairo/pull/619)
278-
* [Fix generating array with c:type="gpointer*" and other actual type](https://github.com/gtk-rs/pangocairo/pull/617)
279-
* [Fix unneeded "Failed to get arguments" when run `gir --help`](https://github.com/gtk-rs/pangocairo/pull/616)
280-
* [Remove adding callback_guard](https://github.com/gtk-rs/pangocairo/pull/614)
281-
* [Fix clippy warnings about passing short and Copy arguments by reference](https://github.com/gtk-rs/pangocairo/pull/613)
282-
* [Show analysis warnings only for generated library](https://github.com/gtk-rs/pangocairo/pull/612)
283-
* [Enum / Flags: generate user defined `derive`](https://github.com/gtk-rs/pangocairo/pull/611)
284-
* [Add `use glib;` if class has async method](https://github.com/gtk-rs/pangocairo/pull/610)
285-
* [Add ignore clipy warnings in sys](https://github.com/gtk-rs/pangocairo/pull/609)
286-
* [Async exctraction](https://github.com/gtk-rs/pangocairo/pull/602)
287-
* [Fix generating function body when out parameter has reserved name](https://github.com/gtk-rs/pangocairo/pull/603)
288-
* [Make single_version_file accept path for "versions.txt"](https://github.com/gtk-rs/pangocairo/pull/599)
289-
* [Rename "string" in string_type to "utf8" to match glib type](https://github.com/gtk-rs/pangocairo/pull/598)
290-
* [Support string type override](https://github.com/gtk-rs/pangocairo/pull/597)
291-
* [Enable logging from libgir component by default at warn level.](https://github.com/gtk-rs/pangocairo/pull/593)
292-
* [Use ToOwned and Borrow traits when generating futures.](https://github.com/gtk-rs/pangocairo/pull/589)
293-
* [Use declarations for finish function output parameters.](https://github.com/gtk-rs/pangocairo/pull/590)
294-
* [Specify gio::Cancellable by full path in futures code if not inside GIO](https://github.com/gtk-rs/pangocairo/pull/588)
295-
* [Generate futures variants of GIO async functions](https://github.com/gtk-rs/pangocairo/pull/582)
296-
* [RFC: Not so twisted snakes.](https://github.com/gtk-rs/pangocairo/pull/586)
297-
* [Remove volatile wrapper struct.](https://github.com/gtk-rs/pangocairo/pull/579)
298-
* [Fix some clippy warnings.](https://github.com/gtk-rs/pangocairo/pull/587)
299-
* [Split gir into lib and binary](https://github.com/gtk-rs/pangocairo/pull/584)
300-
* [Parse additional parameter attributes: scope, closure and destroy.](https://github.com/gtk-rs/pangocairo/pull/583)
301-
* [Generate bindings for global asynchronous functions.](https://github.com/gtk-rs/pangocairo/pull/581)
302-
* [Uint flags in sys](https://github.com/gtk-rs/pangocairo/pull/577)
303-
* [Remove _POSIX_C_SOURCE feature test macro.](https://github.com/gtk-rs/pangocairo/pull/576)
304-
* [Sort types and constants used in ABI tests by name at generation time.](https://github.com/gtk-rs/pangocairo/pull/570)
261+
All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs/gir) project as well:
262+
263+
* [Move from send-cell to fragile](https://github.com/gtk-rs/gir/pull/636)
264+
* [Fix not bound functions and methods filtering](https://github.com/gtk-rs/gir/pull/635)
265+
* [Show not bound functions and methods](https://github.com/gtk-rs/gir/pull/634)
266+
* [Get real parent name](https://github.com/gtk-rs/gir/pull/633)
267+
* [Allow generating SendUnique impls for GObjects](https://github.com/gtk-rs/gir/pull/632)
268+
* [Add deprecated version for not generated parents](https://github.com/gtk-rs/gir/pull/630)
269+
* [Remove parent duplicates for not bound mode](https://github.com/gtk-rs/gir/pull/629)
270+
* [List not bound parents in not bound mode](https://github.com/gtk-rs/gir/pull/628)
271+
* [Improve deriving of trait impls](https://github.com/gtk-rs/gir/pull/627)
272+
* [Update dependencies](https://github.com/gtk-rs/gir/pull/626)
273+
* [Make ConversionType for glib::Quark Scalar](https://github.com/gtk-rs/gir/pull/625)
274+
* [Generate glib::Quark based ErrorDomain for enums](https://github.com/gtk-rs/gir/pull/624)
275+
* [fix invalid multiple flag import](https://github.com/gtk-rs/gir/pull/622)
276+
* [Prevent some useless generations](https://github.com/gtk-rs/gir/pull/620)
277+
* [Fix panic in generating `emit` for incomplete signal](https://github.com/gtk-rs/gir/pull/621)
278+
* [Gobject generation](https://github.com/gtk-rs/gir/pull/619)
279+
* [Fix generating array with c:type="gpointer*" and other actual type](https://github.com/gtk-rs/gir/pull/617)
280+
* [Fix unneeded "Failed to get arguments" when run `gir --help`](https://github.com/gtk-rs/gir/pull/616)
281+
* [Remove adding callback_guard](https://github.com/gtk-rs/gir/pull/614)
282+
* [Fix clippy warnings about passing short and Copy arguments by reference](https://github.com/gtk-rs/gir/pull/613)
283+
* [Show analysis warnings only for generated library](https://github.com/gtk-rs/gir/pull/612)
284+
* [Enum / Flags: generate user defined `derive`](https://github.com/gtk-rs/gir/pull/611)
285+
* [Add `use glib;` if class has async method](https://github.com/gtk-rs/gir/pull/610)
286+
* [Add ignore clipy warnings in sys](https://github.com/gtk-rs/gir/pull/609)
287+
* [Async exctraction](https://github.com/gtk-rs/gir/pull/602)
288+
* [Fix generating function body when out parameter has reserved name](https://github.com/gtk-rs/gir/pull/603)
289+
* [Make single_version_file accept path for "versions.txt"](https://github.com/gtk-rs/gir/pull/599)
290+
* [Rename "string" in string_type to "utf8" to match glib type](https://github.com/gtk-rs/gir/pull/598)
291+
* [Support string type override](https://github.com/gtk-rs/gir/pull/597)
292+
* [Enable logging from libgir component by default at warn level.](https://github.com/gtk-rs/gir/pull/593)
293+
* [Use ToOwned and Borrow traits when generating futures.](https://github.com/gtk-rs/gir/pull/589)
294+
* [Use declarations for finish function output parameters.](https://github.com/gtk-rs/gir/pull/590)
295+
* [Specify gio::Cancellable by full path in futures code if not inside GIO](https://github.com/gtk-rs/gir/pull/588)
296+
* [Generate futures variants of GIO async functions](https://github.com/gtk-rs/gir/pull/582)
297+
* [RFC: Not so twisted snakes.](https://github.com/gtk-rs/gir/pull/586)
298+
* [Remove volatile wrapper struct.](https://github.com/gtk-rs/gir/pull/579)
299+
* [Fix some clippy warnings.](https://github.com/gtk-rs/gir/pull/587)
300+
* [Split gir into lib and binary](https://github.com/gtk-rs/gir/pull/584)
301+
* [Parse additional parameter attributes: scope, closure and destroy.](https://github.com/gtk-rs/gir/pull/583)
302+
* [Generate bindings for global asynchronous functions.](https://github.com/gtk-rs/gir/pull/581)
303+
* [Uint flags in sys](https://github.com/gtk-rs/gir/pull/577)
304+
* [Remove _POSIX_C_SOURCE feature test macro.](https://github.com/gtk-rs/gir/pull/576)
305+
* [Sort types and constants used in ABI tests by name at generation time.](https://github.com/gtk-rs/gir/pull/570)
305306

306307
Thanks to all of our contributors for their (awesome!) work for this release:
307308

0 commit comments

Comments
 (0)